one-bit/mnemoria
Persistent, git-friendly memory storage for AI agents — hybrid semantic + full-text search, append-only binary format, zero-copy reads
This tool helps AI developers and researchers give their AI agents a persistent, searchable memory. You can feed your AI agent various types of information, like discoveries, decisions, or problems encountered, and then easily retrieve them later by meaning or keywords. It's designed for anyone building AI assistants, chatbots, or tools that need to remember context across different conversations and sessions.
Use this if you are developing AI agents and need a robust, version-control-friendly way for them to store and retrieve long-term memory.
Not ideal if you need a general-purpose database for non-AI applications or a solution that runs entirely in the cloud without local components.
Stars
10
Forks
1
Language
Rust
License
MIT
Category
Last pushed
Mar 02, 2026
Monthly downloads
59
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/embeddings/one-bit/mnemoria"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
aiming-lab/SimpleMem
SimpleMem: Efficient Lifelong Memory for LLM Agents
zilliztech/memsearch
A Markdown-first memory system, a standalone library for any AI agent. Inspired by OpenClaw.
microsoft/kernel-memory
Research project. A Memory solution for users, teams, and applications.
zilliztech/GPTCache
Semantic cache for LLMs. Fully integrated with LangChain and llama_index.
TeleAI-UAGI/telemem
TeleMem is a high-performance drop-in replacement for Mem0, featuring semantic deduplication,...