Requirements
- Git 2.25+ recommended (worktrees are a core Git feature).
- A Unix-like shell for the one-liner below (
bash/zsh). On Windows, use WSL or Git Bash.
Install script (default)
The marketing site shows the canonical one-liner:
curl -fsSL https://raw.githubusercontent.com/maplepreneur/arbora/main/install.sh | sh
If your default branch is not main, or the script lives elsewhere, change the URL accordingly.
Build from source
Clone the tool repository and follow the instructions in its README (Makefile, cargo build, etc.—whatever the project uses):
git clone https://github.com/maplepreneur/arbora.git
cd arbora
# e.g. make install — see upstream docs
Verify
arbora --version
# or
arbora -h
Troubleshooting
| Issue | What to try |
|---|---|
command not found | Ensure the install path is on your PATH (often ~/.local/bin). |
| Permission errors | Avoid sudo for installs into your home directory; use a prefix you own. |
| Old Git | Upgrade Git; worktree bugs are rare but fixes land in newer releases. |
Still stuck? Open an issue on GitHub with your OS, Git version, and the command you ran.