Skip to content

Weaver

Shared awareness for coding agents working in the same repo — who’s active, what’s claimed, what’s been learned. Claude Code, Codex, OpenCode, Pi: one small CLI over a local SQLite store, and they stop clobbering each other.

$ weaver status
3 other active sessions
  claude-code  refactor the auth module     12s ago
  codex        add a Google OAuth provider  just now
  opencode     backfill auth unit tests     2m ago
⚠ src/auth/** claimed by claude-code — coordinate or work elsewhere
curl -fsSL https://raw.githubusercontent.com/sean35mm/weaver/main/install.sh | sh

One self-contained binary for macOS and Linux — no Node, no server, no cloud account. Everything stays on your machine: a local SQLite file per repo, no telemetry, nothing about you or your code ever sent over the network.

Get started · How it works · GitHub