Download the DMG and follow the installer prompts. Ensure your macOS security preferences allow apps from identified developers for installation.
One app to manage your crypto — Ledger Live
Everything you need to get Ledger Live up and running: desktop and mobile downloads, step-by-step setup for beginners through advanced users, security best practices, and answers to common issues.
Download Ledger Live
Choose your platform and download Ledger Live from the official source. Use the links below to grab the app suitable for your operating system or mobile device.
Download the EXE installer and run as an administrator when needed. Confirm checksums if you wish to verify file integrity.
Use the AppImage or package provided for your distribution. Make the file executable and run it directly, or use your package manager if available.
Install Ledger Live from your device's app store. The mobile app can pair with a hardware device or be used as a companion to desktop Ledger Live.
Setup: Desktop & Mobile (Step-by-step)
This section guides you through installing and configuring Ledger Live and connecting a Ledger hardware device. Follow each step carefully to preserve security and avoid data loss.
Always download Ledger Live directly from ledger.com or via the official app stores. Avoid third-party websites.
Run the installer for your OS. On first launch, accept permissions required by the app. On mobile, grant the app permission to access Bluetooth if you intend to pair with a device.
You can create a new Ledger hardware wallet, restore from a recovery phrase, or pair Ledger Live with an existing device. If creating new, write down the recovery phrase on the provided card — never store it digitally.
Ledger Live will let you add apps (Bitcoin, Ethereum, Solana, etc.) to your device. Open the Manager, select the apps you need, and install them to the device itself.
Add accounts for the cryptocurrencies you hold by going to "Accounts" → "Add account", then follow the prompts. Ledger Live will read public addresses from your hardware device — your private keys never leave the device.
Double-check that you have your recovery phrase correctly recorded and stored in a secure, offline location. Consider using a fireproof safe or a safety deposit box for long-term storage.
Ledger Live supports buy/sell integrations, swaps, staking, and portfolio tracking. Explore these features but always confirm third-party partners before initiating large transactions.
Desktop-specific tips
- On macOS, open System Preferences → Security & Privacy if the OS blocks installation, and allow apps from identified developers.
- On Windows, run the installer as admin if device drivers are required.
- For Linux, ensure the AppImage is executable:
chmod +x LedgerLive.AppImage
and run it with./LedgerLive.AppImage
.
Mobile-specific tips
- On Android, Bluetooth pairing prompts will appear when you pair your hardware device.
- On iOS, pair via Bluetooth and make sure permissions for Bluetooth access are granted.
- Use the same Ledger Live account on desktop and mobile for a unified experience (pairing will create a secure connection, not export your keys).
Security checklist
Security is crucial. These best practices help keep funds safe and reduce the chance of compromise.
Essential security rules
- Never share your recovery phrase. Ledger support will never ask for it.
- Keep recovery offline. Write on paper or metal; do not store in cloud or photo backups.
- Verify download sources. Always download Ledger Live from ledger.com or official app stores.
- Enable firmware updates. Keep your device firmware up-to-date to stay protected.
- Check addresses carefully. When sending or receiving funds, verify the address on the device screen, not just on the computer/mobile display.
When you're asked for your recovery phrase
Legitimate services never ask for your recovery phrase. If you are contacted and asked to provide it — stop immediately. Scammers use this information to drain funds. If you suspect a scam, disconnect and seek help from official Ledger support pages.
Troubleshooting & common issues
Problems sometimes arise — connection errors, update issues, or app crashes. Here are practical troubleshooting steps for frequent issues.
Device not recognized
- Try a different USB cable — use a data cable, not just a charging cable.
- Ensure the device is unlocked and on the correct app screen (e.g., Bitcoin app for Bitcoin accounts).
- On desktop, close Ledger Live and re-open with the device connected. On Windows, check driver status in Device Manager. On macOS, review Security & Privacy settings.
Failed firmware update
If a firmware update fails, don’t panic. Keep the device connected and follow on-screen recovery instructions. If you cannot complete the update, reach out to official Ledger resources and keep your recovery phrase safe — you may need it to restore if the device is reset.
Transaction not showing
- Check the block explorer for the transaction hash to confirm network confirmation status.
- Try refreshing the account in Ledger Live or re-syncing via "Account" → "Settings" → "Resync".
- Make sure the correct app is installed on the device for the asset type.
Frequently Asked Questions
- Is Ledger Live free to use?
- Yes — Ledger Live is free to download and use. Standard network fees apply for on-chain transactions, and third-party providers for buy/sell or swap may charge fees.
- Can Ledger Live hold private keys?
- Ledger Live never exposes private keys — these remain on your Ledger hardware device. Ledger Live interacts using signed messages and public keys only.
- Can I use Ledger Live without a Ledger device?
- You can install Ledger Live on a device and explore some features, but to secure funds or sign transactions you need a Ledger hardware device (Ledger Nano S Plus, Nano X, etc.).
- How do I verify the Ledger Live download?
- Ledger provides checksums and instructions on the official site. Use checksums (SHA256) to verify downloaded files against the published values to reduce risk of tampered downloads.
- Where can I get help?
- Start with official support articles on ledger.com. Avoid third-party “support” channels that request your recovery phrase. If in doubt, reach out to official Ledger support channels and community resources.
Advanced: Integrations & Developer notes
Ledger Live supports integrations for third-party apps and developer tools. If you are a developer or power user, consider the following:
- Use the Ledger Connect or API integrations provided by Ledger for building services that request signed messages from a user's device.
- When creating integrations, ensure the UX prompts clearly explain the operations and the exact addresses involved — transparency reduces phishing risks.
- Test with small amounts on test networks wherever possible before moving to mainnet transactions.
// Example: Command-line style note
// Verify the checksum on Linux:
sha256sum LedgerLive.AppImage
// Compare output to the official SHA256 provided on ledger.com