Skip to content

omega-memory/omega-memory

MCP Developer Tools

Local‑first, cross‑model memory for AI agents that keeps an agent's learned context on the user's machine without cloud dependencies

Python Latest v1.5.5 · 1mo ago Security brief →

Features

  • Persistent semantic memory that survives across sessions and works with any LLM or coding agent
  • Multi‑agent coordination tools (locks, queues, intent broadcasting) for collaborative workflows
  • Intelligent model routing to select the optimal language model per task while minimizing cost
  • Knowledge base ingestion of PDFs, markdown, web pages, and other documents with semantic search

Recent releases

View all 43 releases →
No immediate action
v1.5.4 Breaking

Module layout restoration

v1.4.9 New feature
Notable features
  • Reranker precision selection via OMEGA_RERANKER_PRECISION=int8 or download_model(precision="int8")
Full changelog

Features

  • Reranker precision selection -- Set OMEGA_RERANKER_PRECISION=int8 to use the quantized model (~571 MB on disk, ~650 MB RSS) instead of the FP32 default (~2.3 GB on disk, ~2.5 GB RSS). Also available via download_model(precision="int8"). Auto-detect finds whichever variant is installed.

Upgrade

pip install --upgrade omega-memory
v1.4.8 Bug fix
Security fixes
  • Depersonalized codebase and hardened credential handling
Full changelog

Fixes

  • fix: download_model() 404 on bge-reranker-v2-m3 — BAAI upstream repo no longer ships ONNX weights. Repointed to onnx-community/bge-reranker-v2-m3-ONNX (HuggingFace's canonical ONNX conversion). Also added model.onnx_data sidecar and fixed download verification logic. Closes #53.
  • security: depersonalize codebase and harden credential handling

Upgrade

pip install --upgrade omega-memory
v1.4.7 Bug fix
⚠ Upgrade required
  • Run `pip install --upgrade omega-memory` then execute `omega activate OMEGA-PRO-` to enable Pro features.
Full changelog

Fix: Pro activation works from bare omega-memory install

omega activate now works without requiring the Pro wheel to be pre-installed:

  • Validates the license key directly against the activation API
  • Auto-downloads and installs the Pro package
  • Single command from install to fully working Pro

Previously, omega activate failed with "OMEGA Pro is not installed" because it required a package that only exists after Pro setup, creating a chicken-and-egg problem.

Upgrade

pip install --upgrade omega-memory
omega activate OMEGA-PRO-<your-key>
v1.4.6 Feature
Notable features
  • Free‑tier protocol fallback with pro upgrade reminder
Changelog

Free-tier protocol fallback with pro-reminder

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

About

Stars
189
Forks
26
Languages
Python PowerShell Shell

Install & Platforms

Install via
pip

Alternative to

Anthropic Memory Mem0 Zep

Beta — feedback welcome: [email protected]