When your Mac prompts that the Binance desktop client "is damaged and can't be opened," it is a block triggered by macOS's Gatekeeper security mechanism, not that the APP is actually damaged. The solution is very simple: go to "System Settings → Privacy & Security → Security," find the blocked Binance, and click "Open Anyway." For the download portal, visit the official Binance site. For the direct APK link, go to the official Binance APP. For full platform flows, check the Download Center. This article provides specific steps based on your macOS version.
What is Gatekeeper?
Gatekeeper is a built-in security feature in macOS that checks every newly installed application to see if:
- It comes from the App Store
- It is signed by the developer using an Apple Developer ID
- It has been notarized by Apple
APPs that pass these checks open directly. Third-party downloaded APPs, even with valid signatures, are intercepted on their first launch — this has been a mandatory policy since macOS Catalina (10.15).
The Binance desktop client is compliantly signed, but because it is not distributed through the App Store, its first launch is blocked by Gatekeeper. This is a macOS "false positive," not a real issue with the Binance APP.
Different Error Messages
The error text varies slightly depending on your macOS version:
macOS 14 (Sonoma) / 15 (Sequoia)
"Binance" is damaged and can't be opened.
You should move it to the Trash.
macOS 13 (Ventura)
"Binance" can't be opened because it is from an unidentified developer.
macOS 12 (Monterey) and earlier
"Binance" is damaged.
You should move it to the Trash.
Correct Resolution Steps
macOS 14 / 15
- Do not click "Move to Trash"
- Open "System Settings → Privacy & Security"
- Scroll down to the "Security" section
- Look for the text saying "Binance was blocked from use"
- Click the "Open Anyway" button
- Enter your login password to confirm
- Double-click the Binance icon again → Prompt asks "Are you sure you want to open it?" → Confirm
macOS 13
- System Settings → Privacy & Security → General
- At the bottom, you will see "Binance was blocked from use because it is not from an identified developer"
- Click "Open Anyway"
- Confirm on the pop-up → Enter password
- Reopen the APP
macOS 12 and earlier
- System Preferences → Security & Privacy → General
- At the bottom, you will see "Binance was blocked from opening"
- Click "Open Anyway"
- Enter password to confirm
Crucial: Double-Click First to Trigger the Block
If you open "System Settings → Privacy & Security" and do not see the interception record for Binance, it means the system hasn't tried to open it yet. To fix this:
- First, double-click Binance.app (to get it blocked once)
- Then go to System Settings to see the "blocked" record
- Click "Open Anyway"
Gatekeeper's block record only appears after you attempt to launch the APP.
Command Line Alternative (Advanced)
If the "Open Anyway" button in System Settings is unresponsive, you can use the command line to clear the Gatekeeper flag:
Open Terminal and run:
sudo xattr -rd com.apple.quarantine /Applications/Binance.app
Hit Enter and input your login password. This command removes the "quarantine" tag from Binance.app, essentially telling the system, "I have confirmed this APP is safe."
Double-clicking it afterward will open it without being blocked.
Handling the DMG File Itself
If even the DMG file won't open (double-clicking directly reports "damaged"):
sudo xattr -rd com.apple.quarantine ~/Downloads/Binance-X.X.X.dmg
Clear the quarantine tag from the DMG before double-clicking to mount the disk image.
Choosing the Right Chip Version
The Binance Mac desktop client comes in two versions:
| Version | Suitable For | File Name |
|---|---|---|
| Intel | Intel-chip Macs (pre-2020) | Binance-X.X.X.dmg |
| Apple Silicon | M1/M2/M3/M4 Macs | Binance-X.X.X-arm64.dmg |
Apple Silicon Macs must download the arm64 version:
- The arm64 version runs 2-3 times faster than the Intel version (running natively)
- The Intel version requires Rosetta translation on M-chips, leading to high CPU usage
- Launch speed difference: arm64 takes < 1 second, Intel via Rosetta takes about 3-5 seconds
To check your Mac's chip: Top left Apple menu → About This Mac:
- "Apple M1 / M2 / M3 / M4" → Download the arm64 version
- "Intel Core ix" → Download the Intel version
What to Do If You Downloaded the Intel Version by Mistake
If you installed the wrong version (Intel version on an Apple Silicon Mac):
- Delete /Applications/Binance.app
- Re-download the arm64 version from binance.com
- Follow the Gatekeeper steps above to handle the interception
Installation Location
Binance Mac desktop client installation paths:
- Main APP: /Applications/Binance.app
- User Data: ~/Library/Application Support/Binance/
- Cache: ~/Library/Caches/Binance/
- Logs: ~/Library/Logs/Binance/
If you want to completely remove it in the future, delete everything in these four paths.
Handling Upgrades
How to upgrade the Binance Mac desktop client:
Automatic In-APP Upgrade
Launch the APP → "Binance" in the menu bar → "Check for Updates" → If there's a new version, it will download the dmg and prompt to install.
Manual Download Upgrade
Download the new dmg from binance.com → Double-click to mount → Drag to the Applications folder → Replace the existing version.
The first launch after an upgrade will also be blocked by Gatekeeper. Just follow the same steps to "Open Anyway."
When macOS Security Settings Are Fully Restricted
If your macOS security policy is set to "App Store" (the strictest):
- No non-App Store APPs can be opened
- Even clicking "Open Anyway" in Privacy settings won't work
To fix:
- System Settings → Privacy & Security → Security
- Change "Allow applications downloaded from" to "App Store and identified developers"
Binance developers are already identified by Apple (signed with an Apple Developer ID), so switching to this option allows it to open normally.
Frequently Asked Questions
Q: Clicking "Open Anyway" does nothing?
A: Use the command line to clear the quarantine tag (sudo xattr -rd com.apple.quarantine /Applications/Binance.app).
Q: I don't want to click "Open Anyway" every time I upgrade. Can I permanently trust Binance? A: Once you clear the quarantine tag, subsequent launches of that specific APP version won't be blocked. However, when you upgrade, the new APP file will have a fresh quarantine tag, requiring you to clear it once more.
Q: Can an M1 Mac run the Intel version of Binance? A: Yes, but it requires Rosetta translation, which significantly degrades performance. We strongly recommend downloading the arm64 version.
Q: How do I set it to auto-start after installation? A: System Settings → General → Login Items → Add Binance.app. It will automatically run when you boot up.
Q: Can I just use the web version without installing? A: Absolutely. The binance.com web version has complete functionality and takes up no storage space. If you don't need desktop notifications or multi-window capabilities, the web version is sufficient.
Q: Are the Binance accounts for Mac and iPhone the same? A: Yes. You use the same account to log into the Mac desktop client, iPhone APP, and web version. Data is synced in real-time.
Summary
When a Mac prompts that Binance is "damaged," it's a Gatekeeper false positive, not an actual problem with the APP. The solution: Double-click first to trigger the block → go to System Settings → Privacy & Security → Security → Open Anyway. Alternatively, use the command line sudo xattr -rd com.apple.quarantine /Applications/Binance.app to clear the tag in one go. Apple Silicon Macs must download the arm64 version, which performs 2-3 times faster than the Intel one. Once installed, the APP experience is largely identical to the Windows version.