Installation
Prerequisites
Hone delegates to the Claude Code CLI (claude), which must be installed and authenticated before hone will work. We recommend the Claude Max plan for regular iteration on your codebase.
For GitHub mode, the GitHub CLI (gh) must also be installed and authenticated.
macOS (Homebrew)
bash
brew tap svetzal/tap
brew install honeLinux
Download the binary from the latest release:
bash
curl -L https://github.com/svetzal/hone-cli/releases/latest/download/hone-linux-x64.tar.gz | tar xz
sudo mv hone-linux-x64 /usr/local/bin/honeWindows
Download hone-windows-x64.exe from the latest release and add it to your PATH.
From source
Requires Bun:
bash
git clone https://github.com/svetzal/hone-cli.git
cd hone-cli
bun install
bun run build # produces build/honeVerify
bash
hone --versionYou should see the current version number (e.g. 1.1.4). If claude is not installed or not on your PATH, hone will fail at runtime when it tries to invoke it — the version check itself doesn't require Claude.