Getting Started
Installation
The fastest way to get started is the CLI — one command, works on every platform. The desktop app is available as a beta if you prefer a GUI.
CLI via npm
RecommendedNode 18 or later required. Works on macOS, Linux, and Windows.
Install
npm install -g hzsec-cliRun your first scan
hzsec scan .Check your version
hzsec --version
# 1.1.0Update
npm install -g hzsec-cli@latestDesktop app
BetaFull GUI with AI assistant, live monitor, compliance mapping, and scan history. Available for macOS and Windows.
Unsigned build — the desktop app is not yet code-signed or notarized. macOS will show a Gatekeeper security warning on first launch. To open it: right-click HZSec.app in your Applications folder and choose Open. Windows may show a SmartScreen prompt — click More info → Run anyway.
macOS
- Download
HZSec-arm64.dmgfrom hzsec.io/pricing. - Open the
.dmgand drag HZSec.app to/Applications. - Right-click HZSec in Applications and choose Open to bypass Gatekeeper.
Windows
- Download
HZSec-Setup.exefrom hzsec.io/pricing. - Run the installer. If SmartScreen appears, click More info → Run anyway.
- Launch HZSec from the Start menu.
Linux
No desktop build yet — use the CLI.
npm install -g hzsec-cli
hzsec scan .