ClipDeck is a native, privacy-focused clipboard manager for macOS.
⬇️ Download ClipDeck 0.9.0 Beta 1 for macOS
macOS 15.7+ · Intel & Apple Silicon · No Xcode required
ClipDeck 0.9.0 is currently a beta release.
Do not use GitHub's Code → Download ZIP button to install ClipDeck. That button downloads the source code, not the macOS application.
Download the latest ClipDeck beta from GitHub Releases.
- Download
ClipDeck-0.9.0-beta.1-macOS.zip. - Extract the ZIP.
- Move
ClipDeck.appto your Applications folder. - Open ClipDeck.
ClipDeck's current beta is distributed without Apple Developer ID notarization, so macOS may block the first launch.
If that happens:
- Try to open ClipDeck once.
- Open System Settings → Privacy & Security.
- Find the message about ClipDeck.
- Choose Open Anyway.
- Confirm Open.
This approval should normally only be required for the first launch.
- Native Swift and SwiftUI macOS app
- Local-first
- Clipboard history
- Text, Long Text, Links, Code, Email, Images, Files, and Terminal categories
- Pinned clips and reusable Snippets
- Recently Deleted and configurable retention
- Search
- Paste Queue
- Recent Clipboard Stack
- Private Copy
- Global shortcuts
- Optional capture HUD, notifications, and sounds
- Launch at Login
Clipboard data remains local to the Mac. ClipDeck has no analytics, telemetry, cloud sync, AI service, external API integration, advertising, or tracking.
- macOS 15.7 or later
- Intel or Apple Silicon Mac
- Xcode 26.x for source builds
Open ClipDeck.xcodeproj in Xcode, select the ClipDeck scheme, and build or
run the app.
For an unsigned command-line Debug build:
xcodebuild -project ClipDeck.xcodeproj \
-scheme ClipDeck \
-configuration Debug \
CODE_SIGNING_ALLOWED=NO \
buildThe ClipDeck source code is available under the MIT License. The ClipDeck name, application icon, logo, and visual branding are excluded from that license; see BRANDING.md.