Quick Start
Deployed in minutes. Not weeks. No consultant needed.
Step 1 — Download
Go to Releases and download the binary for your OS:
SHA256SUMS.txt.
Verify your binary before running — see Security for instructions.
Step 2 — Launch
Windows
Open PowerShell in the download folder and run:
.\apollo-agent.exe --serve
Linux / macOS
chmod +x ./apollo-agent ./apollo-agent --serve
http://localhost:8052
Step 3 — Use
Enter your API key and start scanning. Get your API key at app.aiia-tech.com/data-auditor-en.
Windows Troubleshooting
The window opens and closes immediately
Windows blocks executables downloaded from the internet. Use one of these methods:
Option 1 — PowerShell (as administrator):
Unblock-File .\apollo-agent.exe .\apollo-agent.exe --serve
Option 2 — File Explorer:
Right-click apollo-agent.exe → Properties → check Unblock at the bottom → OK
Option 3 — SmartScreen popup:
If a blue SmartScreen dialog appears → click More info → Run anyway
I don't see the error message (window closes too fast)
Open PowerShell first, then run the command from inside it — the window stays open and shows the error.
The browser does not open automatically
Navigate manually to http://localhost:8052 in your browser.
The server is running even if the browser did not open.
Antivirus flags the binary
PyInstaller-packed executables are sometimes flagged by AV heuristics.
Verify the SHA256 against SHA256SUMS.txt from the release to confirm integrity,
then add an exception in your AV for the APOLLO binary.
Requirements
| Platform | Requirement |
|---|---|
| Windows | Windows 10/11 (x64) |
| Linux | Ubuntu 20.04+, Debian 11+ (x64) |
| macOS | macOS 12+ (Apple Silicon & Intel) |
| RAM | 4 GB minimum |
| Network | Access to data sources + internet (for cloud hub) |