Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,14 @@ make build

### Windows SmartScreen

The Windows binary is unsigned. On first run SmartScreen may block it with
"Windows protected your PC". Click **More info → Run anyway**. To avoid the
prompt altogether, unblock the executable before running:
Release binaries are Authenticode-signed with Azure Trusted Signing (see the
`sign-windows` job in `.github/workflows/release.yml`), so SmartScreen should
not prompt for official downloads from GitHub Releases.

If you build from source (`go install` / `make build`), the resulting
`ana.exe` is **not** signed and SmartScreen may still block it on first run
with "Windows protected your PC". Click **More info → Run anyway**, or
unblock the file before running:

```powershell
Unblock-File -Path .\ana.exe
Expand Down