Hive
Supports UIby edtoaster
Stateless orchestrator for swarms of Claude Code agents to automate software development.
What it does
Hive is a sophisticated orchestration layer that enables a 'swarm' of AI agents to collaborate on complex software engineering tasks. It manages agent lifecycles, task state, and Git worktree isolation, ensuring that multiple agents can work on different parts of a codebase simultaneously without causing conflicts.
Tools
hive_spawn_agent: Deploys a new lead or worker agent with a dedicated Git worktree.hive_create_task: Defines a specific unit of work with urgency and dependencies.hive_submit_to_queue: Submits a completed branch for automated review and sequential merging.hive_merge_next: Processes the next item in the merge queue with auto-rebase logic.hive_search_mind: Queries the shared 'Hive Mind' knowledge space for discoveries and conventions.hive_save_memory: Records operational learnings and failure patterns for future runs.
Installation
Setup
Clone the repository and install via Cargo:
git clone https://github.com/EDToaster/hive
cd hive
cargo install --path .
Initialize in your project:
hive init
Supported hosts
- claude
Quick install
cargo install --path .Information
- Pricing
- free
- Published
- 4/17/2026
- stars






