Local-first AI agent memory — one command, works offline, no account needed. Give your Claude Code, Cursor, Windsurf, OpenClaw agent persistent memory. Markdown storage, hybrid search (FTS5 + embedding), MCP protocol, Web dashboard.
# Awareness Local [](https://arxiv.org/abs/2410.10813) **Give your AI agent persistent memory. One command. No account. Works offline.** Awareness Local is a local-first memory system for AI coding agents. It runs a lightweight daemon on your machine that stores memories as Markdown files, searches with hybrid FTS5 + embedding, and connects to any IDE via the MCP protocol. ```bash npx @awareness-sdk/setup ``` That's it. Your AI agent now remembers everything across sessions. --- ## Benchmark: LongMemEval (ICLR 2025) Evaluated on **[LongMemEval](https://arxiv.org/abs/2410.10813)** — the industry standard benchmark for long-term conversational memory. 500 human-curated questions across 5 core capabilities. ``` ╔══════════════════════════════════════════════════════════════╗ ║ ║ ║ Awareness Memory — LongMemEval Benchmark Results ║ ║ ───────────────────────────────────────────────── ║ ║ ║ ║ Benchmark: LongMemEval (ICLR 2025) ║ ║ Dataset: 500 human-curated questions ║ ║ Variant: LongMemEval_S (~115k tokens per question) ║ ║ ║ ║ ┌─────────────────────────────────────────────────┐ ║ ║ │ │ ║ ║ │ Recall@1 77.6% (388 / 500) │ ║ ║ │ Recall@3 91.8% (459 / 500) │ ║ ║ │ Recall@5 95.6% (478 / 500) ◀ PRIMARY │ ║ ║ │ Recall@10 97.4% (487 / 500) │ ║ ║ │ │ ║ ║ └─────────────────────────────────────────────────┘ ║ ║ ║ ║ Method: H
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.