Install latest/stable of openmemory

Ubuntu 16.04 or later?

Make sure snap support is enabled in your Desktop store.


Install using the command line

sudo snap install openmemory

Don't have snapd? Get set up for snaps.

Channel Version Published

Details for openmemory

License

  • unset

Last updated

  • 20 November 2025 - latest/stable
  • 13 November 2025 - latest/beta

Report a bug


Report a Snap Store violation

Share this snap

Generate an embeddable card to be shared on external websites.

OpenMemory Snap.

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

https://mem0.ai

https://ollama.com

https://qdrant.tech/

https://tauri.app/


Install openmemory on your Linux distribution

Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.


Where people are using openmemory

Users by distribution (log)

Ubuntu 24.04
Ubuntu 25.10