Install a pre-built binary on Linux using the following instructions.
# For AMD64 / x86_64
[ $(uname -m) = x86_64 ] && curl -Lo ./chkk https://cli.chkk.io/download/latest/chkk-linux-amd64
# For ARM64
[ $(uname -m) = aarch64 ] && curl -Lo ./chkk https://cli.chkk.io/download/latest/chkk-linux-arm64
chmod +x ./chkk
sudo mv ./chkk /usr/local/bin/chkk
Or using Brew with a single command.
brew install chkk-io/cli/chkk
Run the interactive starter to authenticate and optionally register clusters:
chkk start