dsh plugins中文
← Back to popular plugin directory

Each AI agent has a portable memory layer

EverMind-AI/EverOS · skills

One portable memory layer for every AI agent: local-first, Markdown-native, user-owned, and self-evolving across apps, tools, and workflows.

★ 12,068GitHub stars
893Forks
2026-08-17Last updated
PythonLanguage
Apache-2.0License

Project overview

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.

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

Install command

dsh plugin --profile web add github:EverMind-AI/EverOS
View GitHub repository ↗Back to popular plugin directory