| macOS / Linux / Raspberry Pi | curl -fsSL https://www.agent-qc.net/downloads/install.sh | sudo bash |
| Windows (WSL2) | wsl bash -c "curl -fsSL https://www.agent-qc.net/downloads/install.sh | sudo bash" |
| Windows (PowerShell) | irm https://www.agent-qc.net/downloads/install.ps1 | iex |