OpenWolf acts as a context management layer for AI coding agents, reusing a shared brain across multiple agents to optimize token usage. It provides a local dashboard, token accounting, and lifecycle hooks to manage context state.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
OpenWolf is described as "The second brain for Claude Code. Now for every AI coding assistant." It focuses on improved context management, architecture scaffolding, and token utilization, delivered through 7 invisible lifecycle hooks.
How it works
The README explains a workflow where OpenWolf injects a token-budgeted digest at session start, then coordinates reads and symbol-level hints to minimize token usage. It maintains a durable project index with descriptions, token estimates, and content hashes, and uses a PreCompact hook to preserve state across context compaction. It logs actions and estimates costs, updating the memory and token ledger.
Getting started
npm install -g openwolf
cd your-project
openwolf init
This wires agents to a shared .wolf/ brain. Alternative invocations show wiring specific agents or all detected agents:
openwolf init # auto-detect installed agents (recommended)
openwolf init --agent codex opencode # wire exactly these
openwolf init --agent all # wire every detected agent
openwolf init --agent claude # Claude Code only
Recent releases
- v2.0.1 OpenWolf 2.0.1 (2026-07-14): Bug-fix patch. Fixed the dashboard white screen when a token is rejected; now shows a clear "token rejected" message. Root cause: the status bad
- v2.0.0 OpenWolf 2.0.0 (2026-07-14): # OpenWolf 2.0.0 The second brain for Claude Code is now a context layer for every AI coding assistant. OpenWolf 2.0 emphasizes improved context management, opti
Traction
2171 stars, 190 forks, 38 open issues as of the data provided.
Behind the repo
The repository is authored under AGPL-3.0 and targets Node.js 20+, TypeScript 5.7. It supports 6 agents and provides multiple protocol blocks for integrating with Codex CLI, OpenCode, Claude Code, Cursor, Antigravity, and Gemini CLI.
Caveats
- License: AGPL-3.0
- Created: 2026-03-15; last push: 2026-07-15
- Language: TypeScript
- Requirements: Node.js 20+, at least one supported coding agent






