Verifying your BitBoxApp download helps ensure it’s authentic and untampered.
While recommended, it’s not critical—your BitBox02 stays secure even if the computer is compromised, as it never trusts the app. For full security, only enter your recovery words on the BitBox02 itself.
How to check the checksum
Follow these general steps first, then see the specific instructions for your operating system below.
- Download the latest version of the BitBoxApp from our official website.
- On the download page, click the Show checksums located just below the download button. A list will appear showing the official checksums.
- Follow the instructions for your operating system to generate the checksum of your downloaded file and compare it to the official value on the website.

Windows
- Open the Command Prompt. You can do this by pressing Windows + R, typing
cmd
, and pressing Enter. - Type
certutil -hashfile
(with a space at the end). - Drag and drop the downloaded
.exe
installer file into the Command Prompt window. - Add
SHA256
to the end of the command.- The full command will look similar to this:
certutil -hashfile "C:\Users\YourUser\Downloads\BitBox-installer.exe" SHA256
- The full command will look similar to this:
- Press Enter and compare the generated hash with the one on the BitBox website.
Note: You must add SHA256
at the end of the command, otherwise it will use a different algorithm and the checksum will not match.
macOS
- Open the Terminal app (you can find the Terminal application in Launchpad or search for it with Spotlight).
- Type
shasum -a 256
(with a space at the end). - Drag and drop the downloaded
.dmg
file into the Terminal window. The path will be added automatically.- Alternatively, you can manually enter the full or relative file location. For example, the command may look like this:
shasum -a 256 /Users/satoshi/Downloads/BitBox-4.47.0-macOS.dmg
- Alternatively, you can manually enter the full or relative file location. For example, the command may look like this:
- Press Enter. Compare the resulting hash to the one on the BitBox website.
Important: On macOS, you must check the downloaded .dmg file, not the application file inside it.
Note: macOS automatically checks the app’s signature upon installation and will show a warning if something is wrong. If you trust this built-in process, manual verification is not strictly necessary.
Linux
- You can follow the macOS instructions for most Linux distributions:
- Open a terminal window.
- Use the command
shasum -a 256
orsha256sum
(depending on your distribution), followed by the path to the downloaded file. - Press Enter and compare the output to the checksum on the BitBox website.
Android
You can verify the file on your desktop computer using the instructions above, or directly on your Android device using a hash verification app, like;
- DeadHash, F-Droid | Google Play
- Hash Droid, F-Droid | Google Play
Alternatively, you can download and verify the APK file directly on your Desktop computer and follow the above guides accordingly. We also provide signature files of the Android releases on our GitHub page, which we recommend verifying on a Desktop device.
To continue on your Android device:
- Open the verification app (e.g. DeadHash or Hash Droid, other apps will offer similar functionality).
- In the verification app, select SHA-256 as the algorithm.
- Select the downloaded BitBoxApp
.apk
file.- It should look like:
BitBox-4.xx.x-android.apk
- It should look like:
- The app will generate the file's checksum. Compare this value to the official checksum on the BitBox website to ensure they match.
- If the app requires you to enter a checksum value for comparison, copy and paste it from the checksum section on the BitBox website.