Loading...
Loading...
Oss
Fast Rust port of Steve Yegge's beads — a local-first, non-invasive issue tracker for git repos.
A high-performance reimplementation of the beads issue tracker in Rust. Provides dependency-aware issue tracking that exports to JSONL for version control, with JSON output for AI agent integration. Features ready-work detection, discovered-from linking, and seamless git-friendly state management without ever running git commands itself.
# Install via Cargo
cargo install beads_rust
# Or download pre-built binary from releases
# https://github.com/Dicklesworthstone/beads_rust/releases# Check for ready work
br ready --json
# Create an issue
br create "Fix rendering bug" -t bug -p 1 --json
# Update status
br update br-42 --status in_progress
# Close when done
br close br-42 --reason "Fixed in commit abc123"Terminal UI for Steve Yegge's Beads system with graph analytics for agent task management.
Gmail for your coding agents. A coordination layer with messaging, file leases, and audit trails.
Unified TUI for searching local history across Claude Code, Codex, Cursor, Gemini, and more.
Explore the source code, documentation, and contribute to the project.