A macOS menu bar app that strips formatting from your clipboard. When you copy rich text (from Slack, Notion, web pages, etc.), ClipboardCleaner converts it to plain text so you can paste without carrying over fonts, colors, and styles.
bash build.sh # build the app + zip
bash build.sh install # copy to ~/Applications, enable auto-start, launchClipboardCleaner lives in your menu bar with a clipboard icon.
- Left-click — cleans the clipboard immediately (strips formatting from current contents)
- Right-click — opens a menu to quit the app
If someone sent you ClipboardCleaner.zip:
- Unzip it — you'll get
ClipboardCleaner.app - Double-click to run (you may need to right-click → Open the first time to bypass Gatekeeper)
- For auto-start on login, clone this repo and run
bash build.sh install
bash build.sh uninstallThis removes the app from ~/Applications, removes the login LaunchAgent, and stops any running instance.
Requires Xcode Command Line Tools (xcode-select --install).
git clone <repo-url>
cd clipboard-cleaner
bash build.sh
open ClipboardCleaner.app