Arbora

maplepreneur / arbora

Parallel worktrees for AI agents

Arbora is a CLI for spinning up safe, isolated git worktrees so multiple agents (or humans) can ship in parallel—without stepping on the same working tree.

Install

curl -fsSL https://raw.githubusercontent.com/maplepreneur/arbora/main/install.sh | sh

If the script path differs in your fork, replace it with the URL from your GitHub repository.

Built for agents

Give each agent its own branch and worktree so experiments stay separate until you merge deliberately.

Same repo, zero thrash

Stop shared dirty trees and surprise overwrites when several automations touch the same clone.

Docs that stay fast

Markdown docs with search and clear examples—modeled after the calm Mintlify reading experience.