v1.2.12 · Free · Open Source

No account. No telemetry. Ever.

Every installer below is built and published by the same public CI that builds every Argus release — see the workflow yourself.

01Desktop app

The full engine, in a native shell.

Tauri wraps the same Python engine that powers the CLI — live attack feed, reports, and settings, driving real scans, not demo data.

Windows

NSIS installer (.exe) or MSI — x86_64

Latest release →

macOS

Universal .dmg — Apple Silicon (M1+) and Intel

Latest release →

Linux

.deb (Debian/Ubuntu) · .rpm (Fedora/RHEL) · .AppImage (any distro)

Latest release →

All 7 installer assets are attached to every GitHub release — the version number is baked into the filename, so grab whatever's newest from the releases page rather than a link that goes stale next release.

02Command line

One package, every OS.

pip install argus-panoptesCOPY

Then run argus demo — a zero-setup showcase against a bundled, intentionally-vulnerable app, nothing external touched.

Need the optional extras? pip install 'argus-panoptes[sandbox,browser,mcp]' adds Docker sandboxing, JS-aware crawling, and the MCP server.

03Docker

Bundled Semgrep, zero local install.

docker build -t argus .
docker run --rm -v "$PWD:/src" argus scan /src --no-llm