A private, local-only clipboard manager for macOS. Everything you copy stays on your Mac — encrypted, searchable, and one keystroke away.
Free & open source · MIT · macOS 14+ · Apple silicon
Ships with no network entitlement at all — phoning home is impossible, not just promised. No sync, no analytics.
History is stored in an encrypted database; the key lives in the macOS Keychain and unlocks transparently at login.
Hit ⌘⇧V for a Spotlight-style panel — type to search your history, ↵ to put a clip back on the clipboard.
Skips items password managers mark concealed, and honors a per-app exclude list you control.
The ⌘CV menu-bar icon also keeps your 10 most recent clips one click away.
CmdCV isn’t notarized (it’s a free, open-source project), so on first launch macOS Gatekeeper will warn. Open it any one of these ways:
xattr -dr com.apple.quarantine /Applications/CmdCV.appOnly need to do this once, on first launch.
Rather build from source? It’s a standard Swift + SwiftUI app, project generated with XcodeGen:
git clone https://github.com/prprasad2020/cmdcv
cd cmdcv
xcodegen generate
open CmdCV.xcodeproj # set your Team under Signing & Capabilities, then Run
Signed with your own Apple ID, it opens with no Gatekeeper warning. Tests: bash Scripts/test.sh.
Yes. The app has no network entitlement, so the macOS App Sandbox blocks all network access at the operating-system level. There is no code path — and no permission — for your data to leave the device.
CmdCV isn’t notarized, so macOS flags it on first launch. Open it once with right-click → Open, or build it yourself for a clean signature — see the Install section above.
It ignores clips that password managers mark as concealed, so passwords copied from them aren’t stored. You can also add any app to the exclude list so nothing copied while it’s active is recorded.
Yes — open Settings from the menu-bar icon and record any shortcut you like. You can toggle launch-at-login there too.
Both. CmdCV is free and MIT-licensed — the full source is on GitHub.
macOS 14 (Sonoma) or later, on Apple silicon.