Clone the repository
Clone the Athena repository to your local machine:
Clone it anywhere you keep projects (e.g.
~/Projects/). This folder is your Athena workspace — your memory, protocols, and config all live here.Open in your AI editor
Open the
Athena-Public/ directory as your workspace root in one of these editors:“Why do I open the Athena folder instead of my own project?” — Athena is a workspace, not a library you install into another repo. You work inside the Athena folder, and it remembers everything across sessions. To work on external projects, reference them from within Athena or use multi-root workspaces in your IDE.
Boot Athena
In your IDE’s AI chat panel (e.g. Cmd+L in Cursor, the chat sidebar in Antigravity), type:
Take the guided tour (optional)
First time? Run the tutorial to build your profile:This walks you through everything: what Athena is, how it works, builds your profile, and demos the tools (~20 min). Confident users can skip it.
That’s it!
No API keys. No database setup. The folder is the product.Your first session
Detailed walkthrough with tips
Installation guide
Full setup instructions
Important notes
Windows compatibility
Athena uses modern terminal outputs (Emojis, Box-Drawing characters) which may cause aUnicodeEncodeError on legacy Windows terminals.
To resolve this:
- Use Windows Terminal (available in the Microsoft Store)
- Set your Python IO encoding to UTF-8:
- PowerShell:
$env:PYTHONIOENCODING="utf-8" - Command Prompt:
set PYTHONIOENCODING=utf-8
- PowerShell:
- Alternatively, enable strict UTF-8 globally: Settings > Time & Language > Language & Region > Administrative language settings > Change system locale > Check “Beta: Use Unicode UTF-8 for worldwide language support”