XDA’s recent piece on dropping a cloud clipboard manager for a local one named something most people had quietly been ignoring: every copy-paste tool that syncs through a vendor’s servers is moving an unfiltered stream of passwords, two-factor codes, card numbers, and unfinished emails through somebody else’s pipes. The convenience is real. The blast radius when one of those companies leaks a backup is also real.

We tested seven clipboard manager apps that keep the history on the machine where it was copied, with optional self-hosted sync for people who want clipboard handoff between their own boxes. Mix of Windows, macOS, and Linux picks, ranked by what we actually used week-over-week, not by feature checklists.

What matters in a clipboard manager

Quick comparison

AppBest forPlatformsFree planStarting price
CopyQOpen-source power usersWindows, macOS, LinuxYes, fullyFree
DittoLean Windows workflowWindowsYes, fullyFree
ClipboardFusionCross-device Windows fleetsWindowsLimitedAbout 25 USD one-time, Pro tier optional
PastemacOS visual snippet boardmacOS, iOS14-day trialAbout 30 USD one-time on Setapp or App Store
MaccymacOS open-source minimalismmacOSYes, fullyFree, optional donation
FlycutmacOS terminal-style stackmacOSYes, fullyFree
ClipymacOS legacy fork of ClipMenumacOSYes, fullyFree

The apps

1. CopyQ — Best for cross-platform power users

CopyQ is the closest thing this category has to a Swiss Army knife. It runs the same way on Windows, macOS, and Linux, exposes a scripting layer that lets you transform clipboard contents on the fly (strip formatting, base64-decode, run a regex), and supports tabs so work history and personal history stay separated. The interface is dense but the keyboard shortcuts pay back the learning curve within a week.

Where it falls short: The default theme looks dated, especially on macOS where the menu bar icon clashes with native styling. Scripting is documented unevenly. The macOS build occasionally needs Accessibility permissions re-granted after system updates.

Pricing:

Platforms: Windows, macOS, Linux

Download: CopyQ | Source on GitHub

Bottom line: Pick this if you live across operating systems and want one tool with the same shortcuts everywhere.

2. Ditto — Best lean Windows pick

Ditto has been the default Windows clipboard manager for over a decade for good reason. It is fast, small, free, and pairs network sync between Ditto installs without sending data through anyone else’s server. The search is instant and the bring-back hotkey behaves the same as it did in 2014.

Where it falls short: Windows only. The interface still looks like Windows XP unless you spend time in the settings. No native image OCR.

Pricing:

Platforms: Windows

Download: Ditto

Bottom line: Pick this if you want zero-cost clipboard history on Windows and you do not care that it has not been redesigned in years.

3. ClipboardFusion — Best for Windows fleets

ClipboardFusion sits where Ditto stops. The macro engine cleans up copied text with rules (strip Outlook formatting, normalize line endings, sanitize tracking tokens from URLs), and the optional cloud sync layer connects multiple Windows machines under one Binary Fortress account. The Pro tier turns it into a snippet library used by support teams.

Where it falls short: The free version is feature-capped and pushes you toward the paid tier within days. Windows only. The cloud sync is convenient but pulls history off-machine, which is the exact thing the article is helping you avoid, so leave it off if you adopted this tool for privacy.

Pricing:

Platforms: Windows

Download: ClipboardFusion

Bottom line: Pick this on Windows when you need text-cleanup automation more than you need clipboard history.

4. Paste — Best macOS visual board

Paste treats the clipboard as a visual board. Big thumbnails of each entry, pinboards for organized snippets, and a slick hover preview that wins over the people who refused to consider a clipboard manager because the existing ones looked like Windows utilities. Sync across Macs and iOS works through iCloud, which keeps the data inside Apple rather than a third-party vendor.

Where it falls short: Paid, with a Setapp subscription or a one-time App Store purchase. iCloud sync still means clipboard data leaves the device, even if Apple is the destination. The visual board is beautiful but slower to scan than a text list when history is long.

Pricing:

Platforms: macOS, iOS

Download: Paste

Bottom line: Pick this on a Mac when you want the prettiest tool and you trust iCloud as your sync layer.

5. Maccy — Best open-source macOS pick

Maccy is what a clipboard manager looks like when somebody focused only on doing one thing well on macOS. Plain text history, fuzzy search, a configurable hotkey, no analytics, no cloud, no extras. It runs in less memory than Spotlight indexing and disappears into the menu bar.

Where it falls short: No images, no rich text. No sync. No snippet library. The maintainer occasionally goes quiet for a few months between releases.

Pricing:

Platforms: macOS

Download: Maccy | Source on GitHub

Bottom line: Pick this on a Mac when you want a fast text-only history with zero vendor lock-in.

6. Flycut — Best macOS terminal-style stack

Flycut is a fork of Jumpcut, kept alive by General Arcade. It treats the clipboard as a stack you cycle through with shift-cmd-V, which feels natural to developers who came from emacs or terminal workflows. Lightweight, free on the App Store, no account required.

Where it falls short: Text only. The cycling interface is great for the last few copies and slow once you want to recall something from yesterday. No search by default.

Pricing:

Platforms: macOS

Download: Flycut on the Mac App Store

Bottom line: Pick this on a Mac when you want stack-style recall over a search-style interface.

7. Clipy — Best macOS legacy choice

Clipy is the actively maintained successor to the venerable ClipMenu. It keeps the original UX (numbered shortcuts, a categorized snippet menu, hierarchical folders) and adds modern macOS support that ClipMenu lost when its maintainer stopped shipping updates. People who used ClipMenu for a decade pick this one for the muscle memory.

Where it falls short: Interface design is dated, even by clipboard-manager standards. The snippet manager is fiddly to organize once it crosses 50 entries. Japanese-first documentation; the English copy lags behind.

Pricing:

Platforms: macOS

Download: Clipy | Source on GitHub

Bottom line: Pick this on a Mac when you want the ClipMenu workflow without the maintenance gap.

How to pick the right one

FAQ

Is a local clipboard manager actually safer than a cloud one?

Yes, for most people. A local clipboard manager keeps copied data on the same machine that copied it, so a vendor breach cannot expose your history. Pair it with full-disk encryption (FileVault, BitLocker, LUKS) and the practical attack surface drops to whoever physically owns the device.

Can clipboard managers see my passwords?

They can see anything that touches the system clipboard, including passwords copied from a password manager. Most modern password managers ask you to copy the password, then auto-clear after 30 seconds, which usually clears the clipboard manager history too. Set your clipboard tool to skip sensitive sources or auto-purge entries containing patterns that look like high-entropy strings if the option exists.

What is the best free clipboard manager for Windows?

Ditto remains the default for a reason. CopyQ is the close second if you want cross-platform consistency.

What is the best free clipboard manager for Mac?

Maccy for minimalism, Clipy for snippet folders, CopyQ if you want the same tool you use on your work Windows machine.

Do clipboard managers slow down my computer?

In practice, no. Even the heaviest ones in this list sit under 100 MB of RAM and use negligible CPU. The only cost is disk space for stored history, usually a few hundred megabytes for years of text and a handful of images.

How do I sync clipboard between two computers without using a cloud service?

CopyQ supports network sync over the local network. Ditto syncs directly between Ditto installs on the same network without going through a vendor. Both let you keep the history strictly inside your own infrastructure.