Skip to content

v1.0.0 — Initial Release

Latest

Choose a tag to compare

@EtanHey EtanHey released this 27 Feb 20:27
· 276 commits to main since this release
c51a7ed

BrainLayer v1.0.0

Persistent memory and knowledge graph for AI agents — 7 MCP tools to search, store, recall, digest, and explore entities across every conversation.

Highlights

  • 7 MCP tools (+ 14 backward-compatible aliases) for Claude Code, Cursor, Zed, VS Code
  • Hybrid search — semantic (bge-large-en-v1.5) + keyword (FTS5), merged with Reciprocal Rank Fusion
  • Local-first — SQLite + sqlite-vec, single .db file, no cloud, no Docker
  • 10-field enrichment — local LLM via Ollama or MLX
  • Knowledge graph — entities, relations, person lookup, time-decay scoring
  • Multi-source indexing — Claude Code, WhatsApp, YouTube, Markdown, Claude Desktop
  • 268,000+ chunks indexed in production use

Install

pip install brainlayer
brainlayer init
brainlayer index

Full Changelog

See CHANGELOG.md