get-bb/bb

The agent IDE that builds itself

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 25 minutes ago
Added to GitGenius on September 18th, 2026
Created on February 24th, 2026
Open Issues & Pull Requests: 417 (-2)
GitHub issues: Enabled
Number of forks: 513
Total Stargazers: 3,799 (+2)
Total Subscribers: 4 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 14.2 hours
Mean response time: 2.6 days
90th percentile: 6.5 days
Tracked items: 661

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Roughly one issue in four opened in the past year never receives a reply. 91% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Almost all tracked open issues have seen activity in the last three months. Only 59% of issues opened in the past year have been closed. Three people close 93% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 361
New in 7 days: 97
Closed in 7 days: 67
Avg open age: 18 days
Stale 30+ days: 67
Stale 90+ days: 0

Recent activity

Opened in 7 days: 84
Closed in 7 days: 67
Comments in 7 days: 20
Events in 7 days: 58

Top labels

  • confirmed-repro (280)
  • ui (187)
  • providers (168)
  • plugins (138)
  • threads (118)
  • cli (79)
  • partial-repro (67)
  • desktop (64)

Detailed Description

bb is an agentic IDE that builds itself through AI-driven automation and self-modification.

The tool addresses the need for development environments that can autonomously control and customize their own behavior. bb operates as a unified platform where work runs in threads that users can observe in real time, redirect mid-execution, or delegate to other agents. The desktop app, web interface, CLI, and HTTP API all function as first-class entry points, allowing developers to interact with and steer the system through their preferred surface. The architecture enables bb to automate its own workflows and lay groundwork for building software factories where agents can coordinate tasks across multiple surfaces.

bb suits teams exploring agentic development patterns and those seeking to automate repetitive development tasks through a unified interface. The tool is particularly relevant for developers already using AI coding assistants who want deeper integration and the ability to hand off work between human operators and agents. The project is in active development with a stable core architecture, though workflows and user-facing surfaces continue to evolve. Desktop support is available for macOS on Apple Silicon, with Linux x64 as alpha and Windows users directed to WSL2. The tool integrates with existing provider CLIs that users have already authenticated, reducing setup friction.

Development activity shows consistent iteration on the codebase with regular updates to both the core system and user-facing surfaces. The project maintains separate stable and nightly release channels for the desktop app, allowing early adopters to test newer builds alongside production versions. Telemetry collection is implemented to track adoption patterns through anonymous usage data, with clear opt-out mechanisms and explicit exclusion of sensitive information like message content or project details. Documentation is organized across multiple package-specific READMEs, indicating a modular architecture that developers can explore incrementally.