How-to Guides
How to Install Hako
Install the hako CLI or macOS app.
macOS App
The macOS application includes the hako CLI. Download the latest release:
CLI Only
For a CLI-only installation on macOS or Linux:
curl -fsSL https://raw.githubusercontent.com/masakirocorp/hako/master/install.sh | bashThe installer clones the hako repository to ~/.hako/repo, symlinks cli/bin/hako to ~/.local/bin/hako, and adds ~/.local/bin to your PATH if needed.
Customizing the Install
| Variable | Description | Default |
|---|---|---|
HAKO_INSTALL_DIR | Binary installation path | ~/.local/bin |
HAKO_HOME | Hako home directory | ~/.hako |
Dependencies
- git (required): worktree management.
- Docker (optional): only for Docker Compose mode.
- jq (optional): improved JSON and config parsing.
Update
hako updatePulls the latest changes from the git repository. Only works with CLI installations, not the macOS app.
Uninstall
bash <(curl -fsSL https://raw.githubusercontent.com/masakirocorp/hako/master/install.sh) uninstallYour First Isolated Environment
Learn how to create and manage multiple isolated development environments with hako.
How to Set Up Docker Compose Mode
Configure Docker Compose to manage isolated environments per branch with hako.
ops.origin: Masakiro Corp.