Crypto on a Mac: Which Apps and Hardware Actually Work (2026)
Sep 3, 2026 · AppleBitcoin

Open the App Store on a Mac, search Coinbase, install it, and you get a phone. Not a window — a phone-shaped panel with a phone-shaped layout, because what you just installed is the iPhone app running on Apple silicon.
That is not a bug and Coinbase is not hiding it. Apple's own listing says it plainly. It is just the sort of thing nobody tells you until you have already installed it, and it is the first of several places where "works on Mac" turns out to mean something narrower than you expected.
So we went through the actual download pages — not review sites, the vendors' own — for the wallets, exchanges and hardware people actually use, and checked what runs natively, what runs at all, and what quietly doesn't.
Which crypto apps have a real Mac app
The distinction that matters is three-way, not two-way. An app is either a genuine macOS build, or an iPhone app running on an M-series Mac, or a browser extension pretending to be desktop software. All three get described as "available on Mac".
| App | Real Mac app? | Apple silicon | What you actually get |
|---|---|---|---|
| Coinbase | No | M1 or later only | The iPhone app. Apple's listing is headed "Designed for iPhone" and requires an M-series chip — it will not run on an Intel Mac at all. The real desktop Coinbase is the website. |
| Coinbase Wallet | No | — | Browser extension plus mobile. No desktop binary. |
| Kraken | Yes | Universal binary | Kraken Desktop, a single build covering both architectures. |
| MetaMask | No | — | Browser extension and mobile only. Community "desktop" builds on GitHub are not official. |
| Trust Wallet | No | — | The old desktop app was discontinued. Extension plus mobile now. |
| Exodus | Yes | Dedicated M-series build | Separate download for Apple silicon. macOS 10.13 or later. |
| Sparrow | Yes | Separate aarch64 build | Bitcoin-only, aimed at people running their own node. Intel build needs macOS 11+. |
| Wasabi | Yes | Separate silicon .dmg | Explicitly labelled macos-silicon and macos-intel. No mobile version at all. |
| Electrum | Yes | Single macOS 11+ build | One .dmg, not labelled by architecture on the download page. |
| Bitcoin Core | Yes | Separate arm64 build | Official arm64-apple-darwin and x86_64-apple-darwin downloads. |
| Ledger | Yes | Native | Ledger's desktop app, required for firmware and most account management. |
| Trezor Suite | Yes | Separate Apple silicon build | Requires macOS 12 Monterey or later — worth checking before you buy the device. |
The pattern is worth naming. Self-custody software — Sparrow, Wasabi, Electrum, Bitcoin Core, the hardware-wallet companions — is almost all properly native. The big custodial exchanges mostly aren't, because their real product is the website and the app is a convenience wrapper. If you want a desktop application rather than a browser tab, you are largely choosing self-custody tools whether or not that was your intention.
The encrypted SSD question, which is really a filesystem question
People search for whether their "crypto SSD" works on a Mac, and they almost always mean a hardware-encrypted external drive — the kind with a keypad or a fingerprint reader, often used to hold wallet backups and seed phrases. The answer is usually yes for the encryption and often no for the thing they actually run into.
Hardware encryption is genuinely OS-agnostic when the unlock happens on the device itself. A Kingston IronKey with an onboard touchscreen, an Apricorn Aegis with a keypad, an iStorage diskAshur — these encrypt inside the drive's own controller before a single byte reaches your computer. There is no driver, no companion app, nothing to be Mac-compatible or not. Plug them into a Mac, a Windows box or a Linux machine and they behave identically.
What breaks is the filesystem sitting on top:
| Format | macOS | Windows | Linux | Use it when |
|---|---|---|---|---|
| exFAT | Read/write | Read/write | Read/write | You genuinely move the drive between systems. The only clean three-way option. |
| APFS | Read/write | No | Read-only via FUSE | Mac-only, and you want Time Machine or snapshots. |
| NTFS | Read-only without a third-party driver | Read/write | Needs ntfs-3g | Basically never, on a Mac. |
This is the actual trap. iStorage diskAshur drives ship formatted NTFS, so a Mac user unlocks the drive successfully, sees the files, and then cannot write to it — and concludes the encryption is incompatible. It isn't. The format is. Reformat to exFAT if the drive travels between machines, APFS if it lives on the Mac.
Samsung's T7 and T9 ship exFAT and work out of the box, fingerprint unlock included. Reformat one to APFS for Time Machine and you have just made it read-only on Linux — fine if that was deliberate, annoying if it wasn't.
FileVault is a different tool for a different job: it is Apple's software encryption for your internal drive, tied to your Mac login. It is free and you should have it on. It is not a substitute for a keypad drive you can hand to someone or carry through an airport.
Hardware wallets: the iPhone limitation nobody mentions
Every mainstream hardware wallet works with a Mac. The friction is elsewhere — two places, specifically.
The first is the cable. Every current Mac is USB-C only. A Trezor Model One uses micro-USB and older Ledger Nano S units use USB-A, so you need an adapter you probably don't own yet.
The second is more consequential if you were planning to manage things from your phone. Trezor's own compatibility page states it directly:
"Trezor Safe 5, Trezor Safe 3, Trezor Model T, and Trezor Model One → Full compatibility on Android. Limited compatibility on iOS (supports portfolio tracking, buying, and receiving assets). To sign other transactions, Trezor Suite desktop is required."
Read that again if you are an iPhone user. On every Trezor except the Bluetooth-equipped Safe 7, you can watch your balance from an iPhone but you cannot sign a transaction — you need to go back to a desktop. That is a licensing constraint around wired iOS accessories, not a Trezor design failure, but it decides which device you should buy.
Tangem goes further in the same direction: it is NFC-only, and no Mac has an NFC reader. It is an iPhone accessory that happens to hold crypto, not something you use from a Mac at all.
Coldcard takes the opposite approach and has no desktop app of its own — you drive it through Sparrow, Electrum or Specter. Keystone is air-gapped by design and communicates only in QR codes, so "Mac compatibility" means whichever wallet software reads its QR output.
Running a full node, and steering it from an iPhone
Bitcoin Core ships an official Apple silicon build, so a Mac mini or MacBook is a perfectly reasonable node. The commitment is storage. From Bitcoin Core's own download page:
"Bitcoin Core requires a one-time download of about 600GB of data plus a further 5-10GB per month. By default, you will need to store all of that data, but if you enable pruning, you can store as little as 10GB total without sacrificing any security."
Two things follow. Independent chain-size trackers put real-world disk use higher than 600GB once indexes and chainstate are counted, so treat that as a floor and not a budget. And pruning is the answer for most people — the phrase "without sacrificing any security" is Bitcoin Core's own, and it is the difference between needing a 2TB Mac and getting by comfortably on 512GB.
If you want a node running permanently, a Mac that sleeps is the wrong host, which is why most people who care put Bitcoin Core on an always-on box — a Mac mini tucked away, or a dedicated appliance running Umbrel or Start9 — and then reach it remotely. On iOS, Fully Noded connects to your own node over Tor and gives you a wallet driven entirely by your own hardware. For Lightning, Zeus connects to your own LND or Core Lightning node, though it leans on TestFlight rather than a normal App Store listing, which tells you something about how these apps sit with review.
Why so few of these apps exist on iOS
Apple's App Store Review Guidelines have a dedicated cryptocurrency section, and it explains most of what you have just read. Wallets are allowed only from developers enrolled as an organisation, not individuals. Exchanges are allowed only where they hold the right licence for that country. And on mining, the rule is flat: apps may not mine unless the processing happens off-device.
That combination is why small self-custody projects skip iOS, why exchange apps blink in and out of availability by region, and why node-control tools drift toward TestFlight. It is not conspiracy, it is compliance overhead — but the effect is a Mac and iPhone crypto ecosystem noticeably thinner than the Android one.
The realistic threat, and it isn't a Gatekeeper exploit
Mac crypto malware is real and worth taking seriously, but not in the way people brace for. The dominant families — Atomic macOS Stealer and its forks, Realst, Banshee, Cthulhu — go after browser data, the Keychain and wallet files. Security vendors tracking AMOS reported detections rising sharply through 2025 across more than 120 countries.
The delivery method is the part that should change your behaviour. These campaigns overwhelmingly use social engineering, not technical exploits. The "ClickFix" pattern — documented by both Microsoft and Kaspersky — tricks you into pasting a command into Terminal yourself, often behind a fake "verify you're human" prompt or a fake installer. Reporting on these campaigns specifically names impersonated Ledger and Trezor desktop apps among the lures.
So the precautions are boring and effective. Type vendor URLs yourself instead of clicking search ads. Never paste a Terminal command a website gave you. Verify signatures where the vendor publishes them — Bitcoin Core, Electrum and Sparrow all do. Gatekeeper will stop unsigned junk; it will not stop you from voluntarily running something you were talked into.
What to actually buy
If you are choosing a Mac with this in mind, the demands are modest. Wallet software and exchange sites are light. A full unpruned node wants storage more than anything else, and storage is the one thing you cannot add later on Apple silicon — so if a node is the plan, buy the bigger SSD up front or plan on pruning.
Any current Mac handles the software side comfortably. A Mac mini is the natural always-on node host — small, quiet, cheap to leave running. A MacBook Air is more than enough if you just want wallets and a browser. You can see the full range on our Mac and MacBook pages, and we take Bitcoin, Ethereum and stablecoins for any of them.
If you are new to paying this way, our guide to crypto checkout walks through it, and sending a payment from a Mac covers the mechanics. For choosing the coin, network fees vary more than people expect.
Frequently asked questions
Is there a Coinbase app for MacBook?
Not a real one. Coinbase has no native macOS application. What installs on a Mac from the App Store is the iPhone app running through Apple silicon's iOS app compatibility, which is why Apple's listing is headed “Designed for iPhone” and requires an M1 chip or later — it will not run on an Intel Mac. For a proper desktop experience, use coinbase.com in a browser.
Is my encrypted SSD compatible with Apple Macs and Linux?
If it unlocks with a keypad or touchscreen on the drive itself — Kingston IronKey, Apricorn Aegis, iStorage diskAshur — then yes, the encryption is handled inside the drive and is completely OS-independent. The usual problem is the filesystem, not the encryption. Drives that ship formatted NTFS are read-only on macOS without a third-party driver. Reformat to exFAT if the drive moves between Mac, Windows and Linux.
Can I control Bitcoin Core from my iPhone?
Yes. Fully Noded is an iOS app built specifically to act as a remote control for your own Bitcoin Core node, connecting over Tor and issuing RPC commands to hardware you run yourself. For Lightning, Zeus connects to your own LND or Core Lightning node. Both require you to already be running the node somewhere always-on — they are interfaces, not nodes themselves.
How much disk space does a Bitcoin full node need on a Mac?
Bitcoin Core's own download page states a one-time download of about 600GB plus a further 5-10GB per month. Real-world disk use runs higher once indexes are included. Enabling pruning cuts this to as little as 10GB total, which Bitcoin Core describes as being possible “without sacrificing any security”. Since Apple silicon storage cannot be upgraded later, decide before you buy.
Do hardware wallets work with an iPhone?
Partly, and it depends on the model. Trezor's own documentation states that the Model One, Model T, Safe 3 and Safe 5 have only limited iOS compatibility — you can track your portfolio and receive, but signing other transactions requires Trezor Suite on a desktop. Only the Bluetooth-capable Safe 7 offers full iOS compatibility. Tangem is NFC-only and works with an iPhone but not with a Mac at all.
Are crypto apps on Mac safe to download?
The software itself is, if you get it from the right place. The realistic risk on macOS is not a Gatekeeper bypass but social engineering — fake installers and “ClickFix” prompts that persuade you to paste a command into Terminal. Reported campaigns specifically impersonate Ledger and Trezor desktop apps. Type the vendor's URL yourself, never run a Terminal command a website supplies, and verify signatures where offered.
Ready to buy Apple with crypto?
Genuine, sealed Apple products. Pay in Bitcoin, Ethereum or stablecoins.
Shop now


