Skip to main content
Free to download — no account needed →
DocsContact
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

Recommended

Node 18 or later required. Works on macOS, Linux, and Windows.

Install

npm install -g hzsec-cli

Run your first scan

hzsec scan .

Check your version

hzsec --version
# 1.1.0

Update

npm install -g hzsec-cli@latest

Desktop app

Beta

Full 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

  1. Download HZSec-arm64.dmg from hzsec.io/pricing.
  2. Open the .dmg and drag HZSec.app to /Applications.
  3. Right-click HZSec in Applications and choose Open to bypass Gatekeeper.

Windows

  1. Download HZSec-Setup.exe from hzsec.io/pricing.
  2. Run the installer. If SmartScreen appears, click More info → Run anyway.
  3. Launch HZSec from the Start menu.

Linux

No desktop build yet — use the CLI.

npm install -g hzsec-cli
hzsec scan .