Back to Get Started
Download Sirius Agent
Deploy the Sirius Agent on remote hosts to enable template-based vulnerability detection, software inventory, and real-time telemetry back to your Sirius Scan instance.
Install and Run
Managed runtime uses SIRIUS_API_KEY and SERVER_ADDRESS. CLI mode can run templates locally without server connectivity.
Linux / macOS Runtime
bash
$export SIRIUS_API_KEY="<your-sirius-api-key>"
$export SERVER_ADDRESS="<sirius-host>:50051"
$sirius-agent
Windows Runtime
powershell
$$env:SIRIUS_API_KEY = "<your-sirius-api-key>"
$$env:SERVER_ADDRESS = "<sirius-host>:50051"
$.\sirius-agent.exe
CLI Mode (Local)
bash
$sirius-agent template list
$sirius-agent template run ./templates/builtin/<template>.yaml
$sirius-agent template run-all