OneKey App is a wallet application designed and developed by OneKey, comprising a desktop client, a mobile application, and a browser extension. It can be used with the OneKey hardware wallet or as a standalone software wallet to help you manage and safeguard your crypto assets.
Quick Start
This article introduces the process of installing the browser extension, desktop client, and mobile app of the OneKey App respectively. If you are looking for a guide on how to get started with the OneKey hardware wallet, please check this article.
Extension
Ensure that you are downloading the correct extension other than phishing software.
Publisher: onekey.so / OneKey Limited
Has numerous genuine reviews and ratings.
After adding it to your browser, wait for the installation process to complete.
Follow the instructions and choose to create/import a wallet, or connect with hardware wallets.
Desktop
macOS
Visit OneKey App Download (For desktop) and select macOS.
Download the appropriate installation package according to your device, or download directly from the Mac App Store.
Double-click the .dmg file and follow the instructions to install.
Start the OneKey App from your LaunchPad and follow the instructions to create/import a wallet.
Windows
Visit OneKey App Download (For desktop) and select Windows.
Download the installation package or download directly from the Windows App Store.
Double-click the .exe file and follow the instructions to install.
Start the OneKey App from your desktop and follow the instructions to create/import a wallet.
Linux
We recommend two installation methods for Linux systems, using Ubuntu 22.04.3LTS as an example.
Method 1: Snap (Recommended)
Install Snap:
sudo apt install snapd
Install OneKey via Snap. You can directly install it from the Snap Store or via the command line.
Snap store: https://snapcraft.io/onekey-wallet
Command Line Installation:
sudo snap install onekey-wallet
Method 2: Download and Run AppImage
Visit OneKey App Download (For desktop) and choose Linux - Linux.
Install required dependencies. (Reference: system requirements)
Change the directory to the location of the AppImage file, and grant executable permissions.
.chmod +x OneKey-Wallet-4.18.0-linux-x86_64.AppImage
Run the file with the command below.
./OneKey-Wallet-4.18.0-linux-x86_64.AppImage
Please note:
1. Change the file name to your downloaded AppImage in the command.
2. If you encounter the error Missing X Server or $DISPLAY, please install the relevant graphical environment components. For Ubuntu or Debian systems, you can install xorg.