Get started with Aegis
Aegis is a CLI-first personal AI that is meant to stay useful across time, not just one session. The public path is intentionally direct: install locally, run the first-use init flow, check status, enter wake, and keep talking through the same terminal surface.
Install in one command
curl -fsSL https://aegis.agentic-in.ai/install.sh | bash
The public installer:
- creates a local Aegis runtime under
~/.aegis - writes the
aegislauncher into~/.local/bin - prepares the default durable profile and state layout
- launches
aegisautomatically unless you opt out
What to do next
- Run
aegis initto bind identity, choose a provider profile, and prepare the first clone. - Confirm readiness with
aegis status. - Enter the active clone with
aegis wake. - Create another named clone later with
aegis clone novaonly when you want a second continuity line.
Read in this order
- Install Aegis
- First run
- Configure providers
- Clones and wake
- Continuity and agent runs
- Tools, skills, and cron
- Troubleshooting
Go deeper into architecture
If you want the design model behind the operator path, continue with:
What lives where
- Use the docs in this section for the supported operator path.
- Use the
Architecturesection for the public map of the active design stack. - The repository root
README.mdand the deeper docs underdocs/system-design/remain the fuller architecture source material.