Skip to content

Commit 1d6b5e5

Browse files
docs: add code signing status table and SignPath Foundation reference
- Document macOS as signed & notarized, Windows as pending SignPath - Add SignPath Foundation acknowledgment per program requirements - Add user-facing note explaining Windows SmartScreen warning workaround
1 parent 4d299df commit 1d6b5e5

1 file changed

Lines changed: 15 additions & 5 deletions

File tree

README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,13 @@ Pre-built binaries for all platforms — no build step required.
5858
</a>
5959
</p>
6060

61-
| Platform | File | Architecture |
62-
|:--------:|:----:|:------------:|
63-
| macOS | `.dmg` | Apple Silicon (arm64) / Intel (x64) |
64-
| Windows | `.exe` installer | x64 |
65-
| Linux | `.AppImage` / `.deb` | x64 |
61+
| Platform | File | Architecture | Code Signing |
62+
|:--------:|:----:|:------------:|:------------:|
63+
| macOS | `.dmg` | Apple Silicon (arm64) / Intel (x64) | ✅ Signed & Notarized by Apple |
64+
| Windows | `.exe` installer | x64 | ⏳ Pending (see note below) |
65+
| Linux | `.AppImage` / `.deb` | x64 | — (not required) |
66+
67+
> **Windows users:** the current Windows build is unsigned, so SmartScreen may display a "Windows protected your PC" warning. Click **More info → Run anyway** to continue. Free Windows code signing for NetCopilot has been requested from the [SignPath Foundation](https://signpath.org/) — once approved, all future Windows releases will be signed by [SignPath.io](https://signpath.io/) with a certificate issued by the SignPath Foundation.
6668
6769
---
6870

@@ -338,6 +340,14 @@ See the [LICENSE](./LICENSE) file for full details.
338340

339341
---
340342

343+
## Acknowledgments
344+
345+
- **macOS code signing & notarization** — courtesy of the [Apple Developer Program](https://developer.apple.com).
346+
- **Windows code signing** — pending free OSS code signing from the [SignPath Foundation](https://signpath.org/), with signing services provided by [SignPath.io](https://signpath.io/).
347+
- Built on the shoulders of giants: [Electron](https://www.electronjs.org/), [React](https://react.dev/), [xterm.js](https://xtermjs.org/), [ssh2](https://github.com/mscdex/ssh2), [better-sqlite3-multiple-ciphers](https://github.com/m4heshd/better-sqlite3-multiple-ciphers), and the [Anthropic Claude](https://www.anthropic.com/) API.
348+
349+
---
350+
341351
<p align="center">
342352
<sub>Built with purpose for the engineers who keep networks running.</sub>
343353
</p>

0 commit comments

Comments
 (0)