- A folder, not a service
-
Brains are Markdown folders in
~/Documents/Eva/Brains.
No account, no cloud database, nothing to sign in to.
- Bring your own agent
-
Eva drives the Codex CLI or Claude Code already signed in on your
Mac. It never stores API keys or credentials.
- Git is the review gate
-
Every brain is its own local repository. Agent work lands on a
branch, and deletions or new structural issues always wait for
your explicit accept or reject.
raw/ is immutable
-
Agents may read your original sources but never edit, move, or
delete them. Eva verifies this on the working tree and on the
committed diff before anything can merge.
- Nothing leaves your Mac
-
Eva never creates a remote and never pushes. Backing up or sharing
a brain is a choice you make outside Eva.
- V1, macOS only
-
Built and tested on macOS alone; other platforms are a future
decision, not a checkbox. Today you build it from source with
Node.js, Rust, and a signed‑in agent CLI.