Helix¶
Take your AI's memory anywhere.¶
A local-first, portable, git-like memory layer for every AI coding agent.
Helix gives your AI a long-term memory that belongs to you — your preferences, projects, decisions, and coding style — and lets you carry it across Claude Code, Cursor, Copilot, Windsurf, ChatGPT, Gemini, and any MCP-compatible agent. One memory. Every agent. Owned by you.
It runs $0 and offline by default: a dependency-free core, an embedded vector + graph store
in one SQLite file, and a portable, signed, encrypted .dna strand you can export,
import, merge, and push/pull like code.
Start here¶
- Why & what → PRD, Competitive Analysis
- How it works → System Architecture, Technical Spec, Memory Model, Retrieval
- Portability →
.dnaFormat, Sync & Merge - Trust → Security Model, Privacy & Compliance
- The research behind it → Research Survey
The decision log (ADRs), roadmap, changelog, and source live in the GitHub repository.
Status
Working alpha (v0.1.0). The core product is built and tested; see the repository's
ROADMAP.md for what's next.