Download

One file. Double-click. Done.

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

macOS · Apple Silicon

v0.1.0

M1, M2, M3, M4 Macs. 164 MB DMG.

Download .dmg →

Unsigned first-launch. Right-click AEGIS → Open → Open.

Windows · x64

v0.1.0

85 MB MSI installer. Built on Server 2022 + VS 2022.

Download .msi →

Unsigned. First launch shows SmartScreen — More info → Run anyway.

macOS · Intel

CI in progress

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).

Linux · x64 / arm64

v0.1.0

.deb on Debian/Ubuntu, AppImage on others.

Download .deb →

Or use Docker Compose if you prefer containerised.

iOS · iPhone / iPad

not applicable

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.

Android

not applicable

Same architectural reason as iOS. Cockpit web app works in Chrome on Android.

For mobile, use the cockpit web app against a hosted gateway.

Prefer Docker?

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

What you get

  • Embedded gateway + cockpit bound to 127.0.0.1:18080 / :13003 — won't conflict with anything else.
  • Tray icon with a one-click "stop / restart gateway" menu.
  • Full SDK ecosystem — Python and JS/TS SDKs covering 9 frameworks (Anthropic, OpenAI, LangChain, CrewAI, LlamaIndex, Mistral, Gemini, Bedrock, smolagents).
  • Repo scanner + code injector sidecars — point at any folder, AEGIS detects the agent workflows automatically.
  • Demo seed — one command and the cockpit fills with believable traces / violations / approvals so you can poke around without writing code.

Hosted SaaS coming on a custom domain — see /signup if you'd rather not operate the gateway yourself.