A multi-model AI agent for the terminal. Works with Claude, DeepSeek, Groq and Ollama. Remembers everything across sessions. Council voting. Orchestration. BYOK — your keys, your cost.
Free · Open source · AGPL-3.0 · Node.js 22+ required
Everything you need to build, decide and remember — in the terminal.
Multi-model
Switch between Claude, DeepSeek, Groq and Ollama mid-session with /model. Each model remembers the same context.
Semantic memory
Cross-session memory stores context permanently. ÆGIS remembers your projects, preferences and past decisions.
Council voting
Use /council to send questions to Claude, DeepSeek and Llama simultaneously. They deliberate and vote. Consensus wins.
Orchestration
Delegate to specialized agents — architect, implementer, reviewer, debugger — working in parallel or in sequence.
Skills
Build custom skills and tools. Extend aegiscode with your own SKILL.md files for domain-specific workflows.
Cloud sync
Connect to aegiscloud.org with /cloud. Sessions sync automatically on exit. Access your history anywhere.
BYOK
Bring your own API keys. You pay your model provider directly. No markup, no middleman.
Local first
Memory stored locally at ~/.aegiscode/. Cloud sync is opt-in. Your data stays yours.
Clone and install
Requires Node.js 22+. Check with node -v.
Add your API keys
Copy .env.example to .env and add at least one API key.
Build and install
Run the install script — builds the project and adds aegis to your PATH.
Run
Start aegiscode from anywhere.
Activate cross-session memory
Semantic memory lets aegiscode remember context across all your sessions — permanently. Activate with a token after subscribing at aegiscloud.org.
Switch model anytime with /model. All models share the same memory and session context.
Claude Sonnet
Anthropic · ANTHROPIC_API_KEY
DeepSeek Chat
DeepSeek · DEEPSEEK_API_KEY
Llama 3.3 70B
Groq · GROQ_API_KEY
Ollama (local)
Local · No API key needed
Choose your platform or clone the repo directly.
Linux
Standalone binary
No Node.js required. Download, make executable and run.
Download for Linux →All platforms
From source
Node.js 22+ required. Clone, install and build with one script.
View on GitHub →Windows / Mac
Install script
Run install.sh (Mac/Linux) or install.bat (Windows) after cloning.
See install guide →