stack is a normal single-binary Go CLI.
After the first tagged release is published, install from the hack-dance tap:
brew tap hack-dance/homebrew-tap
brew install hack-dance/tap/stackUpgrade with:
brew update
brew upgrade hack-dance/tap/stackTagged releases publish tarballs and checksums to GitHub Releases.
curl -L https://github.com/hack-dance/stack/releases/latest/download/stack_<version>_darwin_arm64.tar.gz | tar -xz
mv stack /usr/local/bin/stackReplace the archive name with the OS and architecture you need.
mise install
mise exec -- go build -o ./bin/stack ./cmd/stack
./bin/stack versiongitgh- a GitHub auth session with repo access for PR operations