[](#readme-top)
## Features
- **Hybrid retrieval**: BM25 + cosine vector ANN + scalar filters, backed by LanceDB
- **Cascade index sync**: edit a `.md` β file watcher β entry-level diff β LanceDB sync, sub-second
- **Multi-source extraction**: conversations / agent trajectories / file knowledge
- **Dual-track memory**: user-track (Episodes / Profiles) + agent-track (Cases / Skills)
- **Async-first**: full asyncio, single event loop
- **Multi-modal**: text + small image / audio inline; large media via S3/OSS reference
[](#readme-top)
## Project Structure
```
everos/ # repo root
βββ src/everos/ # main package (src layout)
β βββ entrypoints/ # cli + api
β βββ service/ # use case orchestration
β βββ memory/ # domain: extract + search + cascade + prompt_slots
β βββ infra/ # storage: markdown + lancedb + sqlite
β βββ component/ # cross-cutting: llm / embedding / config / utils
β βββ core/ # runtime: observability / lifespan / context
β βββ config/ # configuration data + Settings schema
βββ tests/ # unit / integration / golden / fixtures
βββ docs/ # design docs
βββ .claude/ # team-shared rules + skills (auto-loaded by Claude Code)
```
[](#readme-top)
## Documentation
- [docs/overview.md](docs/overview.md) β Project overview & vision
- [docs/architecture.md](docs/architecture.md) β DDD layered architecture & dependency rules
- [docs/engineering.md](docs/engineering.md) β Engineering & dev-efficiency infrastructure (CI / tooling / Claude Code)
- [docs/use-cases.md](docs/use-cases.md) β Full use-case gallery and integration examples
- [docs/migration-to-1.0.0.md](docs/migration-to-1.0.0.md) β Legacy API and infrastructure migration notes
- [CHANGELOG.md](CHANGELOG.md) β Release notes
- [CONTRIBUTING.md](CONTRIBUTING.md) β How to contribute
- [.claude/rules/](.claude/rules/) β Detailed coding conventions (auto-loaded by Claude Code)
[](#readme-top)
## Use Cases
Use cases show what persistent memory makes possible in real products and
workflows. Some examples are packaged in this repository; others point to
external demos or integrations you can study and adapt.
|
[](https://evermind.ai/usecase_reunite)
#### Reunite - Find With EverOS
Parents describe what they remember. Children describe what they recall. Reunite uses semantic memory to surface the connections.
[Learn more](https://evermind.ai/usecase_reunite)
|
[](https://github.com/tt-a1i/hive)
#### Hive Orchestrator
Browser-native hive-mind for CLI coding agents - Claude Code, Codex, Gemini, and OpenCode collaborate as real PTY processes via a team protocol.
[Code](https://github.com/tt-a1i/hive)
|
|
[](https://github.com/tt-a1i/evermemos-mcp)
#### AI Coding Assistants With EverOS
Universal long-term memory layer for AI coding assistants, powered by EverOS.
[Code](https://github.com/tt-a1i/evermemos-mcp)
|
[](https://github.com/yuansui123/AI-Data-Technician-EverMemOS)
#### AI Data Technician
An agentic AI system that learns from scientist interaction to inspect, analyze, and classify high-dimensional time series data - with persistent memory that improves across sessions.
[Code](https://github.com/yuansui123/AI-Data-Technician-EverMemOS)
|
|

#### Rokid AI Assistant With EverOS
Connect to EverOS within Rokid Glasses enabling long-term memory for all of your smart activities.
Coming soon
|

#### Creative Assistant With Memory
Creative assistant with long-term memory, so your creative context stays available across sessions.
Coming soon
|
|
|
[](https://github.com/xunyud/Earth-Online)
#### Earth Online Memory Game
Earth Online is a memory-aware productivity game that turns everyday planning into a living quest log.
[Code](https://github.com/xunyud/Earth-Online)
|
[](https://github.com/golutra/golutra)
#### Multi-Agent Orchestration Platform
Golutra presents a multi-agent workforce for engineering teams, extending the IDE model from a single assistant to coordinated agents.
[Code](https://github.com/golutra/golutra)
|
|
[](https://github.com/Yangtze-Seventh/taste-verse)
#### Your Personal Tasting Universe
Record, visualize, and explore your tasting journey through an immersive 3D star map.
[Code](https://github.com/Yangtze-Seventh/taste-verse)
|
[](https://github.com/kellyvv/OpenHer)
#### EverOS Open Her
Build AI that feels. Open-source persona engine - personality emerges from neural drives, not prompts. Inspired by Her.
[Code](https://github.com/kellyvv/OpenHer)
|
|
[](https://chromewebstore.google.com/detail/ruminer-browser-agent/lbccjohfpdpimbhpckljimgolndfmfif)
#### Browser Agent For Personal Memory
Ruminer brings persistent memory to a browser agent so it can carry personal context across web tasks.
[Plugin](https://chromewebstore.google.com/detail/ruminer-browser-agent/lbccjohfpdpimbhpckljimgolndfmfif)
|
[](https://github.com/nanxingw/EverMem)
#### EverMem Sync With EverOS
One command to connect any AI coding CLI to EverMemOS long-term memory.
[Code](https://github.com/nanxingw/EverMem)
|
|
|
[](https://github.com/mco-org/mco)
#### MCO - Orchestrate AI Coding Agents
MCO equips your primary agent with an agent team that can work together to solve complex tasks.
[Code](https://github.com/mco-org/mco)
|
[](https://github.com/onenewborn/StudyBuddy-public)
#### Study Buddy With Self-Evolving Memory
Study proactively with an agent that has self-evolving memory.
[Code](https://github.com/onenewborn/StudyBuddy-public)
|
|
[](https://github.com/TonyLiangDesign/MemoCare)
#### Alzheimer's Memory Assistant
Empowering individuals with advanced memory support and daily assistance.
[Code](https://github.com/TonyLiangDesign/MemoCare)
|
[](https://github.com/AlexL1024/NeuralConnect)
#### Memory-Driven Multi-Agent NPC Experience
An iOS sci-fi mystery game where players explore and uncover the truth.
[Code](https://github.com/AlexL1024/NeuralConnect)
|
|
[](https://github.com/elontusk5219-prog/Mobi)
#### Mobi Companion
An iOS app where users create, nurture, and live with a personalized AI companion called Mobi.
[Code](https://github.com/elontusk5219-prog/Mobi)
|
[](https://github.com/JaMesLiMers/EvermemCompetition-Spiro)
#### AI Wearable With Memory
A context-native AI wearable that listens to everyday life and converts conversations into memory.
[Code](https://github.com/JaMesLiMers/EvermemCompetition-Spiro)
|
|
|
[](docs/migration-to-1.0.0.md)
#### Legacy OpenClaw Agent Memory
Archived pre-1.0.0 plugin reference. New integrations should use the EverOS 1.0.0 API.
[Learn more](docs/migration-to-1.0.0.md)
|
[](https://github.com/TEN-framework/ten-framework/tree/04cb80601374fa9e35b4e544b2dbd23286ca7763/ai_agents/agents/examples/voice-assistant-with-EverMemOS)
#### Live2D Character With Memory
Add long-term memory to a real-time Live2D character, powered by [TEN Framework](https://github.com/TEN-framework/ten-framework).
[Code](https://github.com/TEN-framework/ten-framework/tree/04cb80601374fa9e35b4e544b2dbd23286ca7763/ai_agents/agents/examples/voice-assistant-with-EverMemOS)
|
|
[](https://screenshot-analysis-vercel.vercel.app/)
#### Computer-Use With Memory
Run screenshot-based analysis with computer-use and store the results in memory.
[Live Demo](https://screenshot-analysis-vercel.vercel.app/)
|
[](use-cases/game-of-throne-demo)
#### Game Of Thrones Memories
A demonstration of AI memory infrastructure through an interactive Q&A experience with *A Game of Thrones*.
[Code](use-cases/game-of-throne-demo)
|
|
[](use-cases/claude-code-plugin)
#### Claude Code Plugin
Persistent memory for Claude Code. Automatically saves and recalls context from past coding sessions.
[Code](use-cases/claude-code-plugin)
|
[](https://main.d2j21qxnymu6wl.amplifyapp.com/graph.html)
#### Memory Graph Visualization
Explore stored entities and relationships in a graph interface. Frontend demo; backend integration is in progress.
[Live Demo](https://main.d2j21qxnymu6wl.amplifyapp.com/graph.html)
|
[](#readme-top)
## Watch EverOS
EverOS 1.0.0 is the first release of a larger memory-system roadmap.
Watch this repository for upcoming work on Wiki-style memory, Dreaming,
deeper offline evolution, benchmark releases, and more real-world agent
integrations.
If EverOS is useful to your agent stack, starring the repo helps more
builders discover it.
### Star History
[](https://www.star-history.com/#EverMind-AI/EverOS&Date)
[](#readme-top)
## EverMind Ecosystems
EverMind is an open-source ecosystem for long-term memory, self-evolving agents, and memory evaluation.
[](#readme-top)
[](#readme-top)