Talamus

Local-first, source-grounded memory that you and your AI agents share.
Talamus turns documents, repositories, URLs, and consented agent sessions into durable Markdown knowledge. It retrieves that knowledge with citations and bitemporal history, on your machine and with the LLM engine you already use.
Install in 60 seconds View on GitHub
pipx install "talamus[mcp]"
talamus setup
No account or hosted service is required. Plain search and recall are local and free; operations that invoke an LLM remain explicit.
See memory survive a fresh session

Talamus exposes 16 MCP tools for Claude Code, Cursor, Codex, and OpenCode, while the same brain stays readable as ordinary Markdown plus a local SQLite/FTS5 index.
What makes it different
- Time — inspect what the brain knew at an earlier date with
--as-of,history, andtimeline. - Meaning — induce and review an evidence-backed ontology instead of imposing a fixed folder tree.
- Verifiability — retain source provenance, cite retrieved notes, and gate proposed corrections behind review.
- Local-first control — keep the core usable without a cloud account, hosted database, or hidden paid call.
The measured benchmarks publish both wins and losses, with every public number traced to a committed result artifact.
Where to go next
- Quickstart — install and try it in 10 minutes.
- Local-first agent memory — evaluate the architecture, trade-offs, and no-LLM demo.
- Agent install guide — configure an agent without hidden side effects.
- Commands — browse the full
talamusCLI reference. - Benchmarks — inspect the measured numbers and artifacts.
- Architecture — see how the local-first pieces fit together.
- GitHub — report an issue, contribute, or star the project.