Installing on Linux

There are multiple checkra1n builds for different combinations of operating systems and architectures. Find out what's best for your system!

On Debian-based distros (Ubuntu, Linux Mint, etc.)

The recommended installation method on Debian based systems is our APT repo. This allows for easy updates and management of the checkra1n app.

Using the repo

wget -O - https://assets.checkra.in/debian/archive.key | gpg --dearmor | sudo tee /usr/share/keyrings/checkra1n.gpg >/dev/null
echo 'deb [signed-by=/usr/share/keyrings/checkra1n.gpg] https://assets.checkra.in/debian /' | sudo tee /etc/apt/sources.list.d/checkra1n.list
sudo apt-get update
sudo apt-get install checkra1n

On other distributions

checkra1n is also available on other linux distributions.

CLI builds are available for x86_64, arm, arm64 and i486 CPU types. Just download the latest binary for your CPU, and run the CLI.