ClipFlow π
January 13, 2026 Β· View on GitHub
The clipboard history manager that macOS should have built-in
Windows users have Win + V for clipboard history since 2018. Mac users? Nothing built-in. ClipFlow fixes that for Mac.
π‘ Note: This app is primarily for macOS users. Windows users already have
Win + Vbuilt-in!
πΈ Screenshots
| Popup UI | Menu Bar |
|---|---|
![]() | ![]() |
π₯ Installation
Option 1: Download DMG (Easiest)
- Download
ClipFlow-1.0.2.dmgfrom Releases - Open the DMG and drag
ClipFlow.appto Applications - Open ClipFlow and grant Accessibility permissions
Option 2: Homebrew
brew tap praneeth552/clipflow
brew install --cask clipflow
Option 3: Build from Source
git clone https://github.com/praneeth552/clipflow.git
cd clipflow/ClipFlowApp
./build.sh
β οΈ First Launch (Important!)
Since ClipFlow is not notarized (requires $99/year Apple Developer account), macOS will show a warning:
"ClipFlow can't be opened because it is from an unidentified developer"
To bypass this (one-time only):
- Right-click on ClipFlow.app β Open
- Click Open in the dialog
Or via System Settings:
- Open System Settings β Privacy & Security
- Scroll down and click Open Anyway next to ClipFlow
π Grant Accessibility Permissions
ClipFlow needs Accessibility access for global hotkeys:
- System Settings β Privacy & Security β Accessibility
- Click + and add
ClipFlow.app - Toggle ON
β¨οΈ Keyboard Shortcuts
| Shortcut | Action |
|---|---|
Cmd + Shift + V | Open clipboard history |
β | Go to older item (like terminal) |
β | Go to newer item |
Enter | Paste selected item |
Cmd + Shift + Delete | Delete current item |
Esc | Cancel |
Release Cmd | Paste selected item |
β¨ Features
- π Clipboard History - Saves last 50 copies (text + images)
- β¨οΈ Terminal-style Navigation - Use ββ like shell history
- ποΈ Delete Items - Remove unwanted items with
Cmd+Shift+Delete - π Recently Used First - Pasted items move to top of list
- πΌοΈ Image Previews - See thumbnails in popup
- π― Cursor-following - Popup appears above your cursor
- π₯οΈ Multi-Monitor - Works across displays
- π« Non-focusable - Doesn't interrupt typing
- β¨ Polished UI - Smooth animations, eye-friendly dark theme
π¦ Building
Requirements
- macOS 12+
- Xcode Command Line Tools (
xcode-select --install)
Build Commands
cd ClipFlowApp
# Quick compile (development)
swiftc -o ClipFlow ClipFlowApp.swift -framework AppKit -framework Carbon
# Full build with .app bundle and DMG
./build.sh
Output
build/
βββ ClipFlow.app # Application bundle
βββ ClipFlow-1.0.0.dmg # Installer for distribution
π Privacy & Security
ClipFlow is 100% transparent and trustworthy:
| Privacy Feature | Status |
|---|---|
| Open Source | β All code visible on GitHub |
| Network Access | β Zero internet connections, ever |
| Analytics | β No tracking, no telemetry |
| Data Storage | β Local only - never leaves your Mac |
| Persistence | β History clears when app quits |
Why the "unidentified developer" warning?
Apple's notarization requires a $99/year Developer account. ClipFlow is free and open source, so we don't pay this fee.
The warning does NOT mean the app is dangerous. You can:
- π Verify the code yourself - it's all on GitHub
- π¨ Build from source if you prefer:
./build.sh - β Right-click β Open to bypass the warning (one-time)
π‘ Many popular open source Mac apps (like Rectangle, MonitorControl, etc.) also show this warning. It's normal for indie/open source software!
πΊοΈ Roadmap
- Persistent history (survives restarts)
- Configurable max history size
- Keyboard shortcut customization
- Search through history
- Pin favorite items
π License
MIT License - Use, modify, and distribute freely!
Made with β€οΈ for Mac users who deserve proper clipboard history

