Step 1: Download Chkk CLI

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

Step 2: Run chkk start command

The chkk start command will get you started in the Chkk universe. Type chkk start in a terminal to begin.
> chkk start
       __    __    __
 .----|  |--|  |--|  |--.
 |  __|     |    <|    <
 |____|__|__|__|__|__|__|

Welcome to Chkk!
Follow the on-screen prompts to try out Chkk. Need help? support@chkk.io