Installation
Homebrew (macOS / Linux)
shell
brew install foomo/tap/gokaziThe tap lives at foomo/homebrew-tap.
Docker
shell
docker run --rm foomo/gokazi:latest --helpMulti-arch images (amd64, arm64) are published to Docker Hub.
mise
shell
mise use github:foomo/gokaziOr run a one-off:
shell
mise x github:foomo/gokazi -- --helpSee mise.jdx.dev for project-level pinning.
Binary release
Download the archive for your OS/arch from the releases page and extract gokazi into your $PATH.
go install
Requires Go 1.26+.
shell
go install github.com/foomo/gokazi/cmd/gokazi@latestPath change
The install path moved from github.com/foomo/gokazi to github.com/foomo/gokazi/cmd/gokazi when the binary was relocated into a cmd/ subdirectory. Update any scripts that pinned the old path.
Verify
shell
gokazi versionNext: Your first task.
