Skip to content

Releases: nanxingw/EverMem

v0.1.0 — Initial Release

Choose a tag to compare

@nanxingw nanxingw released this 13 Mar 09:34

evermem-async v0.1.0

One-line command to connect any AI coding agent to EverMemOS long-term memory.

Features

  • Auto-sync daemon — runs in background, syncs every 30 minutes via cron
  • Multi-agent support — Claude Code, Codex CLI, Qwen Code, Kimi CLI, Cursor
  • Web UI — Dashboard, Config, Search (warm light theme, SSE real-time updates)
  • Skills auto-installevermem install-skill deploys to all detected tools
  • Incremental sync — deduplication via lastRun timestamp, idempotent uploads
  • evermem-sync-context skill — load full project history into AI tool context in one command

Installation

npm install -g evermem-async
evermem setup
evermem start

Links