omega-memory/omega-memory
MCP Developer ToolsLocal‑first, cross‑model memory for AI agents that keeps an agent's learned context on the user's machine without cloud dependencies
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 →- Reranker precision selection via OMEGA_RERANKER_PRECISION=int8 or download_model(precision="int8")
Full changelog
Features
- Reranker precision selection -- Set
OMEGA_RERANKER_PRECISION=int8to 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 viadownload_model(precision="int8"). Auto-detect finds whichever variant is installed.
Upgrade
pip install --upgrade omega-memory
- 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 toonnx-community/bge-reranker-v2-m3-ONNX(HuggingFace's canonical ONNX conversion). Also addedmodel.onnx_datasidecar and fixed download verification logic. Closes #53. - security: depersonalize codebase and harden credential handling
Upgrade
pip install --upgrade omega-memory
- 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>
- 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.