Lédger® Live—now known as Ledger Wallet™—serves as the essential companion application for Ledger hardware wallets, providing a secure and intuitive interface for managing cryptocurrency assets. Unlike most apps that require email and password login, Ledger Wallet stores all data locally on your device, making the installation process refreshingly straightforward.
The application supports three major desktop operating systems with specific requirements:
Operating System
Minimum Version
Windows
Windows 10 (64-bit) or later
macOS
macOS v12.0 or later
Linux
Ubuntu 20.04 (64-bit) or later
The mobile app is available for both iOS and Android devices through their respective app stores.
Hardware Requirements:
A Ledger hardware device (Nano S, Nano S Plus, Nano X, Flex, or Stax)
USB cable for connecting the device to your computer
USB-C adapter if needed
Important Considerations:
The mobile version is not designed for desktop computers and may cause performance issues
The application is not supported on virtual machines or tablets
Critical Security Warning: Always download Ledger Wallet exclusively from the official website at ledger.com/ledger-wallet. Avoid third-party websites, search ads, or links from social media platforms, as they may host malicious or counterfeit versions of the software.
Windows Installation:
Double-click the downloaded executable (.exe) file
If a security warning appears, click "Yes" to allow installation
Follow the on-screen prompts
Click "Finish" when installation completes
Note: You may see a warning that "The app you're attempting to install isn't a Microsoft-verified app." This is normal—you can safely proceed with the installation.
macOS Installation:
Double-click the downloaded .dmg file
Drag the Ledger Wallet icon to the "Applications" folder
Launch the app from Launchpad or Spotlight
If prompted, click "Open" to allow installation
Linux Installation (Command Line):
The Linux installation requires a few additional steps:
Install AppImageLauncher:
bash
sudo apt install software-properties-common
sudo add-apt-repository ppa:appimagelauncher-team/stable
sudo apt update
sudo apt install appimagelauncher
Add udev rules for USB access:
bash
wget -q -O - https://raw.githubusercontent.com/LedgerHQ/udev-rules/master/add_udev_rules.sh | sudo bash
Install required dependencies (Ubuntu 22.04+):
bash
sudo add-apt-repository universe
sudo apt install libfuse2
Alternatively, use libfuse3 if libfuse2 is unavailable.
Download the AppImage file and click "Integrate and run"
Troubleshooting: If you encounter a sandbox error, use:
bash
./ledger-wallet-desktop-*.AppImage --no-sandbox
When you launch Ledger Wallet for the first time, you'll see two options:
"Get started" – For new users setting up a device
"Log in to Ledger Recover" – For subscribers of the optional Ledger Recover service only
Select "Get started" unless you are specifically using Ledger Recover. The app does not require an email or password to function, as all data remains locally stored on your device.
After launching the app, connect your Ledger hardware wallet to your computer via USB cable. The app will automatically detect and verify your device's authenticity—a crucial security step that confirms your device is genuine and has not been tampered with.
Once your device is connected, navigate to "My Ledger" in the application. This section allows you to install specific blockchain applications for the cryptocurrencies you wish to manage:
Search for the blockchain app (e.g., Bitcoin, Ethereum, Solana)
Click "Install" next to the desired app
Confirm the installation on your Ledger device when prompted
For EVM-compatible networks (such as Polygon, BSC, Arbitrum), the Ethereum app is used for transaction signing.
After installing the necessary blockchain apps, you can add accounts:
Go to the "Accounts" section
Click "Add account"
Select the cryptocurrency
Follow the prompts to generate wallet addresses
Always download from official sources – Never use third-party downloads
Never share your 24-word recovery phrase – Ledger support will never request this information
Set a strong PIN – Choose a PIN that is not easily guessable
Store your recovery phrase offline – Never take digital screenshots or photos of it
Your Ledger Wallet is now installed and ready for secure cryptocurrency management. The local data storage approach means you can start using the application immediately without creating an account or remembering login credentials—just connect your Ledger device and you're ready to go.
This response is AI-generated, for reference only.