What is Athena?
Athena is a local-first ecosystem for working with AI coding agents, built by LuckeySystems. It solves a problem every developer who works with multiple AI tools knows well: coding agents run as isolated terminals, each with its own context window and its own history. What one agent learned, the next one has to rediscover.
Athena turns those separate agent sessions into one local command room with shared project context:
- Start shell, Hermes, Codex, OpenCode, Claude Code, and Athena Code sessions from one UI.
- Resume native agent sessions already stored on disk.
- Inspect live terminal buffers, native transcripts, and provider metadata.
- Generate bounded handoffs from useful session evidence, so a fresh agent starts with curated context instead of a noisy transcript.
- Keep durable memory and project-local recall available to whichever agent runs next.
Local-first by design
Section titled “Local-first by design”The Athena ecosystem runs on your machine by default. Memory, recall caches, session indexes, and even speech-to-text stay in local files. Your model requests go to whichever AI provider you configure — but the orchestration layer, the memory layer, and the history layer are yours.
The four core tools
Section titled “The four core tools”| Tool | What it is |
|---|---|
| Athena Desktop | The command room. An Electron + React desktop app with a FastAPI backend that launches and manages agent sessions, generates handoffs, and bridges Hermes via MCP. |
| Athena Code | A terminal AI coding agent (memory-focused OpenCode fork) with persistent local memory, automatic recall, and cross-session search. |
| Athena Loops | A deterministic multi-agent orchestration harness: decompose a goal, fan out to worker agents, gate results through a reviewer. Ships as an MCP server and a Python library. |
| Athena Whisper | A local desktop dictation widget — speak, transcribe locally with faster-whisper, and have the text typed into any focused app. |
On the wider bench, Athena Mobile is a PWA companion that reaches your Athena workspace from your phone over a private Tailscale network.
Where to start
Section titled “Where to start”If you’re new to the ecosystem, start with Athena Desktop — it’s the hub everything else plugs into. Head to the Getting Started guide, or read The Ecosystem first to see how the pieces fit together.