Mnemosyne is a native AI memory system for Hermes Agent and other AI agents. It is described as a universal memory layer for AI agents that need fast, reliable, persistent memory, and it is built around SQLite with a zero-dependency design.
The system emphasizes local storage and low-latency retrieval. It uses direct SQLite access for sub-millisecond queries, and the page states that all data stays on the user’s machine or in the browser in the demo. Mnemosyne also presents itself as 100% local and private, with no cloud services, no external services, and no network roundtrips. A browser demo is available, but it is explicitly a client-side simulation rather than the real install.
Its named features include native vector search through sqlite-vec, hybrid ranking that combines vector similarity, full-text search, and importance scoring, and BEAM, a three-tier memory architecture with working memory for hot context, episodic memory for long-term storage, and a scratchpad for reasoning. It also supports automatic consolidation through sleep cycles, real-time incremental updates via DeltaSync, streaming results as they arrive, and ignore_patterns for filtering noisy or irrelevant content. The page says it works offline and includes examples of using remember and recall, and it also lists compatibility with Hermes, Claude Code, Cursor, Codex, OpenWebUI, and OpenClaw + MCP.
Mnemosyne is delivered with one pip install, and the install command shown is mnemosyne-memory. The page says there are no configuration files, no environment variables, and no cloud accounts required. It is free and open source, and it is now an OpenSource Collective on OpenCollective. The bottom-line comparison section describes the tool as intended for individual developers and local agents, and it notes that users manage their own backup as a single SQLite file.
Mnemosyne sits in PulseGate's Frameworks & runtimes category. It focuses on providing fast, local, dependency-free memory storage for AI agents and applications. Mnemosyne is an open-source project aimed at AI developers and agent framework builders. Mnemosyne is open source under the MIT license. It runs on the web and the command line, and it can be self-hosted.
It is developed by Mnemosyne Maintainers, and it first shipped in 2026. The project is developed in the open on GitHub with 1.3k stars and 747 commits in the last 90 days. Key capabilities include sub-millisecond memory, SQLite backend, and zero dependencies. It exposes integrations via a public API.
Summary written by a language model from the project’s public pages.
What PulseGate has recorded for this listing
Closest matches by what these projects do