Install latest/stable of openmemory
Ubuntu 16.04 or later?
Make sure snap support is enabled in your Desktop store.
You are about to open
Do you wish to proceed?
Thank you for your report. Information you provided will help us investigate further.
There was an error while sending your report. Please try again later.
Generate an embeddable card to be shared on external websites.
A snap for OpenMemory,
OpenMemory is a local memory infrastructure powered by Mem0 that lets you carry your memory across any AI app. It provides a unified memory layer that stays with you, enabling agents and assistants to remember what matters across applications.
docs: https://docs.mem0.ai/openmemory/overview
OpenMemory can be utilized entirely locally by leveraging Ollama for both the embedding model and the language model (LLM).
Download: Ollama https://ollama.com/download
llm
"provider": "ollama",
"config": {
"model": "llama3.1:latest",
"temperature": 0,
"max_tokens": 2000,
"ollama_base_url": "http://localhost:11434", # Ensure this URL is correct
}
embedder
"provider": "ollama",
"config": {
"model": "nomic-embed-text:latest",
"embedding_dims": 768,
"ollama_base_url": "http://localhost:11434",
}
The OpenMemory with Ollama is a private, local-first memory server that creates a shared, persistent memory layer for your MCP-compatible tools. This runs entirely on your machine, enabling seamless context handoff across tools. Whether you're switching between development, planning, or debugging environments, your AI assistants can access relevant memory without needing repeated instructions.
Powered by
Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.