ClipKeep is a native macOS clipboard history utility by Video API Hub. Press Option-V anywhere to open a compact, keyboard-driven clipboard picker at the pointer.
- Text, link, and image clipboard history
- Global
Option-Vpicker - Arrow-key navigation and Return to paste
- Search, deduplication, and local persistence
- System, Light, and Dark appearances
- Menu-bar access and launch at login
ClipKeep requires macOS 14 or later.
- Download
ClipKeep-1.0.0.dmgfrom the latest release. - Open the DMG and drag ClipKeep into Applications.
- Control-click ClipKeep in Applications and choose Open on first launch.
- If macOS blocks it, open System Settings > Privacy & Security, click Open Anyway, then confirm Open.
The public development release is ad-hoc signed but not Apple-notarized because it does not yet use a paid Apple Developer ID certificate. The source and SHA-256 checksum are available in this repository.
ClipKeep asks for Accessibility access. This permission is required to:
- Detect the global
Option-Vshortcut while another app is active. - Send
Command-Vto paste the selected clip back into that app.
Enable ClipKeep under System Settings > Privacy & Security > Accessibility. ClipKeep does not record general keyboard input: its event handler only acts on Option-V.
Clipboard history is stored locally at ~/Library/Application Support/ClipKeep/history.json. ClipKeep does not upload clipboard data or require network access.
Launch at Login is enabled on first run through macOS's native login-item service. Turn it off from the ClipKeep menu-bar menu or under System Settings > General > Login Items.
- Press
Option-V. - Use Up and Down arrows or search to select a clip.
- Press Return or click the clip to paste it.
- Press Escape to close the picker.
Building requires macOS 14 or later and the Xcode Command Line Tools.
./build.shThe app bundle is written to build/ClipKeep.app.
To create the ad-hoc signed DMG and checksum:
./package-dmg.sh- Name: ClipKeep
- Bundle ID:
com.videoapihub.clipkeep - Publisher: Video API Hub
