Stop re-explaining your project to Claude every morning.
Context amnesia
Pipe past sessions into Claude with recall context. New conversations start where the last one ended.
Cost anxiety
The stats pill on every transcript shows tokens, dollars, and the primary model. recall stats rolls them up.
Org sprawl
Full-text and semantic search across every session. Tags, collections, aliases, Cmd+K jump.
60-second quickstart
- CLI
Start the daemon
recall startWatches ~/.claude/projects/ in the background. Run once, it keeps running.
- Web
Open the UI
recall openAuto-starts the daemon if it is not running.
- Web
Find a session
Browse projects, type any word in the search bar, or hit Cmd+K to fuzzy-jump to recent.
- Web
Check the cost
The stats pill shows tokens, dollars, and primary model. Top bar Stats opens the dashboard.
- Web
Name the ones that matter
Click "Click to name this session" in any transcript header. Aliases archive forever.
- CLI
Pipe a past session into a new Claude run
recall context abc12345 | claudeThe killer move. New session starts with full context preloaded.
Quickstart
Three commands you'll use daily:
recall start # daemon (one time)
recall open # web UI
recall context <id> | claude # the moatThe third is the killer feature. Pipes a past session as condensed markdown into a fresh Claude conversation; context preloaded, no copy/paste.
#Add intent with --prelude
recall context abc12345 \
--prelude "continue from where we left off, finish the migration" \
| claudeWithout a prelude Claude will summarize the transcript instead of continuing the work.