
Every installer below is built and published by the same public CI that builds every Argus release — see the workflow yourself.
Tauri wraps the same Python engine that powers the CLI — live attack feed, reports, and settings, driving real scans, not demo data.
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.
pip install argus-panoptesCOPYThen 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.
docker build -t argus . docker run --rm -v "$PWD:/src" argus scan /src --no-llm