Open source · MIT OR Apache-2.0

One Brain.
Any Tool.

Portable, git-tracked AI memory that compounds across every tool you use. Works with Claude Code, Cursor, Antigravity, and more.

bash
$ curl -fsSL http://get.cerebrumma.com | sh

How it works

Intelligence that compounds

01

Install & init

One command installs the CLI, MCP server, and wires up Claude Code. Run cerebrum init to create your Brain.

02

Memory auto-captures

The git hook records every commit. The file watcher captures every save. Your Brain grows without thinking.

03

Dream cycle compounds

Run cerebrum dream, paste into any LLM, ingest the reflection. Knowledge distills into skills and facts.

Built for developers

Everything your Brain needs

Git-tracked memory

MCP-native injection

5-layer architecture

Global + local Brain

Dream cycle

No lock-in

Memory format

Human-readable,
git-native.

Every memory entry is a Markdown file with YAML frontmatter. No proprietary format. No binary blobs. Diff it, grep it, share it.

markdown
---
timestamp: 2026-05-08T18:00:00Z
source_tool: cli
salience_score: 0.6
bias_flag: false
provenance: manual
---

Always prefer functional components in React.

CLI reference

Commands

cerebrum initCreate .cerebrum/ in current project
cerebrum init --globalCreate ~/.cerebrum/ shared across all projects
cerebrum add "..."Add an episodic memory entry
cerebrum add --global "..."Add to the global Brain
cerebrum statusShow entry counts across memory layers
cerebrum hook installInstall git post-commit hook
cerebrum watchWatch for file saves and auto-capture
cerebrum dreamArchive episodes + generate reflection prompt
cerebrum dream --ingest <file>Parse LLM reflection into memory layers

Ready to build your Brain?

One command. Runs locally. No keys, no cloud, no lock-in.

bash
$ curl -fsSL http://get.cerebrumma.com | sh