Show HN: Mnemo – local-first AI memory layer for any LLM (Rust, SQLite,petgraph) https:// github.com/zaydmulani09/mnemo # ai # github # llm # rust # sqlite
A new open-source project called Mnemo offers a local-first AI memory layer designed to help LLMs retain context across conversations. Developed in Rust, Mnemo runs as a sidecar process, extracting entities and relationships using a local LLM like Ollama to build a persistent knowledge graph. This graph is then used to automatically inject relevant context back into prompts, ensuring continuity without relying on cloud services or API keys. AI
IMPACT Enables developers to build LLM applications with persistent memory without relying on external cloud services.