Download Latest Version v3.3.5 -- integrity, recovery, and cross-process correctness source code.tar.gz (24.3 MB)
Email in envelope

Get an email when there's a new version of MemPalace

Home / v3.3.4
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-05-01 8.1 kB
v3.3.4 source code.tar.gz 2026-05-01 24.2 MB
v3.3.4 source code.zip 2026-05-01 24.3 MB
Totals: 3 Items   48.6 MB 14
  • Setup got smart and a local language model does the work for free. Mempalace init now uses a local LLM if you have one running, Ollama or LM Studio or llama.cpp, whichever you prefer. Zero cloud calls, no API key to set up, nothing costs anything. If you do not have one running, it falls back gracefully and never blocks. You are never stuck waiting on something that is not there.

  • The palace now connects ideas across projects. Cross wing topic tunnels are a new feature where, when two projects talk about the same theme, like a framework you use everywhere or a person who shows up across domains, the palace links them together. So when an LLM scans your memories for one project, it can follow the thread into related projects without you having to set anything up.

  • Setup and first ingest are now one step. When you run mempalace init, it asks if you want to mine the directory right after onboarding, and shows you a size estimate first so you are not surprised by a long ingest. One command, two things done, no manual second pass.

  • A storage fix made big palaces dramatically smaller. There was a bug where active palaces could bloat into many gigabytes on disk over time. One contributor reported their palace dropped from about thirty gigabytes down to under four hundred megabytes after the fix landed, and operations that were timing out before now respond instantly. The number is one person's field report, but the underlying fix is in place for everyone.

  • Background hooks now correctly recognize Claude Code conversations. The hooks that auto save your sessions used to treat conversation transcripts as if they were source code, which caused indexing confusion. Now they are tagged correctly as conversations, which means cleaner storage and better recall when you go looking for what you said.

  • The promises have not moved. Every word stored exactly. Everything stays on your machine. Nothing goes anywhere we have not explicitly told it to go. No telemetry. Zero. Each release sharpens what is already there instead of asking you to give up something you care about.

What's Changed

New Contributors

Full Changelog: https://github.com/MemPalace/mempalace/compare/v3.3.3...v3.3.4

Source: README.md, updated 2026-05-01