A simple, lightweight clipboard tool for macOS that lives in your menu bar.
- Plain Text Paste — When activated, automatically strips rich text formatting (HTML, RTF) on copy, so you always paste clean, plain text
- Clipboard History — Access up to 20 recent clipboard entries from the menu bar dropdown
- Menu Bar Resident — Runs quietly in the menu bar with no Dock icon
- Persistent History — Clipboard history is saved and restored across app restarts
- Auto Launch — Optionally starts at login via macOS Login Items
- Minimal Footprint — Built with Swift and SwiftUI for low memory usage
- macOS 14 (Sonoma) or later
- Download the latest version from the Releases page:
copippe-v0.1.zip— Zip archivecopippe-v0.1.dmg— Disk image
- Open the
.zipor.dmgand movecopippe.appto your Applications folder - Launch copippe
Note: This app is not notarized. On first launch, macOS will block it. To open it:
Option A (Terminal):
xattr -cr /Applications/copippe.appThen launch the app normally.
Option B (System Settings):
- Try to open
copippe.app(it will be blocked)- Open System Settings → Privacy & Security
- Scroll down to find the blocked app message and click Open Anyway
- Launch copippe — a clipboard icon appears in the menu bar
- Click the icon to open the dropdown menu
- Activate/Deactivate — Toggle plain text mode on or off
- History — Click any history entry to copy it back to your clipboard, then paste with ⌘V
- Clear History — Remove all saved entries
- Quit — Exit the app
| State | Icon |
|---|---|
| Active | Filled clipboard icon |
| Inactive | Outline clipboard icon |
git clone https://github.com/yoshidashingo/copippe.git
cd copippe
xcodebuild -project copippe.xcodeproj -scheme copippe -configuration Release buildOr open copippe.xcodeproj in Xcode and build with ⌘B.
MIT