Windows: c49d608dbb02a37cab2bfb1936111d798f24436505c4af6624b0b323b96200a0
macOS: 5ec1a5bbe26fe797f44642a340f6ddf3e96d0a0c450b9cd7389a9a5dc42cdeaf
Note: To verify if the checksum is correct, calculate the checksum on the downloaded file (zip, exe, deb, rpm, AppImage) before uncompressing.
Linux64 Ubuntu/Debian
Linux64 Fedora
Linux64 other distros
243b483818e135dce9566c9bf294ff9c183f46c6415f68b8b268c37a8bda70ce
b84bcb4f26afc8a34b699588bc10741fff7814639d40c98678f04bb5646ba8fb
The AppImage is a stand-alone desktop app. Uncompress the file by double-clicking or entering in a terminal:
cd ~/Downloads # navigate to your download folder
chmod +x ./BitBox-[version]-x86_64.AppImage # make executable
./BitBox-[version]-x86_64.AppImage # to run the app
* If the BitBox device is not detected by the app, you may need to manually adjust USB permissions. To do this for most recent distributions, enter the following line in a terminal (sudo access required), then replug the device:
printf "SUBSYSTEM==\"usb\", TAG+=\"uaccess\", TAG+=\"udev-acl\", SYMLINK+=\"bitbox02_%%n\", ATTRS{idVendor}==\"03eb\", ATTRS{idProduct}==\"2403\"\n" | sudo tee /etc/udev/rules.d/53-hid-bitbox02.rules > /dev/null && printf "KERNEL==\"hidraw*\", SUBSYSTEM==\"hidraw\", ATTRS{idVendor}==\"03eb\", ATTRS{idProduct}==\"2403\", TAG+=\"uaccess\", TAG+=\"udev-acl\", SYMLINK+=\"bitbox02_%%n\"\n" | sudo tee /etc/udev/rules.d/54-hid-bitbox02.rules > /dev/null
printf "SUBSYSTEM==\"usb\", TAG+=\"uaccess\", TAG+=\"udev-acl\", SYMLINK+=\"dbb%%n\", ATTRS{idVendor}==\"03eb\", ATTRS{idProduct}==\"2402\"\n" | sudo tee /etc/udev/rules.d/51-hid-digitalbitbox.rules > /dev/null && printf "KERNEL==\"hidraw*\", SUBSYSTEM==\"hidraw\", ATTRS{idVendor}==\"03eb\", ATTRS{idProduct}==\"2402\", TAG+=\"uaccess\", TAG+=\"udev-acl\", SYMLINK+=\"dbbf%%n\"\n" | sudo tee /etc/udev/rules.d/52-hid-digitalbitbox.rules > /dev/null
Or, if the above does not work for your distribution, add yourself to the 'plugdev' group (if not already a member; a reboot may be required for some distributions) and enter the following line in a terminal (sudo access required):
printf "SUBSYSTEM==\"usb\", SYMLINK+=\"bitbox02_%%n\", GROUP=\"plugdev\", MODE=\"0664\", ATTRS{idVendor}==\"03eb\", ATTRS{idProduct}==\"2403\"\n" | sudo tee /etc/udev/rules.d/53-hid-bitbox02.rules > /dev/null && printf "KERNEL==\"hidraw*\", SUBSYSTEM==\"hidraw\", SYMLINK+=\"bitbox02_%%n\", GROUP=\"plugdev\", MODE=\"0664\", ATTRS{idVendor}==\"03eb\", ATTRS{idProduct}==\"2403\"\n" | sudo tee /etc/udev/rules.d/54-hid-bitbox02.rules > /dev/null
printf "SUBSYSTEM==\"usb\", SYMLINK+=\"dbb%%n\", GROUP=\"plugdev\", MODE=\"0664\", ATTRS{idVendor}==\"03eb\", ATTRS{idProduct}==\"2402\"\n" | sudo tee /etc/udev/rules.d/51-hid-digitalbitbox.rules > /dev/null && printf "KERNEL==\"hidraw*\", SUBSYSTEM==\"hidraw\", SYMLINK+=\"dbbf%%n\", GROUP=\"plugdev\", MODE=\"0664\", ATTRS{idVendor}==\"03eb\", ATTRS{idProduct}==\"2402\"\n" | sudo tee /etc/udev/rules.d/52-hid-digitalbitbox.rules > /dev/null
* If the sha256sum checksum does not match, your browser may have requested a second level of gz
compression. In this case, a clean download can be made with curl, for example:
curl -O https://github.com/digitalbitbox/bitbox-wallet-app/releases/download/v4.35.1/bitbox_4.35.1_amd64.deb
If you are using Tor, the proxy information is required:
curl -O --socks5 [url]
Learn what's new in our latest updates.
To get started, download the BitBoxApp using the links above.
To get started, download the BitBoxApp using the links above.
Use this to connect to 3rd party services. Supported by Bity, MyEtherWallet, Rabby and AdaLite.
Linux64 Ubuntu/Debian
Linux64 Fedora