Mneme: A Free, Local-First Claude Chat Client with Persistent Memory

Mneme is a personal Claude chat client that runs on your own machine, talks to the Anthropic API directly, and bakes memory into every surface from the start — not as an afterthought. Because it uses the API, Sonnet 4.5 is still available in the model picker, even after Anthropic removed it from claude.ai.
The app is free (you pay Anthropic and OpenAI for API usage — roughly $3–$8/mo on Haiku for light use, $30–$60 on Sonnet for moderate-to-high use). No subscription to Mneme itself. Setup is 10–20 minutes, including a PDF guide that Claude can walk you through step-by-step.
Key Features
- Tiered memory: Messages flow from episodic → narrative → entity summaries as relevance shifts; old context is compressed without being lost
- Daily summaries: A 7-day rolling timeline so Claude knows recent context, not just semantically similar matches
- Entity tracking: Hierarchical summaries for people, projects, and things you refer to often
- Narrative concepts: Keyword-triggered recall for ideas you've named
- AI Notes: A persistent section Claude can write to itself between conversations
- Extended thinking, file attachments, text-to-speech
- Command system:
@run,artifact, etc. - Autonomous Python retrieval: The AI can agentically use retrieval if automatic mode fails
- Dynamic context with caching: Every message can have different retrieval without breaking Anthropic's context caching
Technical Details
- Open source (CC BY 4.0)
- Local-first — all data stored in a SQLite database on your machine
- Tested on Windows (one-click installer); Android browser access via local server/Tailscale; iPhone should work; macOS not yet packaged
- Aimed at "journal with an AI" use case (thinking out loud, processing your week) rather than coding agents or RAG over docs
Who It's For
Developers and power users who want a Claude client with persistent, intelligent memory that runs locally and still works with Sonnet 4.5.
📖 Read the full source: r/ClaudeAI
👀 See Also

Homebutler: OpenClaw Skill for Homelab Management via Telegram
Homebutler is a single Go binary (~13MB, zero dependencies) that works as an OpenClaw skill to manage homelabs from Telegram chat. It monitors servers, restarts Docker containers, wakes machines, scans networks, and alerts on resource spikes without SSH sessions or dashboard logins.

Ctxpact: Context Compaction Proxy for Local LLMs
Ctxpact is an OpenAI-compatible proxy that compresses oversized inputs for local LLMs with 16k context windows, using a 3-stage pipeline that includes DCP, summarization, and extraction strategies. Benchmarks show 110k tokens compressed to 12k with 8/8 reading comprehension accuracy.

Developer builds terminal status bar to monitor Claude Code session limits after unexpected cutoff
A developer created a Python terminal statusline that shows Claude Code's session usage live after being cut off mid-refactor without warning. The tool uses existing sessions without requiring an API key.

Jan Adds One-Click OpenClaw Installation with Jan-v3-Base Model Integration
Jan now supports one-click installation of OpenClaw with direct integration to the Jan-v3-base model, keeping all operations local and private on your computer.