Installing NOX on Windows

// short version: the blue warning is expected and safe — click More info → Run anyway
Why the warning appears: Windows SmartScreen flags any installer it hasn't seen before. It does not mean the file is malicious — it means the publisher hasn't paid for a code-signing certificate (hundreds of dollars a year), so Windows hasn't built a trust record for this app yet. Over time, after enough installs, SmartScreen stops warning automatically.

1. How to install

  1. Download NOX Setup <version>.exe from the home page.
  2. Double-click the file.
  3. A blue dialog appears: “Windows protected your PC”.
  4. Click the small More info link on the left side of the dialog.
  5. A new button appears at the bottom: Run anyway. Click it.
  6. The NOX installer wizard launches. Default settings are fine.
  7. Launch NOX from the Start menu or desktop shortcut.

After the first install, NOX updates itself silently — no more warnings.

2. If your browser also warned

Before SmartScreen even runs, Edge or Chrome may say “This file isn’t commonly downloaded” and hide the Save button:

3. If your antivirus flags it

Electron apps get false-positive-flagged by aggressive AV engines (Kaspersky, Avast, some corporate endpoint tools). The installer contains only Chromium + Node.js + NOX app code, nothing else. Options:

4. Verify the file yourself (optional)

Every release has a SHA-256 checksum in the release notes. In PowerShell, after downloading:

Get-FileHash -Algorithm SHA256 "$env:USERPROFILE\Downloads\NOX Setup*.exe"

Compare the Hash value to the one listed in the release notes. If they match bit-for-bit, the file was not tampered with in transit.

5. The warnings go away

SmartScreen’s trust model is reputation-based: after enough people install a binary from the same publisher, Windows stops warning. Once the project can afford a code-signing certificate, the warnings disappear entirely for new downloads.

6. Still not convinced? Good.

Don’t install things you don’t trust. NOX is:

END_OF_DOCUMENT