In a move that could significantly impact the future of AI agent memory management, EverMind has unveiled EverOS, an open-source, local-first memory runtime designed to store and retrieve AI agent memories using plain Markdown files indexed with SQLite and LanceDB. This innovative tool combines hybrid BM25 and vector retrieval methods, supports multimodal data ingestion, and features self-evolving skills — all under the permissive Apache 2.0 license.
Architecture and Key Features
At its core, EverOS operates on a Markdown-first architecture, making it easy for developers to interact with agent memories using familiar text-based formats. The runtime leverages SQLite and LanceDB for efficient indexing and retrieval, enabling fast and scalable memory access. By integrating BM25 — a traditional information retrieval technique — with vector search, EverOS offers a hybrid approach that balances speed and semantic accuracy. This dual strategy is particularly useful in scenarios where both keyword matching and contextual understanding are required.
Moreover, EverOS supports multimodal data ingestion, allowing agents to process and store not just text but also images and other media. The runtime also introduces a unique self-evolving skills mechanism, which allows agents to autonomously improve and adapt their capabilities over time. These features make EverOS a compelling option for developers building next-generation AI systems that require persistent, intelligent memory.
Benchmarks and Future Outlook
While benchmarks are still emerging, early tests suggest that EverOS delivers competitive performance in memory retrieval tasks, especially in hybrid search scenarios. However, some limitations remain, particularly in handling large-scale multimodal data and optimizing long-term memory persistence. Despite these hurdles, the open-source nature of the project invites community contributions that could accelerate improvements.
EverMind has also provided a runnable code walkthrough and an interactive demo, making it easier for developers to experiment with the platform. As AI agents become more sophisticated, tools like EverOS are essential for enabling them to learn, remember, and evolve effectively — paving the way for truly autonomous AI systems.



