Record the hash outside
On the connected PC, open the product page over HTTPS and note the published SHA-256 — on paper, a photo, or the delivery form.
A NOKTRA build usually travels through an internet PC and a USB stick before it reaches the machine that matters. This page is the procedure for proving it arrived intact.
No public build has shipped yet. This page states, in advance, the policy every release will follow — so the procedure is on record before the first file is.
Every release publishes its SHA-256 hash on the product page, next to the download. One flipped bit anywhere produces a completely different value.
On the connected PC, open the product page over HTTPS and note the published SHA-256 — on paper, a photo, or the delivery form.
Move the executable however your site allows — USB, data diode, transfer server. The path does not need to be trusted; the next step is what proves it.
On the target machine, compute the hash with an OS built-in tool and compare all 64 characters. Match → the whole journey was clean. Mismatch → do not run it.
Windows certutil -hashfile noktra-<tool>-<ver>.exe SHA256 macOS shasum -a 256 noktra-<tool>-<ver>.exe Linux sha256sum noktra-<tool>-<ver>.exe