Hive is a CLI tool for managing parallel AI agent workspaces using git worktrees.
Hive simplifies parallel AI coding sessions by removing the complexity that developers face when running multiple agents. By eliminating branch conflicts and file stomping, it streamlines both implementation and maintenance workflows.
Built on git's worktree feature and a beautiful Ink TUI, Hive ensures your AI coding sessions are both isolated and manageable by default.
For the source code, check out the GitHub.
Installation
Usage
Run hive in any git repository to launch the interactive TUI.
Create isolated workspaces for each AI agent, then merge or drop changes as needed.
Why
Because alt-tabbing between branches is tedious and AI agents don't know how to share. Anthropic recommends using git worktrees for parallel Claude Code sessions—Hive automates the manual work.