Before you start — get your API key.
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:

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

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
The browser opens automatically at http://localhost:8052. Enter your API key on the login screen to start scanning.

Step 4 — Scan & get results

Enter API Key
Paste the key from your portal. Free beta: 25 scans included.
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 →