Installation

Linux

The prepared Best Wallet Linux release can be installed by downloading the package from the official downloads page, making it executable, and launching it locally. The advanced path below explains how to verify the release before you open a Monero wallet.

Quick Linux install

  1. Open /downloads and choose the uploaded Linux package that matches your system architecture.
  2. Save the file somewhere you control, such as your Downloads folder.
  3. In your file manager, allow the downloaded package to run as a program. You can also use a terminal command such as chmod +x best-wallet-*.AppImage.
  4. Open the package from your file manager, or run it from the same folder in a terminal.

Advanced: verify the Linux release

Download the signed Linux release, its signature file, and the Best Wallet release signing key from /downloads. Keep all three files in the same folder before verifying.

  1. Import the Best Wallet release signing key listed on /downloads.
  2. Check the key fingerprint against the official release information using an independent source where possible.
  3. Verify the detached signature for the exact file you downloaded.
gpg --import best-wallet-release-key.asc
gpg --verify best-wallet-<version>.AppImage.asc best-wallet-<version>.AppImage

If GPG reports an invalid signature or an unexpected signing key, do not launch the package. Delete it and download a fresh copy from the official page.