Desktop guide § macOS build
Ledger Live for Mac OS
Ledger Live is the desktop application you install on a Mac to set up a Ledger hardware wallet, follow balances across chains, and review and sign transactions that the device itself approves. This page is about the macOS build only: what your Mac needs, how to download and verify the disk image, what the first launch looks like under Gatekeeper, where Ledger Live writes its files, and what to try when the app and the device stop seeing each other.
The Mac version behaves like any well-mannered macOS application. It arrives as a signed and notarized .dmg, it lives in /Applications, it needs no drivers, no kernel extensions and no background daemon, and it keeps its working files inside your user Library folder. Nearly everything that separates Ledger Live on macOS from the Windows or Linux builds comes down to those platform conventions plus the way Macs handle USB ports and cables.
One point is worth fixing before anything else. Installing Ledger Live does not put your crypto on your Mac. Private keys are generated and stored inside the hardware wallet, and they stay there. The Mac holds an interface, an account list and a cache of public blockchain data. That split shapes almost every recommendation on this page.
- Platform
- macOS desktop
- Distribution
- Disk image (.dmg)
- Device link
- USB data cable
- Key storage
- On the device, not in Ledger Live
§ 01
Role of the app
What Ledger Live does on a Mac
Think of Ledger Live as a control room rather than a vault. The hardware wallet holds the keys and performs the signing. Ledger Live, running on your Mac, prepares the material the device needs: it fetches balances and transaction history from blockchain indexers, builds unsigned transactions, hands them to the device for approval, then broadcasts whatever the device signs. Take the Mac away and your funds are untouched, because they were never on the Mac in the first place.
On macOS this runs entirely in user space. There is no kernel extension, no system extension prompt, no privileged installer package. Ledger Live is a single application bundle you drag into your Applications folder, and it talks to the hardware wallet through the USB HID interface that macOS already provides. That is why Mac users skip the permission files Linux users have to write by hand.
Day to day, people use Ledger Live on their Mac for a handful of things: watching a portfolio across several chains in one window, sending and receiving with on-device address confirmation, staking assets that support it, viewing NFTs held by their accounts, reaching third-party buy, sell and swap providers through the app, and managing the device itself, which means installing or removing coin apps and applying firmware updates.
It is just as useful to know what Ledger Live is not. It is not a browser extension, and it does not inject anything into web pages. It does not custody your assets, and no part of it ever needs your 24-word recovery phrase. You can pair the same hardware wallet with various third-party wallets, but firmware updates and device app management still route through Ledger Live, so most Mac owners keep it installed even when their daily signing happens elsewhere.
Key takeaway
Everything on this page assumes the trust boundary sits at the device screen. The Mac, and Ledger Live with it, is treated as useful but not authoritative.
§ 02
Before you install
Requirements and Mac compatibility
Ledger Live follows the macOS versions Apple still supports, and the minimum has been raised more than once as older releases fell out of maintenance. Rather than trusting a number quoted on a third-party page, read the requirement printed next to the download itself before you install. If you are running an older Mac that Apple stopped updating years ago, there is a real chance the current Ledger Live will refuse to launch or will install but behave oddly, and the honest answer in that situation is that the Mac, not the app, is the limiting factor.
Both Intel and Apple silicon Macs are supported. Check which one you have under the Apple menu, in About This Mac: it will name either an Intel processor or an Apple M-series chip. If the download page offers separate builds, take the one that matches your chip. If it offers a single universal build, the same file serves both. An Intel build will still run on Apple silicon through Rosetta, but a native build starts faster and uses less power on a laptop, so it is worth a moment of attention.
Storage matters more than raw processing power. Ledger Live keeps a local cache of the account data it syncs, and that cache grows with the number of accounts you add and the length of their transaction history. A portfolio of two or three accounts stays small; forty accounts across a dozen chains will not. Leave comfortable free space on the startup disk, and treat a nearly full disk as a probable cause when syncing turns sluggish.
For the network, Ledger Live needs outbound HTTPS to reach the explorer and price services it depends on. Nothing needs to listen for inbound connections. On a managed or corporate Mac, a filtering proxy or a strict firewall profile is a frequent reason the portfolio never finishes loading, while the rest of the Mac browses the web perfectly well.
| Check | Why it matters | Where to look on the Mac |
|---|---|---|
| macOS version | Older releases may fall below the supported minimum. | Apple menu › About This Mac |
| Processor type | Picks the right build if Intel and Apple silicon are offered separately. | Apple menu › About This Mac |
| Free disk space | The local account cache grows with history and account count. | System Settings › General › Storage |
| USB port and cable | A charge-only cable or a crowded hub stops detection. | Physical: port on the Mac |
| Outbound HTTPS | Ledger Live cannot sync balances behind a blocking proxy. | Network profile or firewall settings |
| Admin rights | Copying into /Applications may prompt for a password. | Your account type in Users & Groups |
§ 03
Provenance
Downloading and verifying the installer
This is the step where Mac users get hurt, and it has nothing to do with macOS being weak. Counterfeit copies of Ledger Live have circulated for years, promoted through search ads, fake support accounts and emails that mimic a product announcement. A fake build looks convincing right up to the moment it asks you to type your recovery phrase into a window on your Mac. Get the file from the official Ledger site, typed into the address bar yourself, and treat every other route as suspect.
There is history behind the volume of these attempts. Ledger's e-commerce customer database was exposed in a 2020 breach, and the contact details taken then have fed phishing campaigns ever since, which is documented in general coverage of the company. The practical consequence for a Mac owner is simple: unsolicited messages about Ledger Live, however well written, are not a source of downloads.
What you should end up with is a disk image, a file ending in .dmg, whose name refers to the desktop release. Before opening it, glance at the download list in Safari or your browser of choice and confirm the file came from the domain you actually typed. If a redirect chain dropped you somewhere else, delete the file and start again.
If the download page publishes a checksum for the release, verifying it takes one line in Terminal. Compare the output with the published value character by character, not at a glance:
shasum -a 256 ~/Downloads/ledger-live-desktop.dmg
The exact file name changes with each release, so adjust the path to match what landed in your Downloads folder. A checksum proves the bytes match what was published; it does not prove the page you got the checksum from was genuine, which is why the address bar still matters more than the hash.
The stronger check on a Mac is the code signature, because it is verified against Apple's own trust chain rather than a number on a web page. After installing, ask macOS what it thinks of the bundle:
codesign --verify --deep --strict --verbose=2 /Applications/Ledger\ Live.app
spctl --assess --type execute --verbose /Applications/Ledger\ Live.app
A valid result names Ledger as the signing authority and reports the app as accepted. Anything that reports a broken or missing signature is a copy you should throw away rather than repair. Two other red flags deserve naming: a Ledger Live that asks for your 24 words during setup, and any installer that demands broad system permissions beyond the ordinary authentication prompt for copying an app into the Applications folder. Genuine Ledger Live asks for neither.
§ 04
Gatekeeper
Installing and the first launch
Double-clicking the disk image mounts it and opens a window with the application icon and a shortcut to the Applications folder. Drag the icon onto the folder. That copy is the whole installation, which is why there is no installer wizard and no uninstaller to hunt for later.
Resist the temptation to launch Ledger Live straight from the mounted image. It will often work, but the app is then running from a read-only volume, updates cannot apply cleanly, and the next time you unmount the image the app disappears from under your Dock icon. Copy first, then eject the disk image and move the .dmg to the Trash once the copy has finished.
The first time you open the app, macOS checks its signature and its notarization ticket with Apple and shows a dialog noting the app was downloaded from the internet. Confirming that once is normal and expected. What is not normal is a message saying the app is damaged and cannot be opened. That usually means the download was incomplete or corrupted; the correct response is to delete the copy and download Ledger Live again, not to search for a Terminal command that strips the quarantine attribute. Turning off Gatekeeper protections to force a stubborn build to run removes exactly the check that would have caught a tampered copy.
Once launched, Ledger Live behaves like any Mac app. It appears in Launchpad, it is findable through Spotlight, you can keep it in the Dock, and it takes ordinary window management including full screen. macOS may ask whether you want to allow notifications, which is optional and unrelated to whether the app functions.
Some people prefer to install Mac software through a package manager. Ledger Live is distributed as an official disk image, and community-maintained recipes are not the same artifact even when the end file is identical. If you use one, verify the code signature afterward with the commands above so you know what actually landed in your Applications folder.
§ 05
Physical link
Connecting the device over USB
On the desktop, the connection is USB. Bluetooth pairing exists for the Ledger models that support it, but that path belongs to the mobile app; when you sit down at a Mac, reach for the cable. Ledger Live on macOS talks to the device through the USB HID interface, and no driver installation is involved on either side.
The single most common failure is the cable. Plenty of USB cables carry power only, and a charge-only cable will light up the device while leaving Ledger Live convinced nothing is attached. Use the cable that came in the box, or a known data cable, and test it with another data transfer if you have any doubt.
Then there is the port. Modern MacBooks expose USB-C or Thunderbolt ports, while some Ledger devices ship with a USB-C to USB-A cable. Check what is in your box before assuming you have a fault: often the fix is a different cable or a simple adapter. Where possible, plug straight into the Mac. Hubs, docks, monitors with built-in USB passthrough and KVM switches all sit in the middle of that connection, and they are a recurring cause of devices that appear for a second and then drop out mid-transaction.
The device also has to be awake and unlocked. Enter the PIN on the device itself before expecting Ledger Live to recognize it. For account operations on some models and firmware combinations you may need the relevant coin app open on the device; on current setups Ledger Live opens the right app for you and simply asks you to confirm.
One quiet culprit is worth memorizing. Only one application can hold the USB interface at a time, so a browser tab that connected to your hardware wallet over WebHID or WebUSB will block Ledger Live from claiming it. If the Mac and the device are healthy but the app cannot see anything, close those tabs, or quit the browser entirely, and try again.
Finally, laptop sleep behaves the way you would expect. Close the lid mid-session and the device may lock or lose power; when you wake the Mac, unlock the device again and let Ledger Live re-detect it rather than assuming the session survived.
§ 06
Onboarding
First-run setup and adding accounts
The first time it opens, Ledger Live asks what you are doing: setting up a brand new device, restoring one from a recovery phrase, or connecting a wallet you already configured. Choose honestly, because the flows differ. New-device setup walks you through choosing a PIN and writing down the recovery phrase, and every one of those steps happens on the device screen with the Mac acting only as a guide.
Along the way, Ledger Live runs an authenticity check that asks Ledger's servers to confirm the connected device is a genuine unit rather than a clone. It is quick, it needs the internet, and it is one of the reasons to complete initial setup with a working connection rather than offline.
A firmware update prompt at first connection is common, especially with a device that sat in a warehouse for months. It is better to accept it early, before you have funds, than to postpone it indefinitely. Keep the cable seated for the whole update and follow the confirmations on the device screen.
Adding accounts is the last step and the one that puzzles newcomers. When you add an account, Ledger Live asks the device for public keys along the standard derivation paths, scans the chain for addresses with history, and lists what it finds. Nothing secret is transmitted to the Mac in that exchange. The accounts you end up with are effectively a watch list bound to your device: you can rename them, hide them, and rebuild the whole list later on any other computer by connecting the same device.
If an account you expect does not appear, the usual explanations are that the chain's app is not installed on the device, that the account was created on a different derivation path, or that it holds a token on a network you have not added yet. Adding the parent chain first, then letting Ledger Live rescan, resolves most of these.
§ 07
Layout
The interface, panel by panel
The Mac window is organized around a left-hand sidebar, and the layout is the same one you meet on Windows and Linux. Learning it once transfers everywhere, so the notes below concentrate on what each area is actually for.
Portfolio
The landing view aggregates every account you have added into one balance, a chart over a selectable period, and a list of holdings by asset. Values are converted into the currency you choose in settings. Because Ledger Live derives all of this from public chain data plus market prices, the numbers can lag briefly after a transaction confirms.
Accounts
Each account gets its own page with a balance, operation history and the send and receive actions. Receiving is where the discipline matters: Ledger Live shows an address on the Mac and the device shows the same address on its own screen, and you confirm they match on the device before using it. Sending mirrors the idea, with amount, destination and fees displayed on the hardware for approval.
Earn and staking
For networks that support delegation or staking, Ledger Live surfaces the flow inside the account, including choosing a validator and claiming rewards where applicable. Availability varies by chain and changes over time, so treat what your installed version offers as the source of truth.
Discover and third-party services
Buying, selling and swapping inside Ledger Live are handled by third-party providers integrated into the app rather than by Ledger itself. Rates, fees, supported countries and identity requirements belong to those providers, and quotes are shown before you commit. The advantage of doing it here is that the resulting transaction still gets confirmed on your device.
My Ledger
This is the device manager: firmware version, storage in use, and the catalog of coin apps you can install or remove. Device storage is limited, so people with many chains routinely uninstall apps to make room. Removing an app never removes funds, because the keys are derived from the recovery phrase and the balances live on the chain; reinstall the app and the accounts come straight back.
Settings
Settings covers display currency and language, appearance, the password lock for the app, analytics and bug-report toggles, and the help tools you will want during troubleshooting. It is also where advanced options live, including the experimental features some users enable, such as pointing Bitcoin at their own full node instead of the default explorer.
§ 08
On disk
Where Ledger Live stores data on macOS
Following the usual macOS convention, Ledger Live keeps its working files in your user Library folder, in an Application Support directory named after the app. The Library folder is hidden by default in Finder. Hold the Option key while opening the Go menu to reveal it, or open the folder directly from Terminal:
open ~/Library/Application\ Support/
Inside you will find the account list, your preferences, the synced cache of balances and operations, and log files. What you will not find is anything that could move funds. No private keys, no recovery phrase, no signing material of any kind is written to your Mac by Ledger Live, which is the whole point of pairing a hardware wallet with a general-purpose computer.
That changes how you should think about backups. There is no keystore file here worth guarding, so losing this folder costs you your account names and layout, nothing more. Your real backup is the recovery phrase written on paper or steel and stored offline, plus the device itself. Reinstall Ledger Live anywhere, connect the device, and the accounts rebuild from the chain.
Privacy is the more interesting angle. The folder does reveal which chains you use, your addresses, and therefore your balances, to anyone who can read it. If you back up your Mac to Time Machine or a cloud service, that snapshot inherits the same exposure. Enabling FileVault on the Mac and setting the password lock inside Ledger Live both help, since the lock encrypts the app's local data and stops a casual passer-by from reading your portfolio off an unattended screen.
One caution about that password: it protects local data on this Mac only. It is not a second factor for spending, it has nothing to do with your PIN, and forgetting it does not endanger your assets, since resetting Ledger Live and reconnecting the device restores the view.
§ 09
Trust boundary
The security model on a Mac
The design assumes your computer might be compromised. Malware on a Mac can redraw a window, swap an address in the clipboard, or show you a convincing dialog. What it cannot do is change what appears on the hardware wallet's own screen, and it cannot make the device sign anything without your physical button press. So the rule is blunt: whatever Ledger Live displays is a proposal, and the device screen is the decision.
In practice that means reading the device, not the Mac, when it matters. Check the receiving address on the device before you share it. Check the destination and the amount on the device before you approve a send. Clipboard-hijacking malware and address-poisoning attacks both rely on you skipping this comparison because the Mac already showed you something that looked right.
Pay attention when a transaction cannot be displayed in full on the device. Signing a payload you cannot read shifts trust back onto the software that produced it, which is exactly what the hardware wallet exists to avoid. If the device warns you that it cannot decode what you are approving, treat that as a reason to stop and understand the transaction rather than a formality to click past.
The absolute rule is about the recovery phrase. Ledger Live will never ask you to type your 24 words into your Mac. Not to restore access, not to verify your wallet, not to fix a sync problem, not as part of a support conversation. Any window, page or person asking for them is trying to steal from you, full stop. The phrase gets entered on the device, and nowhere else.
General Mac hygiene still earns its keep even though the keys are elsewhere. Keep macOS patched, turn on FileVault, avoid running as an administrator for daily work, and be sparing about the software you install from unfamiliar sources. A clean Mac means fewer chances for something to sit between you and Ledger Live and try its luck with a fake prompt.
Network privacy is the last piece. To display balances, Ledger Live queries explorer and price services, which means those servers can associate your IP address with the addresses you watch. Users who care about this can route traffic through a VPN, or, for Bitcoin, use the advanced setting that points the app at a full node they control. Neither changes the security of your keys; both change who learns about your activity.
Two small comfort features round it out. Discreet mode hides balances instantly, which is useful in a cafe or on a shared screen, and the app lock asks for a password when Ledger Live opens. Both address shoulder surfing rather than theft, but shoulder surfing is a real risk on a laptop used in public.
§ 10
Maintenance
App, firmware and macOS updates
The desktop build updates itself. Ledger Live checks for new releases, downloads them in the background and asks you to restart the app to apply them. Because that mechanism exists, you should be suspicious of any update offered through another channel: an email, a pop-up in a browser, or a message in a chat group is never how a legitimate Ledger Live update reaches your Mac.
Firmware for the device also flows through Ledger Live. Updates add support for new chains, fix issues and occasionally change how transactions are displayed on the device. Run them with a stable connection, keep the cable seated, and follow the on-device confirmations to the end. Your recovery phrase is not needed for a normal update; it exists for the rare case where something goes wrong badly enough that you need to restore the device from scratch.
Coin apps on the device are updated separately in My Ledger, and Ledger Live will flag when one is outdated. Since device storage is limited, updating sometimes means removing an app you are not currently using. As noted earlier, that is safe: apps are removable software, not custody.
Major macOS upgrades deserve a moment of thought. Installing a new macOS release on the day it ships occasionally exposes rough edges in USB handling or in Electron-based applications generally. If a device that worked yesterday stops being detected right after a system upgrade, update Ledger Live to the newest release first, restart the Mac, then work through the connection checks. On a Mac you rely on for signing, waiting a couple of weeks after a major macOS release costs nothing and avoids a category of surprise.
§ 11
Diagnosis
Troubleshooting Ledger Live on macOS
Most Mac problems fall into three buckets: the physical connection, the local cache, and the network path out of the machine. Working through them in that order saves time, because the cheapest checks resolve the majority of cases.
| Symptom | Usual cause | First thing to try |
|---|---|---|
| Device not detected | Charge-only cable, hub or dock, device locked, or a browser tab holding the USB interface. | Data cable straight into the Mac, unlock with PIN, quit the browser. |
| "App is damaged" on launch | Incomplete or corrupted download, or an unofficial copy. | Delete it and download Ledger Live again from the official site. |
| Portfolio never finishes syncing | Blocked outbound HTTPS, restrictive VPN or corporate proxy. | Test on another network, then disable the VPN briefly to compare. |
| Balance looks wrong | Stale local cache after a chain reorg or a long offline period. | Clear the cache from Settings and let Ledger Live resync. |
| An account is missing | Coin app not installed, different derivation path, or account not re-added on this Mac. | Install the app in My Ledger, then add the account again. |
| Firmware update stalls | Connection interrupted mid-flash, often by a hub or sleep. | Reconnect directly, keep the Mac awake, restart the update. |
| High CPU or fan noise | Heavy initial sync across many accounts, or an app left open for days. | Let the first sync finish, then quit with Command-Q when done. |
Start by changing one variable at a time. Swap the cable, then the port, then remove the hub. Restart the device, then Ledger Live, then the Mac. It is tedious, but a connection issue solved by three simultaneous changes teaches you nothing and tends to return.
Clearing the cache is the safe reset for anything display-related. It discards the locally stored history and forces Ledger Live to re-fetch from the chain, which fixes wrong balances and stuck operations. It does not touch your funds, and your accounts return after the resync completes.
If you contact support, export logs from the help section rather than describing symptoms from memory. Logs record how the app and the device interacted, which is what actually pins down a macOS USB issue. Read what you send: exports can contain account addresses, so share them deliberately, and never send anything that resembles a recovery phrase, because a genuine log will not contain one.
A full reinstall is a reasonable late step. Quit Ledger Live, move the app to the Trash, download a fresh copy, install it, and connect the device again. Keeping the Application Support folder preserves your account list; deleting it too gives you a genuinely clean slate at the cost of re-adding accounts.
Test on a second computer if you can. If the device works there and not on your Mac, the problem is local: cable, port, macOS version, or a security tool inspecting USB. If it fails on both machines, attention shifts to the device or its cable.
Throughout all of this, hold the line on one rule. No troubleshooting step for Ledger Live on a Mac ever involves typing your 24 words into a computer. If a search result, a video or a helpful stranger suggests it, you have found the scam rather than the fix.
§ 12
Living with it
Performance and daily use
Ledger Live is a cross-platform desktop application, and it carries the footprint that comes with that approach: a few hundred megabytes of RAM in ordinary use and a burst of activity when it syncs. On an Apple silicon Mac running a native build, that burst is short and quiet. On an older Intel laptop with many accounts, the first sync after a long absence is the loudest thing the app will ever do.
Remember how macOS treats windows. Clicking the red button closes the window but can leave the app running, so use Command-Q when you are finished. Quitting fully is also good practice for a wallet interface, since a portfolio left visible on an unlocked Mac is information you probably did not intend to publish.
On laptops, the practical habit is to open Ledger Live when you need it and close it after. It has no reason to run all day; balances are on the chain whether the app is watching or not. If you want a quick look without touching the device, the app shows your account list read-only, and discreet mode keeps the amounts hidden until you choose to reveal them.
§ 13
Moving on
Moving to a new Mac, and removing it cleanly
Changing machines is undramatic. Install Ledger Live on the new Mac, connect the device, and add your accounts again. There is nothing irreplaceable in the old installation, because the account list is derived from the device and the balances come from the chain. People with long, carefully named account lists sometimes find the re-adding tedious, which is the main argument for using the account synchronization feature that shares the list between your devices.
Apple's Migration Assistant will happily copy the application and its Application Support folder to a new Mac, and that usually works. The one caveat is architecture: if you are moving from an Intel Mac to Apple silicon, download a fresh copy of Ledger Live afterward so you are running the build made for your chip rather than an Intel binary carried across.
Removing it is equally simple. Quit the app, drag Ledger Live from the Applications folder to the Trash, and empty it. If you want no trace left, also delete the app's folder inside ~/Library/Application Support/. Nothing about this touches your crypto, which continues to exist on the chain and remains under the control of your device and your recovery phrase.
If you are selling or handing on the Mac, do more than uninstall. That leftover folder describes your holdings in detail, and deleted files can survive casual removal. Erase the disk and reinstall macOS, which is the only tidy answer for a machine leaving your hands.
§ 14
Comparison
How the macOS build compares with the others
Feature parity across desktop platforms is close enough that the interface descriptions above apply equally well to Windows and Linux. What differs is packaging, how the operating system vouches for the app, and what you have to do before the device is visible. The table sets those differences side by side so you know what actually changes if you switch machines.
| Aspect | macOS | Windows | Linux | Mobile |
|---|---|---|---|---|
| Package format | Disk image, dragged to Applications | Executable installer | AppImage | App store distribution |
| OS trust check | Apple code signing and notarization | Windows code signing | Manual, via published checksums | Store review and signing |
| Setup before detection | None, drivers are not needed | None in normal cases | udev rules usually required | Pairing or a compatible cable |
| Device connection | USB only | USB only | USB only | Bluetooth on supported models, or USB |
| Updating the app | Built-in updater | Built-in updater | Replace the AppImage manually | Through the app store |
| Local data location | ~/Library/Application Support | User AppData folder | Hidden config folder in home | App sandbox storage |
Two practical conclusions follow. First, macOS gives you the strongest built-in verification of any desktop platform here, since notarization is checked automatically at first launch, so a Mac user gets a meaningful integrity signal for free. Second, the same account list can live on more than one machine at once. Running Ledger Live on a Mac and on a phone is normal and safe, because both are only views onto a wallet whose keys never leave the device.
If you are curious about the platform layer underneath all of this, the general history and architecture of macOS explains why the conventions described here, from the Applications folder to Gatekeeper, work the way they do.
§ 15
Sequence
How to get started on your Mac
Five steps, in order, from an empty Applications folder to a working portfolio. Nothing here should take longer than an evening, and the only step worth slowing down for is the one involving your recovery phrase.
-
Step 01
Check the Mac, then download
Open About This Mac to note your macOS version and whether you have an Intel or Apple silicon chip. Type the official Ledger address into your browser yourself, find the desktop download, and take the build that matches your machine.
-
Step 02
Install and verify the signature
Open the disk image, drag Ledger Live into Applications, eject the image, and launch the app once to clear the Gatekeeper prompt. If you want the extra assurance, run the codesign and spctl checks from section three and confirm Ledger is named as the signer.
-
Step 03
Connect and set up the device
Plug the hardware wallet into a port on the Mac with a data cable, choose your PIN on the device, and write the recovery phrase on paper or steel, never in a file on the Mac. Let Ledger Live run its genuine check and apply any firmware update it offers.
-
Step 04
Install coin apps and add accounts
In My Ledger, install the apps for the chains you use. Then add accounts and let Ledger Live scan for existing history. Name the accounts something you will recognize in a year, and hide the ones you do not need on the dashboard.
-
Step 05
Do a small test transaction
Send a small amount in, confirm the receiving address on the device screen, and then send a small amount back out so you have practiced the approval flow before it matters. Finish by setting the app password and turning on discreet mode if you use the Mac in public.
Ground rule
Your 24 words are written down once, offline, and entered only on the hardware device. Ledger Live on your Mac never asks for them, and nobody who legitimately supports you ever will.
§ 16
Questions
Frequently asked questions
Does Ledger Live cost anything on a Mac?
No. Ledger Live is free to download and use on macOS, and there is no subscription attached to the app itself. You pay for the hardware wallet, and you pay network fees when you transact. Third-party services reachable inside the app, such as buying or swapping, charge their own fees, which are shown before you confirm.
Does it run on Apple silicon Macs?
Yes. Ledger Live supports both Intel and Apple silicon Macs. Check your chip in About This Mac and, if the download page lists separate builds, choose the matching one. An Intel build runs on Apple silicon through Rosetta, but the native build is faster and easier on battery.
Can I connect my device to the Mac over Bluetooth?
Use the cable. Bluetooth pairing is a mobile feature on the models that support it, while the desktop version of Ledger Live communicates over USB. If your Mac has only USB-C ports and your device shipped with a USB-C to USB-A cable, an adapter or a suitable replacement cable solves it.
Do I need Ledger Live to use my hardware wallet with other apps?
Not for every transaction. Many third-party wallets on macOS can talk to a Ledger device directly. You still need Ledger Live for firmware updates and for installing or removing the coin apps on the device, so most people keep it installed even if their day-to-day signing happens somewhere else.
What happens to my crypto if I delete the app from my Mac?
Nothing. Deleting Ledger Live removes an interface, not your assets. Your keys stay on the hardware wallet, your balances stay on the chain, and reinstalling the app on any computer and reconnecting the device brings the view back. The only thing you lose is local preferences, such as account names.
Why does macOS say the app cannot be opened or is damaged?
A one-time dialog noting the app was downloaded from the internet is normal on first launch. A damaged-file error is not, and it usually points to an incomplete download or a copy that is not genuine. Delete it and download Ledger Live again from the official site rather than disabling Gatekeeper to force it open.
Will the app ever ask for my 24-word recovery phrase?
Never. There is no legitimate screen, error message or support process in which Ledger Live asks you to type your recovery phrase into your Mac. The phrase is entered on the hardware device only. Anything on a computer screen requesting those words is an attempt to drain your wallet.
Can I run it on two Macs, or on a Mac and a phone at once?
Yes. Ledger Live can be installed on as many machines as you like, since each installation is only a view onto a wallet controlled by the device. Add your accounts on each one, or use the account synchronization feature to share the list. Spending still requires the hardware wallet and a physical confirmation.
Where are the log files if support asks for them?
Export them from the help section inside Ledger Live, which saves a file you can attach to a support request. The underlying data lives with the app's other files in your user Library folder, under Application Support. Check what you are sending before you send it, since logs can include account addresses.