macOS · Apple Silicon
v0.1.0M1, M2, M3, M4 Macs. 164 MB DMG.
Download .dmg →Unsigned first-launch. Right-click AEGIS → Open → Open.
Download
The desktop bundle ships the gateway + cockpit + a portable
Node runtime + every tool sidecar. Protection is on the
second the app launches. No Docker, no npm install,
no shell paste.
Latest release: v0.1.0 · MIT licensed · View source
M1, M2, M3, M4 Macs. 164 MB DMG.
Download .dmg →Unsigned first-launch. Right-click AEGIS → Open → Open.
85 MB MSI installer. Built on Server 2022 + VS 2022.
Download .msi →Unsigned. First launch shows SmartScreen — More info → Run anyway.
x86_64 build for older Macs. CI on macos-13 runners — first .dmg uploads to the v0.1.0 release as soon as the queue clears.
Until then: macOS Apple Silicon Macs can run the arm64 .dmg natively; older Intel Macs can self-host via Docker Compose (see below).
.deb on Debian/Ubuntu, AppImage on others.
Download .deb →Or use Docker Compose if you prefer containerised.
AEGIS embeds Node.js + SQLite + local-port gateway — all forbidden by the iOS sandbox.
For mobile, use the cockpit web app against a hosted gateway.
Same architectural reason as iOS. Cockpit web app works in Chrome on Android.
For mobile, use the cockpit web app against a hosted gateway.
The same gateway + cockpit + sidecars ship as a Docker Compose stack. One command, no native install, equivalent feature surface to the desktop bundle.
git clone https://github.com/Justin0504/Aegis
cd Aegis
docker compose -f docker/compose.yml up -d
# → gateway on :8080, cockpit on :13003
Or use the install script: curl -fsSL https://github.com/Justin0504/Aegis/raw/main/scripts/install.sh | bash
127.0.0.1:18080 / :13003 — won't conflict with anything else.Hosted SaaS coming on a custom domain — see /signup if you'd rather not operate the gateway yourself.