Download AEGIS¶
AEGIS v1.1.0 is available as a native desktop app (Windows and Linux) and an Android app. No Python installation required when using the desktop or Android app.
Desktop — Windows¶
| File | Size | Notes |
|---|---|---|
AEGIS_1.1.0_x64-setup.exe |
~12 MB | Windows 10/11, 64-bit; NSIS installer |
System requirements (Windows):
- Windows 10 or 11, 64-bit
- 4 GB RAM minimum (8 GB recommended)
- Internet connection or a local Ollama install for the AI engine
Desktop — Linux¶
| File | Format | Notes |
|---|---|---|
aegis_1.1.0_amd64.AppImage |
AppImage | Portable — no install required; chmod +x and run |
aegis_1.1.0_amd64.deb |
.deb | Debian / Ubuntu |
Running the AppImage:
Android¶
| File | Notes |
|---|---|
AEGIS-1.1.0.apk |
Android 10+; enable "Install from unknown sources" in Settings |
Android setup
The Android app connects to a running AEGIS server on your local network.
Start AEGIS on your desktop or laptop first, then open the app and enter the
server address (e.g. http://192.168.1.x:8600).
After downloading¶
All three apps need an AI engine to work. On first launch, AEGIS will prompt you for a server address (Android) or open a configuration screen (desktop). You need one of:
- An Anthropic API key or OpenAI API key — copy it from your account dashboard
- Ollama running locally — free and runs on your machine; no API key needed
See the Getting Started guide for step-by-step configuration.
Developer install (clone from source)¶
If you prefer to run from source or contribute to AEGIS, clone the repo and follow the Getting Started guide:
Requires Python 3.11+. The full setup guide is in Getting Started.
Version history¶
| Version | Date | Highlights |
|---|---|---|
| v1.1.0 | 2026-07 | Desktop (Tauri), Android (Capacitor), voice (Whisper + Piper + wake word), Memory Fabric |
| v1.0.0 | 2026-07 | CI/CD, Docker deploy, hardware profiles, Interview System, slash commands |
| v0.9.0 | 2026-07 | Module marketplace with sandboxed execution |
| v0.8.0 | 2026-07 | React web app (chat, memory, tasks, logs, modules) |
| v0.7.0 | 2026-07 | Module system + AI skills + HEPHAESTUS builder |
See the full Changelog for detailed release notes.
All releases¶
All releases and their assets are on the GitHub Releases page.