Skip to content

Install qleetctl

Use the following instructions to install the qleetctl command line tool for using Qleet.

  1. Visit the releases page on GitHub and download:

    1. checksums.txt

    2. the latest pacakge for your computer's architecture

  2. Verify the integrity of the downloaded package.

    1
    sha256sum -c --ignore-missing checksums.txt
    

  3. Extract qleetctl. The examples here are for version v0.1.0 and the Darwin ARM64 architecture. Adjust as necessary for the version and architecture you're using.
    1
    tar xf qleetctl_v0.1.0_Darwin_arm64.tar.gz
    
  4. Move qleetctl to your path.
    1
    sudo mv qleetctl_v0.1.0_Darwin_arm64/qleetctl /usr/local/bin/
    
  5. Check the version installed.
    1
    qleetctl version
    
  6. View help info.
    1
    qleetctl help
    
  7. Clean up.
    1
    2
    rm checksums.txt qleetctl_v0.1.0_Darwin_arm64.tar.gz
    rm -rf qleetctl_v0.1.0_Darwin_arm64
    

Next Steps

Once you have qleetctl installed, you should next follow our Qleet Account guide to get your account set up.