Cerebra banner
Siddharth11Roy Siddharth11Roy

Cerebra

Development community

Description

Memory-bound multi-agent architecture for Claude Code and Codex. Brain-region modules, file-based hippocampus, isolated worktrees, claim-locked sub-agents, live observability.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

cerebra

[![ci](https://github.com/Siddharth11Roy/cerebra/actions/workflows/ci.yml/badge.svg)](https://github.com/Siddharth11Roy/cerebra/actions/workflows/ci.yml)

A brain-inspired multi-agent memory shell for macOS. cerebra wraps `claude` (Claude Code) or `codex` (Codex CLI) and makes every task they perform obey a multi-agent memory protocol — sub-agents spawn for non-trivial work, every action lands in a shared worklog, and a persistent memory pool grows across sessions.

cerebra never calls a model. It owns memory, routing, safety and concurrency; the harness it wraps owns cognition. Every act of judgement about what is worth remembering is delegated back to claude or codex.

$ cerebra
+-- cerebra v0.2.0 ----------------------------------------+
|                                                          |
|   ___ ___ ___ ___ ___ ___    _                           |
|  / __| __| _ \ __| _ \ _ \  /_\                          |
| | (__| _||   / _||   /   / / _ \                         |
|  \___|___|_|_\___|_|_\_|_\/_/ \_\                        |
|    welcome back, sid                                     |
|                                                          |
|   harness     claude 2.1.220 (Claude Code)               |
|   project     ~/code/my-app                              |
|   memory      active  lexical retrieval                  |
|   hippocampus 128 episodes  31 facts                     |
|   governor    0/3 agents active                          |
|   daemon      ready                                      |
|                                                          |
|   type your goal - sub-agents spawn per protocol         |
|                                                          |
+----------------------------------------------------------+

Status: pre-release. Not production ready.

cerebra is experimental and under active development. **Do not depend on it for anything you care about.** Expect breaking changes to the on-disk