Step 1 — Download

Go to Releases and download the binary for your OS:

Windows 10/11
apollo-agent.exe
↓ Download
Linux (Ubuntu 20.04+, Debian 11+)
apollo-agent
↓ Download
macOS 12+ (Apple Silicon & Intel)
apollo-agent-macos
↓ Download
SHA256 integrity check. Each release includes a 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
The browser opens automatically at 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.

Enter API Key
Paste your key from the portal. Free beta gives 25 scans.
Select Sources
Choose what to scan: files, databases, cloud, directory, ERP.
Get Results
Dashboard shows exposure in €/$, compliance gaps, and priority actions.

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 infoRun 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

PlatformRequirement
WindowsWindows 10/11 (x64)
LinuxUbuntu 20.04+, Debian 11+ (x64)
macOSmacOS 12+ (Apple Silicon & Intel)
RAM4 GB minimum
NetworkAccess to data sources + internet (for cloud hub)
View Connectors →