Step by step
- Download the macOS .dmg from the wallet download page, open it, and drag BTX PQ wallet into your Applications folder.
- Open Applications, right-click (or Control-click) BTX PQ wallet, choose Open, then Open again in the dialog. macOS remembers your choice, so future launches are a normal double-click.
- If instead macOS says the app “is damaged and can’t be opened” or “cannot be opened because Apple cannot check it”, that is just the download quarantine flag on an unsigned app. Open Terminal (Spotlight, type Terminal), paste this exact line, press Return, then open the app again:
Keep the quotes, the app name has spaces. This removes only the “downloaded from the internet” marker; it changes nothing inside the app.
xattr -dr com.apple.quarantine "/Applications/BTX PQ wallet.app"
Why does this happen?
macOS Gatekeeper adds a quarantine attribute to anything downloaded from the internet, and refuses to open an app that is not signed with a paid Apple Developer certificate until you explicitly allow it. The wallet is an independent, open project and is not signed yet, so you approve it once by hand. The xattr command simply deletes that quarantine attribute. It does not touch the wallet’s code, your keys, or your funds.
Verify the download (optional, recommended)
Because the build is unsigned, you can confirm you got the real file. On the download page each build lists its SHA-256 (each hash links to its VirusTotal scan). In Terminal, run shasum -a 256 ~/Downloads/BTX-PQ-wallet-*.dmg and check it matches.
On Windows
There is no Terminal step. SmartScreen shows “Windows protected your PC”. Click More info, then Run anyway, and finish the installer.