Origin carries sessions, decisions, lessons, project context, and wiki pages across chats, tools, projects, and time.
Claude Code plugin · MCP server · Local daemon
The problem
The work happened, but the context did not survive. Decisions, fixes, and project instincts stay trapped in old chats instead of helping the next agent.
One missing handoff is enough to make the next conversation repeat the last one.
What Origin brings
Origin captures decisions, lessons, and next steps as work happens, then loads the handoff when the next agent starts.
The next conversation starts from the handoff instead of reconstructing the past.
Background distillery
Between runs, the daemon deduplicates repeat facts, links related ideas, resolves loose notes, and preserves where each claim came from.
The next run starts with consolidated context, not transcript residue.
Knowledge pages
Cleaned decisions and lessons become durable pages instead of buried chat logs. They are organized enough for agents to use and concrete enough for humans to read.
Your work stops being transcript history and starts becoming project knowledge.
Hybrid storage
Origin keeps durable artifacts as Markdown pages, handoffs, and source trails you can open, edit, diff, and move. The local database indexes them for agents.
Agents search the index. You control the files.
Hybrid retrieval, measured
Hybrid retrieval finds the right local context without replaying chat history.
| Strategy | Tokens / query | Finds right context |
|---|---|---|
| Full replay (no retrieval) | 4,505 | Buried in noise |
| Basic vector search | 168 | 77% |
| Origin (hybrid retrieval) | 168 | 91% |
LoCoMo benchmark, top-10 retrieval.
FAQ
Open source
The local runtime, CLI, MCP server, and Claude Code plugin are Apache-2.0.
Get release updates.