Recall: Fully-Local Project Memory for Claude Code

Ever started a fresh Claude Code session and spent the first 50 tokens explaining the same project context you laid out yesterday? Me too. And it’s the cold-start tax — on a paid subscription those losses add up fast. So I’ve tried CLAUDE.md (manual upkeep), –continue (full transcript replay, token-heavy), claude-mem (my earlier review), and external memory tools (API calls, data leaves your machine). All work, but none solve the problem cleanly. Then I stumbled on recall — a 3-day-old project with 216 stars. Here is a Claude Code plugin that auto-captures your session and summarizes it locally, zero LLM calls and zero outbound traffic. Worth testing. ...

June 22, 2026 · 4 min · GitHubDigger