Clipwell is a local-first clipboard drawer for macOS by Mio Labs.
It runs as a menu bar app, keeps recent clipboard items on the Mac, and lets you open a side drawer to search, preview, and restore previous clips.
- Local clipboard history for macOS
- Menu bar app with global shortcut support
- Side drawer with search, type filters, and keyboard navigation
- Text, rich text, HTML, image, media, and document/file URL handling
- Preview pane for supported clipboard content
- Optional auto-paste and auto-close behavior
- Pause monitoring, clear history, history limit, and ignored apps
- SQLite-backed local storage with payload files
- macOS 14 or later
- Xcode / Swift toolchain with Swift 6 support
Build:
swift buildRun tests:
swift testRun locally:
swift run ClipboardDrawerPackage a local .app bundle:
scripts/package_app.sh releaseThe current Swift Package executable target is still named ClipboardDrawer. User-facing App Store branding is Clipwell.
The App Store launch plan and marketing website are included in:
docs/app-store-launch-plan.mdmarketing/clipwell/
The planned bundle identifier is:
com.miolabs.clipwell
Clipwell is designed to store clipboard history locally on the user's Mac. The planned public release does not require an account or upload clipboard history to a server.
MIT License. See LICENSE.