StackMap
Subscribe
Explore / EverOS
EverMind-AI

EverOS

One portable memory layer for every agent: conversations, files and trajectories kept as canonical Markdown, indexed locally by SQLite and LanceDB, with offline reflection that refines them.

12,342 901 Python Apache-2.0updated 6 days ago
View on GitHubDispute this mapping →
Curator's take

Pick it if you want memory you can open in an editor: `.md` files are the source of truth, edited directly and picked up by a cascade watcher, with SQLite plus LanceDB as disposable indexes and no MongoDB, Elasticsearch or Redis in the stack. User episodes and profile sit apart from agent cases and skills as first-class tracks, retrieval scopes orthogonally by user, agent, app, project and session, and reflection consolidates episode clusters between sessions instead of only recalling. Trade-offs: it runs as a server with its own TOML config, full capability needs embedding and rerank models configured beyond the one-key start, Markdown-as-truth means large vaults get large, and `/api/v1` is already a legacy alias.

Mapped by ShipWithAI editors · links verified
README.md

Table of Contents

Why Ever OS

EverOS is a Python library and local-first memory runtime for agents and makers. It gives one portable memory layer across coding assistants, apps, devices, and workflows from day one. It stores conversations, files, and agent trajectories as readable Markdown, then syncs local SQLite and LanceDB indexes for fast retrieval and self-evolving reuse.

Title EverOS Other Agent Memory Libraries
Markdown source of truth ✅ Canonical .md files that are readable, editable, diffable, and Git-versioned ❌ Usually API, vector, graph, dashboard, or database state
Direct file editing ✅ Edit .md files; cascade watcher syncs ❌ Usually SDK, API, dashboard, or backend update paths
Local three-part stack ✅ Markdown + SQLite + LanceDB; no MongoDB, Elasticsearch, or Redis required ❌ Often depends on managed services, vector DBs, graph DBs, or server stacks
User + agent tracks ✅ User episodes/profile and agent cases/skills are separate first-class surfaces ❌ Usually centered on chat history, profiles, entities, facts, or retrieval records
Orthogonal retrieval ✅ Search by user_id, agent_id, app_id, project_id, and session_id ❌ Usually app, namespace, tenant, thread, or graph scoped
Knowledge Wiki ✅ Editable, source-backed Markdown knowledge pages with taxonomy, CRUD APIs, and topic search ❌ Usually separate from memory, trapped in a dashboard, or not tied back to source files
Reflection ✅ Offline memory evolution that merges episode clusters and refines profiles and skills between sessions ❌ Usually retrieval-only memory with little background consolidation or long-horizon improvement

Quick Start

One OpenRouter API key is enough to start EverOS, write durable memories, and retrieve them with keyword search.

Prerequisites

1. Install

uv pip install everos
# or: pip install everos

Continue your stack

What teams reach for next — and why each earns a place beside EverOS. Ranked by curator confidence.