v0.0.45 · MIT licensed

eidetic-daemon docs

Local-first Go daemon that captures every Claude Code, Cursor, and Cowork session into a single SQLite-WAL engram store, and serves it back in <100ms P95. 278,561 engrams. 803 sessions. 3.3 GB. Two weeks of real dogfood. Free and MIT.

What you'll find here

30-second quickstart

# macOS + Linux
curl -fsSL https://eidetic.works/install.sh | sh

# Confirm it's alive
curl --unix-socket /tmp/eidetic-daemon.sock http://localhost/healthz
# → {"status":"ok"}

# See your stats
eideticd --stats

For the MCP bridge into Claude Code / Cursor / Cline, see the install guide and MCP reference. For nucleus_ask, jump straight to recall recipes.

Architecture

Privacy posture

Engrams never leave your machine without an explicit user action. Every network call the daemon makes is opt-in. See the security policy for the full audit table, and ADR-020 in the source repo for the lock-in contract.