Your clipboard forgets everything the moment you copy something new. That one Ctrl+C wipes out the API key you copied five minutes ago, the error message you wanted to paste into Google, and the paragraph you spent ten minutes writing.
A clipboard manager fixes that. It keeps a history of everything you copy so you can recall anything, anytime, usually with a single hotkey.
The problem? Every "best clipboard manager" list recommends a different tool for every OS. Maccy for Mac. Ditto for Windows. CopyQ for Linux. If you work across machines (like most developers do), you end up learning three different tools with three different shortcuts.
I got tired of that, so I built Ortu — a free, open-source, cross-platform clipboard manager. Full disclosure upfront: I'm the author, so read this comparison with that in mind. I'll be honest about where other tools win too.
Let's break down the real options in 2026.
TL;DR — Quick Picks
| Use case | Pick |
|---|---|
| One tool across Mac, Windows & Linux | Ortu (free, open source) |
| Mac-only, ultra minimal | Maccy |
| Mac + iPhone sync | Paste ($29.99/yr) |
| Already using Raycast launcher | Raycast clipboard |
| Windows-only veteran | Ditto |
| Scripting nerd | CopyQ |
| Zero installs | Windows Win+V (bare minimum) |
1. Ortu — Free, Open Source, Cross-Platform (My Pick)
Platforms: macOS, Windows, Linux
Price: Free (MIT licensed)
Website: ortu.abhijithpsubash.com · GitHub
Most clipboard tools make you choose two out of three: cross-platform, lightweight, private. Ortu keeps all three.
It's built with Rust + Tauri, not Electron. That means a tiny native binary, fast startup, and low idle memory — no bundled Chromium eating your RAM just to remember what you copied.
What v2.0.0 ships with:
- Multi-format capture — text, images, and files with thumbnails, not just plain strings
- Paste stack — queue several clips and paste them one-by-one, in order, into any app. Copy five things from a spreadsheet, paste them sequentially into a form. Most managers only give you back the last thing you clicked.
- Secrets stay secret — Ortu detects API keys and tokens, masks them on sight, and encrypts them at rest with AES-256-GCM. Revealed only when you ask.
- Smart auto-grouping — a rule-based classifier sorts clips into URLs, code, JSON, shell commands, and file paths automatically
- Real full-text search — SQLite FTS5 with fuzzy ranking. Stays instant across tens of thousands of clips, not a slow substring filter.
- Snippets & transforms — reusable snippets with variables, plus "Copy as" JSON, Base64, URL-encode, slugify, case conversion
-
Fully rebindable global shortcuts — every core action works over any app (
Alt+V/Option+Vfor the quick popup) - Local-first, zero telemetry — everything lives in a local SQLite database. No account, no cloud, no tracking.
Where it loses: no cloud sync between devices (that's a deliberate privacy choice, but if you want your iPhone clipboard on your Mac, look at Paste). The builds aren't code-signed yet, so macOS Gatekeeper and Windows SmartScreen will complain on first launch — the site documents the one-line fix, and being open source means you can audit every line before installing.
# macOS Gatekeeper workaround
xattr -dr com.apple.quarantine "/Applications/Ortu.app"
2. Maccy — The Minimalist's Mac Favorite
Platforms: macOS only
Price: Free, open source
Maccy is often called "the clipboard manager for people who hate clipboard managers," and that's fair. It's free, open source, lives in your menu bar, and does exactly one thing: keyboard-driven clipboard history.
Wins: blazing fast, tiny footprint, privacy-first (no cloud, no telemetry).
Loses: Mac-only, deliberately minimal. No image previews or visual timeline, no groups, no paste stack, no encryption. If you also work on Windows or Linux, you'll need a second tool.
3. Paste — The Polished Apple Ecosystem Option
Platforms: macOS, iOS, iPadOS
Price: ~$29.99/year subscription
Paste is the prettiest clipboard manager on this list. Visual timeline, pinboards, iCloud sync across Mac, iPhone, and iPad. If you live entirely inside Apple's ecosystem and want your clipboard on your phone, Paste is genuinely the best at that.
Wins: design, iCloud sync, iOS support.
Loses: it's a subscription for a clipboard manager, it's closed source, your clipboard lives in iCloud, and it doesn't exist on Windows or Linux.
4. Raycast Clipboard History — Great If You're Already In
Platforms: macOS (Windows version exists too)
Price: Free tier keeps limited history; longer retention requires Raycast Pro ($8/month)
Raycast is a launcher first, clipboard manager second. If you already use it to launch apps and run commands, the built-in clipboard history is a genuinely good bonus — text, images, links, pinning.
Wins: zero extra installs if you're a Raycast user, nice UX.
Loses: you have to adopt an entire launcher to get it, unlimited retention sits behind a subscription, and clipboard is a side feature — it doesn't get the depth a dedicated tool does. No Linux.
5. Ditto — The Windows Workhorse
Platforms: Windows only
Price: Free, open source
Ditto has been around since 2003 and it captures everything — text, images, files, HTML — into a local database with instant search. For Windows-only power users it's still hard to beat, and twenty years of reliability counts for a lot.
Wins: free, battle-tested, captures every format, network sync between Windows machines.
Loses: the UI looks like it shipped with Windows XP, and it's Windows-only. No Mac, no Linux.
6. CopyQ — The Scriptable Power Tool
Platforms: macOS, Windows, Linux
Price: Free, open source
CopyQ is the other serious cross-platform, open-source option — and it's the programmer's choice if you want scripting. Custom commands that trigger on copy, regex transforms, macros, tabs for organizing content. Want to auto-strip tracking params from every URL you copy? CopyQ can.
Wins: cross-platform, free, infinitely customizable.
Loses: the learning curve is steep, the Qt interface feels dated, and everyday things like search are buried in menus. It's powerful but not pleasant. Ortu aims for the same cross-platform + open-source combo with a modern UI and features like the paste stack and encryption working out of the box, no scripting required.
7. Built-in Options (Win+V and friends)
Windows 10/11 ships clipboard history behind Win+V — last 25 items, syncs via your Microsoft account. macOS and most Linux desktops have nothing comparable built in (GNOME users usually grab a clipboard indicator extension).
Fine as a taste of what clipboard history feels like. But 25 items, no search, no pinning, no organization — you'll outgrow it in a day.
Full Comparison Table
| Capability | Ortu | Maccy | Paste | Raycast | Ditto | CopyQ | Win+V |
|---|---|---|---|---|---|---|---|
| macOS | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ |
| Windows | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ |
| Linux | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ |
| Open source | ✅ MIT | ✅ | ❌ | ❌ | ✅ | ✅ | ❌ |
| Images + files | ✅ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
| Paste stack / multi-paste | ✅ | ❌ | ❌ | ❌ | ❌ | Partial | ❌ |
| Encryption at rest | ✅ AES-256 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
| Secret detection + masking | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
| Full-text search (FTS5) | ✅ | Basic | ✅ | ✅ | ✅ | Basic | ❌ |
| Auto-grouping / classification | ✅ | ❌ | Manual | ❌ | ❌ | Manual | ❌ |
| Snippets & transforms | ✅ | ❌ | Partial | ✅ | ❌ | ✅ | ❌ |
| Local-first / no cloud | ✅ | ✅ | ❌ iCloud | Partial | ✅ | ✅ | ❌ MS acct |
| Cloud sync across devices | ❌ | ❌ | ✅ | Pro | LAN only | ❌ | ✅ |
| Price | Free | Free | $29.99/yr | Free/Pro | Free | Free | Free |
So Which One Should You Use?
Honest answer:
- If you're all-in on Apple and want your clipboard on your iPhone → Paste earns its subscription.
- If you're Mac-only and want the absolute minimum → Maccy, done in 60 seconds.
- If you're Windows-only and nostalgic → Ditto still works.
- If you love writing scripts for your tools → CopyQ.
But if you're a developer who moves between macOS, Windows, and Linux and wants one tool, one set of shortcuts, zero subscriptions, and zero telemetry — that's exactly the gap I built Ortu to fill. Paste stack, encrypted secrets, smart grouping, and proper full-text search, in a native Rust binary instead of an Electron app.
It's free, MIT licensed, and every line of code is on GitHub.
👉 Download: ortu.abhijithpsubash.com
⭐ Star it on GitHub: github.com/abhijith-p-subash/ortu
If you try it, open an issue with anything that breaks or anything you wish it did. It's an active project and feedback directly shapes the roadmap.
What's your clipboard manager of choice? Drop it in the comments — genuinely curious what setups people are running in 2026.
Top comments (0)