Installation
Install script (recommended)
curl -sSfL gethuman.sh/install.sh | bash
Downloads the latest release binary for your platform and places it in your PATH.
Homebrew
brew install stephanschmidt/tap/human
mise
mise use -g github:StephanSchmidt/human
Go
go install github.com/stephanschmidt/human@latest
Requires Go 1.21 or later.
Verify
human --version
Next steps
After installing, run human init to configure your project. See Quick Start.