Skip to content

Releases: bithyve/keeper-desktop

Keeper Desktop v0.2.0

06 Feb 12:36
42af6b9
Compare
Choose a tag to compare

Keeper Desktop v0.2.0 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 for Miniscript with Bitbox02, ColdCard, Jade, and Ledger
  • Support for BitBox02 pairing code

Key Features

  • Use with the Bitcoin Keeper mobile app to: Add device, perform healthcheck, verify address, and sign transactions.
  • Integration with Bitbox02, ColdCard, Jade, Ledger, and Trezor 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.2.0_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 [email protected]:

    gpg:                using RSA key 389F4CADA0785AC0E28A0C181BEBDE261DC3CF62
    gpg: Good signature from "Hexa Team (Hexa Bitcoin Wallet) <[email protected]>"
    
  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.2.0_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.

Keeper Desktop v0.2.0 (dev)

23 Jan 02:10
35aa7bd
Compare
Choose a tag to compare
Pre-release

This is a development version of Keeper Desktop. It is not meant for production use.

Keeper Desktop v0.1.5

01 Jan 20:06
bc7e01c
Compare
Choose a tag to compare

See the assets to download this version and install.

Keeper Desktop v0.1.4

09 Dec 13:19
b9029e2
Compare
Choose a tag to compare

Keeper Desktop v0.1.4 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

  • Allow getting specific BIP44 accounts from a device
  • Add Taproot Key when getting device xPubs

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.4_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 [email protected]:

    gpg:                using RSA key 389F4CADA0785AC0E28A0C181BEBDE261DC3CF62
    gpg: Good signature from "Hexa Team (Hexa Bitcoin Wallet) <[email protected]>"
    
  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.4_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.

Keeper Desktop v0.1.4 (dev)

06 Dec 12:37
1b9edf6
Compare
Choose a tag to compare

This is a development version of Keeper Desktop. It is not meant for production use.

Keeper Desktop v0.1.3

10 Nov 07:57
281f07d
Compare
Choose a tag to compare

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)

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 [email protected]:

    gpg:                using RSA key 389F4CADA0785AC0E28A0C181BEBDE261DC3CF62
    gpg: Good signature from "Hexa Team (Hexa Bitcoin Wallet) <[email protected]>"
    
  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.3_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.

Keeper Desktop v0.1.3 (dev)

31 Oct 06:47
60c55a8
Compare
Choose a tag to compare
Pre-release

This is a development version of Keeper Desktop. It is not meant for production use.

Keeper Desktop v0.1.2 (dev)

06 Oct 14:15
dc2fc6e
Compare
Choose a tag to compare
Pre-release

This is a development version of Keeper Desktop. It is not meant for production use.

Keeper Desktop v0.1.1

17 Sep 03:58
0c39259
Compare
Choose a tag to compare

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 [email protected]:

    gpg:                using RSA key 389F4CADA0785AC0E28A0C181BEBDE261DC3CF62
    gpg: Good signature from "Hexa Team (Hexa Bitcoin Wallet) <[email protected]>"
    
  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.

Keeper Desktop v0.1.0

12 Sep 12:34
Compare
Choose a tag to compare

Keeper Desktop v0.1.0 Release Notes

This version is outdated, please use: https://github.com/bithyve/keeper-desktop/releases/tag/keeper-desktop-v0.1.1