Installation
Install Athena from the source repository:Quick Start
Create your first Athena workspace:Available Commands
athena
Boot a new AI agent session
athena init
Initialize workspace structure
athena check
Run basic health diagnostics
athena doctor
Run full system diagnostics (15 checks)
athena save
Quicksave session checkpoint
Default Boot
Runningathena without arguments boots the orchestrator and starts a new session:
- Loads Core Identity from
.framework/modules/Core_Identity.md - Recalls context from the last session log
- Creates a new session log file
- Confirms ready status
Options
Show version information and exit
Explicitly run the boot orchestrator (default behavior)
Run the shutdown sequence (see athena save)
Specify project root directory (auto-detected if not provided)
Global Flags
These flags work with any command:Session Workflow
Typical session lifecycle:Exit Codes
| Code | Meaning |
|---|---|
0 | Success |
1 | Failure or warnings detected |
Environment Variables
Optional cloud features:SUPABASE_URL- Supabase project URL (for memory sync)SUPABASE_ANON_KEY- Supabase anonymous keyANTHROPIC_API_KEY- Anthropic API key (for Claude integration)
Next Steps
Initialize Workspace
Set up your first Athena workspace
Run Diagnostics
Check system health with 15 diagnostic tests