All notable changes to MemoryOS will be documented here.
Format: Keep a Changelog | Versioning: Semantic Versioning
- Firefox browser extension
- Cursor IDE LSP plugin
- ChatGPT data export importer
- SQLCipher at-rest encryption
- Obsidian vault bidirectional sync
1.0.0 β 2026-03-15
- π§ Core memory engine β SQLite + ChromaDB hybrid storage
- π Hybrid search β semantic (cosine) + keyword (FTS5) + re-ranking
- π€ Local embeddings β
all-MiniLM-L6-v2via sentence-transformers - βοΈ Auto-summarization β Ollama β Groq β OpenAI fallback chain
- π Entity extraction β people, projects, tech, decisions, TODOs
- π·οΈ Importance scoring β automatic signal detection
- π Pin/forget β memory lifecycle management
- π Data retention β configurable auto-forget policy
- π Browser Extension β MV3, ChatGPT + Claude + Gemini support
- π» CLI β
start,stop,search,add,forget,stats,export,ask - π Dashboard β Next.js 14, dark theme, semantic search, stats, export
- π REST API β full CRUD + search + export + sessions + tags
- π³ Docker β single
docker-compose updeployment - π GitHub Actions β CI (lint + test + build) + PyPI auto-release
- π Full documentation β API, Architecture, Privacy, Contributing