Quick Start
Deployed in minutes. Not weeks. No consultant needed.
Register at app.aiia-tech.com/data-auditor-en to receive your API key. Free beta: 25 scans, no credit card.
You will need this key when you first launch the binary.
Step 1 — Download
Go to Releases and download the binary for your OS:
Step 2 — Verify integrity (SHA256)
Each release includes SHA256SUMS.txt. Always verify before running.
Windows (PowerShell)
Get-FileHash .\apollo-agent.exe -Algorithm SHA256
Linux / macOS
sha256sum ./apollo-agent
Compare the output against the hash in SHA256SUMS.txt from the release page.
If they differ — do not run the binary and contact contact@aiia-tech.com.
Step 3 — Launch
Windows
Open PowerShell in the download folder and run:
Unblock-File .\apollo-agent.exe .\apollo-agent.exe --serve
Linux / macOS
chmod +x ./apollo-agent ./apollo-agent --serve
http://localhost:8052.
Enter your API key on the login screen to start scanning.
Step 4 — Scan & get results
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) |