NetCheck is a cross-platform CLI for local network risk checks with optional AI guidance.
pnpm add -g git+https://github.com/<org>/<repo>.gitThen verify:
netcheck --helpYou are likely running a different netcheck binary already present on your machine.
Fix it with:
npm uninstall -g netcheck netcheck-cli
pnpm remove -g netcheck netcheck-cli
pnpm add -g git+https://github.com/<org>/<repo>.git
Get-Command netcheckThe final command should point to pnpm global bin path.
netcheck update --source git+https://github.com/<org>/<repo>.gitor set the source once:
# Windows PowerShell
$env:NETCHECK_UPDATE_SOURCE='git+https://github.com/<org>/<repo>.git'
netcheck updateAdd --force if pnpm asks to overwrite an existing binary.
netcheck initnetcheck scannetcheck watchnetcheck webnetcheck report --jsonnetcheck doctornetcheck ai setup|set|testnetcheck update
- Python 3 must be installed for full scan execution.
- The Node launcher executes the bundled Python CLI script.
- Data path:
~/.netcheck/ - Web bind:
127.0.0.1 - AI receives only sanitized summaries by default