We encourage our users to verify our releases. You can follow the signature verification guides for LinuxMacOS, and Windows to verify the authenticity and integrity of your app.

To verify the checksum that's listed on the download page, please follow these steps:

Windows

1. Go to the downloaded file, select it and copy it's path (ctrl-shift-c)

2. Open the command line (CMD)

3. Type in certutil -hashfile [insert-filename] SHA256 (you can insert the filename with a right mouse click) and press ENTER

4. Compare the output to what's listed on the website

MacOS

1. Go to your downloads folder

2. Open the terminal

3. Type in shasum -a 256, then drag the downloaded file into the terminal screen (or enter the filename manually), and then press ENTER

5. Compare the output to what's listed on the website

Linux

You can follow the MacOS instructions for most linux distributions.

Was this article helpful?