Keeper Desktop v0.1.3 Release Notes
About
Keeper Desktop is a companion desktop app that allows you to securely use hardware wallets with the Bitcoin Keeper mobile app.
New Release Updates
- Support Trezor Safe 5 and Ledger Stax and Flex (updating HWI to 3.1.0)
- Fixes unlocking Jade on testnet
- Small UI fixes and switch the app font
Key Features
- Use with the Bitcoin Keeper mobile app to: Add device, perform healthcheck, verify address, and sign transactions.
- Integration with Ledger, Trezor, and Bitbox02 hardware wallets
- Cross-platform support (Windows, macOS, Linux)
Bitcoin Keeper Mobile App: https://bitcoinkeeper.app
Download Instructions
Windows
For 64-bit systems, download: Keeper.Desktop_0.1.3_x64-setup.exe
Run the installer to set up Keeper Desktop on your Windows machine.
Apple (macOS)
- For Apple Silicon (M) Macs: Keeper.Desktop_0.1.3_aarch64.dmg
- For Intel based Macs: Keeper.Desktop_0.1.3_x64.dmg
Open the downloaded .dmg file and drag the Keeper Desktop icon to the Applications folder icon.
Linux
- For Debian-based distributions (e.g. Ubuntu): keeper-desktop_0.1.3_amd64.deb
- For RPM-based distributions (e.g. Fedora, CentOS): keeper-desktop-0.1.3-1.x86_64.rpm
- For any Linux distribution: keeper-desktop_0.1.3_amd64.AppImage
Use your system's package manager to install the downloaded file.
Verifying Signatures
To ensure the authenticity of your download, follow these steps to verify the release signatures:
First, download the SHA256SUMS.txt file and the SHA256SUMS.txt.asc signature file.
For macOS and Linux:
-
Import our public GPG key:
gpg --keyserver hkps://keys.openpgp.org --recv-key "389F 4CAD A078 5AC0 E28A 0C18 1BEB DE26 1DC3 CF62"
-
Verify the signature:
gpg --verify SHA256SUMS.txt.asc SHA256SUMS.txt
Ensure you get good signartue from hexa@bithyve.com:
gpg: using RSA key 389F4CADA0785AC0E28A0C181BEBDE261DC3CF62 gpg: Good signature from "Hexa Team (Hexa Bitcoin Wallet) <hexa@bithyve.com>"
-
If the signature is valid, verify the SHA256 checksum of your downloaded file:
sha256sum -c SHA256SUMS.txt --ignore-missing
Make sure the output confirms that the file is OK.
For Windows:
- Download and install Gpg4win from https://www.gpg4win.org/ if you haven't already.
- Import our public GPG key. Open Command Prompt and run:
gpg --keyserver hkps://keys.openpgp.org --recv-key "389F 4CAD A078 5AC0 E28A 0C18 1BEB DE26 1DC3 CF62"
- Verify the signature:
gpg --verify SHA256SUMS.txt.asc SHA256SUMS.txt
- If the signature is valid, verify the SHA256 checksum of your downloaded file:
- Open Command Prompt, navigate to the download directory, and run:
certutil -hashfile Keeper.Desktop_0.1.3_x64-setup.exe SHA256
- Compare the output with the corresponding hash in
SHA256SUMS.txt
.
- Open Command Prompt, navigate to the download directory, and run:
Getting Started
- Install Keeper Desktop on your computer
- Download the Bitcoin Keeper mobile app from https://bitcoinkeeper.app
- Connect your hardware wallet
- Follow the in-app instructions to pair your devices
We recommend always verify your download with the release signatures to ensure you have the official Keeper app. If you encounter any issues or have feedback, please open an issue on our GitHub repository or reach out to our support team.