Recall is an open-source tool that locally stores and summarizes Claude Code session logs. It operates entirely on the user's machine without external APIs or models, helping maintain project context.
Recall, shared as a 'Show HN' on GitHub, is a tool that locally stores and summarizes Claude Code user session logs. All processing happens on the user's machine, with no data sent externally.
Claude Code operates with a 'cold start' approach, beginning each session from scratch. Recall addresses the resulting context loss by managing and summarizing logs from past sessions.
It presents a method for developers to effectively manage AI coding tool context in a local environment. This open-source solution could be useful for users prioritizing privacy.