All Topics
All Topics
Technology
Technology
AI
AI
Business
Business
Entertainment
Entertainment
News
News
Programming
Programming
Security
Security
Science
Science
Design
Design
Environment
Environment
Finance
Finance
Crypto
Crypto
Politics
Politics
Sports
Sports
Education
Education
Gaming
Gaming
Art
Art
Music
Music
Health
Health
Books
Books
Food
Food
Travel
Travel
Personal
Personal
Bluesky
Twitter
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Recall: A fully-local memory tool for Claude Code that eliminates cold-start sessions

By

mateenah

1h ago· 7 min readenCode

Summary

Recall is a fully-local project memory tool for Claude Code that solves the cold-start problem by keeping a local log of sessions and condensing it into a resume-ready summary. It runs entirely on the user's machine with no API key, no external model, and no data sent anywhere. The summarization is done by a classical Python summarizer, making it free for users on a Claude Code subscription. It eliminates the need to re-explain project context every session.

Source

Hacker NewsRecall: A fully-local memory tool for Claude Code that eliminates cold-start sessionsgithub.com

Key quotes

· 4 pulled
Claude Code starts every session cold. Recall keeps a local log of your sessions and condenses it into a resume-ready summary — entirely on your machine.
No API key, no external model, nothing sent anywhere.
It's built for people running Claude Code locally on a subscription: the only AI in the loop is Claude Code itself; the summarization is done by a classical Python summarizer.
It solves the cold-start problem — no more re-explaining the project each session — without a metered s
Snippet from the RSS feed
Stop wasting tokens and re-explaining your project every session. Recall gives Claude Code durable memory — entirely offline. - raiyanyahya/recall

You might also wanna read