If you’re on macOS and still using a single-sig hot wallet… I’ve got bad news for you.
🚀 Introducing: Specter EnclaveA new open-source wallet designed from scratch to turn your MacBook into a hardware-level cosigner — no USB gadgets required.✅ Default: 2-of-3 Multisig
✅ Your Mac = signer w/ Touch ID
✅ Private key stored in Secure Enclave (never exportable)
✅ Works fully offline via PSBT, NFC, QR
✅ MIT Licensed – auditable, forkable, minimal codebase
🔐 How It Works- Private key is generated inside Apple’s Secure Enclave and stays there.
- Every transaction requires biometric unlock (Touch ID).
- You create a 2-of-3 wallet (e.g. Mac + Coldcard + backup seed signer).
- Transactions are built offline, signed by your Mac, and passed to the next cosigner via PSBT.
- There’s no telemetry, no cloud fallback, no bullshit. If GitHub disappears tomorrow, the code still works.
⚙️ Tech Stack- Based on a slim fork of Specter Desktop.
- All crypto logic refactored in Swift using Apple’s CryptoKit APIs.
- ~1700 LOC doing the heavy lifting. Easy to audit, easy to fork.
🖥 macOS ONLY (for now)This was built specifically for macOS.
No Windows, no Linux. Not out of laziness — by design.
Why?Because MacBooks ship with Secure Enclave, biometric auth, and sandbox protections.
If we want actual wallet security UX for real humans, we should leverage what’s already in the device.
This doesn’t compete with Coldcard or SeedSigner. It replaces insecure single-sig hot wallets running on Mac.
🧠 Who This Is For- Privacy-focused users who don’t want cloud wallets
- Multisig fans who want UX without USB cables
- Mac-only devs who hate Electron bloat
- People onboarding relatives/friends and want safer defaults
💬 Feedback, audits, forks welcomeThe goal here isn’t lock-in. It’s to push better UX + security defaults on platforms people already use.
If you want to help port to Linux/Windows, suggest integrations, or review the Secure Enclave logic — please open issues or PRs.
Github:
https://github.com/CryptOpenDevelopment/specter-desktop