github bithyve/keeper-desktop keeper-desktop-v0.1.1
Keeper Desktop v0.1.1

5 days ago

Keeper Desktop v0.1.1 Release Notes

We're excited to announce the initial release of Keeper Desktop!

Keeper Desktop is a companion desktop app that allows you to securely use hardware wallets with the Bitcoin Keeper mobile app.

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.1_x64-setup.exe

Run the installer to set up Keeper Desktop on your Windows machine.

Apple (macOS)

Open the downloaded .dmg file and drag the Keeper Desktop icon to the Applications folder icon.

Linux

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:

  1. Import our public GPG key:

    gpg --keyserver hkps://keys.openpgp.org --recv-key "389F 4CAD A078 5AC0 E28A 0C18 1BEB DE26 1DC3 CF62"
    
  2. 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>"
    
  3. 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:

  1. Download and install Gpg4win from https://www.gpg4win.org/ if you haven't already.
  2. 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"
    
  3. Verify the signature:
    gpg --verify SHA256SUMS.txt.asc SHA256SUMS.txt
    
  4. 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.1_x64-setup.exe SHA256
      
    • Compare the output with the corresponding hash in SHA256SUMS.txt.

Getting Started

  1. Install Keeper Desktop on your computer
  2. Download the Bitcoin Keeper mobile app from https://bitcoinkeeper.app
  3. Connect your hardware wallet
  4. 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.

Don't miss a new keeper-desktop release

NewReleases is sending notifications on new releases.