Free, open-source clipboard manager for macOS a native Paste app alternative with color-coded history, pinboards, search & keyboard paste. Signed, notarized, Homebrew.
62
stars
41
commits
Swift
primary language
Aug 12, 2026
updated
A free, open-source clipboard manager for macOS - inspired by Paste.
Your clipboard history as a beautiful, color-coded strip that slides up from the bottom of your screen.
Website · Download · Homebrew · Mac App Store
Pesty is free and open source. The one-time fee on the Mac App Store is optional - it only helps cover the yearly Apple Developer Program fee that keeps the app signed and notarized. You never have to pay it: get the exact same app for free via Homebrew or direct download.
Pesty keeps a history of everything you copy and lets you get it back instantly. Hit a global hotkey, the strip slides up, you pick a clip with the arrow keys (or ⌘1–⌘9), press return, and it pastes straight into whatever app you were in.
It is a faithful, native reimplementation of the Paste experience - built in Swift + SwiftUI, with zero third-party dependencies, fully signed and notarized by Apple, and free forever.
return to paste, ⌘1–⌘9 to quick-paste, ⌫ or ⌘⌫ to delete, esc to close.⌘V needed.0600 permissions..app, no Electron, no background web stack.brew install --cask momenbasel/pesty/pesty
Pesty-x.y.z.dmg from the latest release.The build is signed with a Developer ID and notarized by Apple, so it opens without Gatekeeper warnings.
⌘⇧V (the default shortcut) to open the strip.return.
⌘V to paste.| Key | Action |
|---|---|
⌘⇧V | Show / hide the strip (configurable) |
⌘⇧S (with strip open) | Open Settings |
⌘⇧P (with strip open) | Pause / resume clipboard monitoring |
← → ↑ ↓ | Move selection |
return | Paste selected clip |
⌘1–⌘9 (configurable) | Quick-paste the Nth clip; add the plain-text modifier (default ⇧) to paste unformatted |
⌫ (search empty) or ⌘⌫ | Delete selected clip |
| type anything | Search |
esc | Clear search, then close |
Requires macOS 14+ and Xcode 16+ (Swift 6).
git clone https://github.com/momenbasel/pesty.git
cd pesty
swift run # run in place
# or build a distributable .app:
VERSION=1.0.0 BUILD=1 ./scripts/build_app.sh
open packaging/Pesty.app
To produce a signed + notarized DMG (needs a Developer ID cert and an App Store Connect API key):
SIGN_IDENTITY="Developer ID Application: Your Name (TEAMID)" \
ASC_KEY="$HOME/.appstoreconnect/private_keys/AuthKey_XXXX.p8" \
ASC_KEY_ID="XXXX" ASC_ISSUER="<issuer-uuid>" \
./scripts/release_build.sh
Sources/Pesty/
Main.swift entry point
AppController.swift app delegate, hotkey + menu-bar wiring, paste flow
Models/ ClipItem, ClipType, Pinboard
Store/ ClipboardStore (history, pinboards, persistence)
Monitor/ ClipboardMonitor (pasteboard polling), PasteService (⌘V injection)
Hotkey/ HotKeyCenter (Carbon global hotkey)
UI/ BarView, ClipCardView, PinboardTabs, the sliding panel
Settings/ Settings store + preferences window + hotkey recorder
Util/ icons, color hex, visual-effect view, launch-at-login
scripts/ build, icon, sign + notarize
packaging/ Info.plist, entitlements, generated artifacts
| Pesty | Paste | Maccy | |
|---|---|---|---|
| Price | Free (optional one-time fee on the Mac App Store) | Subscription | Free |
| Open source | Yes (MIT) | No | Yes |
| Color-coded strip UI | Yes | Yes | No (list) |
| Pinboards | Yes | Yes | No |
| Source-app color coding | Yes | Yes | No |
| Native (no Electron) | Yes | Yes | Yes |
| Signed & notarized | Yes | Yes | Yes |
Pesty reimplements the parts of Paste people use every day - the slide-up strip, color-coded cards, pinboards, search, and keyboard-driven pasting - as a free, native, open-source app. If you love Paste, buy it; it's excellent. Pesty is for people who want a free, hackable Paste app alternative, or a prettier alternative to Maccy with a strip UI and pinboards.
Is Pesty free? Yes - free and open source (MIT) on GitHub and via Homebrew. The Mac App Store build carries a small one-time fee, but that's optional: it only helps cover the yearly Apple Developer Program fee that keeps the app signed and notarized. It's the same app either way.
Is Pesty a good clipboard manager for Mac? It keeps a searchable history of everything you copy (text, links, images, files, colors) and pastes it back with a keystroke - with pinboards and a color-coded strip.
Does it keep my clipboard private? Yes. Everything stays on your Mac - no servers, no analytics, no network calls - and password-manager clips are ignored.
What macOS does it need? macOS 14 (Sonoma) or later, on Apple Silicon or Intel.
Keywords: clipboard manager for Mac, macOS clipboard history, free Paste app alternative, open-source clipboard manager, Maccy alternative, copy-paste history, clipboard pinboards.
🔗 Website: www.moamenbasel.com/pesty
PRs welcome - see CONTRIBUTING.md. Good first issues: large preview pane, drag-and-drop out of cards, strip resize handle, iOS/iPad companion, more content-type renderers.
MIT © 2026 Moamen Basel.
Pesty is an independent project and is not affiliated with, endorsed by, or connected to Paste or its makers (Wonder Warp / FIPLAB). "Paste" is referenced only to describe the inspiration. All trademarks belong to their respective owners.
Swift
97.1%
Shell
2.9%
Free, open-source clipboard manager for macOS a native Paste app alternative with color-coded history, pinboards, search & keyboard paste. Signed, notarized, Homebrew.
62
stars
41
commits
Swift
primary language
Aug 12, 2026
updated
A free, open-source clipboard manager for macOS - inspired by Paste.
Your clipboard history as a beautiful, color-coded strip that slides up from the bottom of your screen.
Website · Download · Homebrew · Mac App Store
Pesty is free and open source. The one-time fee on the Mac App Store is optional - it only helps cover the yearly Apple Developer Program fee that keeps the app signed and notarized. You never have to pay it: get the exact same app for free via Homebrew or direct download.
Pesty keeps a history of everything you copy and lets you get it back instantly. Hit a global hotkey, the strip slides up, you pick a clip with the arrow keys (or ⌘1–⌘9), press return, and it pastes straight into whatever app you were in.
It is a faithful, native reimplementation of the Paste experience - built in Swift + SwiftUI, with zero third-party dependencies, fully signed and notarized by Apple, and free forever.
return to paste, ⌘1–⌘9 to quick-paste, ⌫ or ⌘⌫ to delete, esc to close.⌘V needed.0600 permissions..app, no Electron, no background web stack.brew install --cask momenbasel/pesty/pesty
Pesty-x.y.z.dmg from the latest release.The build is signed with a Developer ID and notarized by Apple, so it opens without Gatekeeper warnings.
⌘⇧V (the default shortcut) to open the strip.return.
⌘V to paste.| Key | Action |
|---|---|
⌘⇧V | Show / hide the strip (configurable) |
⌘⇧S (with strip open) | Open Settings |
⌘⇧P (with strip open) | Pause / resume clipboard monitoring |
← → ↑ ↓ | Move selection |
return | Paste selected clip |
⌘1–⌘9 (configurable) | Quick-paste the Nth clip; add the plain-text modifier (default ⇧) to paste unformatted |
⌫ (search empty) or ⌘⌫ | Delete selected clip |
| type anything | Search |
esc | Clear search, then close |
Requires macOS 14+ and Xcode 16+ (Swift 6).
git clone https://github.com/momenbasel/pesty.git
cd pesty
swift run # run in place
# or build a distributable .app:
VERSION=1.0.0 BUILD=1 ./scripts/build_app.sh
open packaging/Pesty.app
To produce a signed + notarized DMG (needs a Developer ID cert and an App Store Connect API key):
SIGN_IDENTITY="Developer ID Application: Your Name (TEAMID)" \
ASC_KEY="$HOME/.appstoreconnect/private_keys/AuthKey_XXXX.p8" \
ASC_KEY_ID="XXXX" ASC_ISSUER="<issuer-uuid>" \
./scripts/release_build.sh
Sources/Pesty/
Main.swift entry point
AppController.swift app delegate, hotkey + menu-bar wiring, paste flow
Models/ ClipItem, ClipType, Pinboard
Store/ ClipboardStore (history, pinboards, persistence)
Monitor/ ClipboardMonitor (pasteboard polling), PasteService (⌘V injection)
Hotkey/ HotKeyCenter (Carbon global hotkey)
UI/ BarView, ClipCardView, PinboardTabs, the sliding panel
Settings/ Settings store + preferences window + hotkey recorder
Util/ icons, color hex, visual-effect view, launch-at-login
scripts/ build, icon, sign + notarize
packaging/ Info.plist, entitlements, generated artifacts
| Pesty | Paste | Maccy | |
|---|---|---|---|
| Price | Free (optional one-time fee on the Mac App Store) | Subscription | Free |
| Open source | Yes (MIT) | No | Yes |
| Color-coded strip UI | Yes | Yes | No (list) |
| Pinboards | Yes | Yes | No |
| Source-app color coding | Yes | Yes | No |
| Native (no Electron) | Yes | Yes | Yes |
| Signed & notarized | Yes | Yes | Yes |
Pesty reimplements the parts of Paste people use every day - the slide-up strip, color-coded cards, pinboards, search, and keyboard-driven pasting - as a free, native, open-source app. If you love Paste, buy it; it's excellent. Pesty is for people who want a free, hackable Paste app alternative, or a prettier alternative to Maccy with a strip UI and pinboards.
Is Pesty free? Yes - free and open source (MIT) on GitHub and via Homebrew. The Mac App Store build carries a small one-time fee, but that's optional: it only helps cover the yearly Apple Developer Program fee that keeps the app signed and notarized. It's the same app either way.
Is Pesty a good clipboard manager for Mac? It keeps a searchable history of everything you copy (text, links, images, files, colors) and pastes it back with a keystroke - with pinboards and a color-coded strip.
Does it keep my clipboard private? Yes. Everything stays on your Mac - no servers, no analytics, no network calls - and password-manager clips are ignored.
What macOS does it need? macOS 14 (Sonoma) or later, on Apple Silicon or Intel.
Keywords: clipboard manager for Mac, macOS clipboard history, free Paste app alternative, open-source clipboard manager, Maccy alternative, copy-paste history, clipboard pinboards.
🔗 Website: www.moamenbasel.com/pesty
PRs welcome - see CONTRIBUTING.md. Good first issues: large preview pane, drag-and-drop out of cards, strip resize handle, iOS/iPad companion, more content-type renderers.
MIT © 2026 Moamen Basel.
Pesty is an independent project and is not affiliated with, endorsed by, or connected to Paste or its makers (Wonder Warp / FIPLAB). "Paste" is referenced only to describe the inspiration. All trademarks belong to their respective owners.
Swift
97.1%
Shell
2.9%