#What is Maccy?
Maccy is a lightweight, keyboard-first clipboard history manager for macOS. It runs quietly in the menu bar, records the text and images you copy, and lets you search back through that history and re-paste any earlier entry. It is written in Swift, released as open source under the MIT license, and maintained by Alexey Rodionov (p0deje on GitHub).
The problem it solves is small but constant. The system clipboard on a Mac is a single slot. You copy an address, then copy a name, and the address is gone. Anyone who copies for a living, moving snippets between a spreadsheet and an email, pulling links out of a doc, ferrying code around, hits that wall dozens of times a day. If you want the background on how copy and paste actually works on macOS, I wrote that up in how to copy on Mac. A clipboard manager sits on top of that single slot and remembers everything that passes through it.
Maccy is one of the best-known ones because it does that one job and almost nothing else. There is no dashboard, no sync account, no browser extension. You copy, it remembers, you search, you paste. For a lot of people that is exactly the right amount of software. If you want the wider view of what clipboard history looks like on the Mac and which tools compete here, I keep a running map in the clipboard on Mac guide.
#Is Maccy paid, or does it cost money?
Short answer: no, Maccy does not cost money, unless you decide you want to pay for it. There are two ways to get it, and the difference is worth understanding because the search results make it look confusing.
- Free. You can download the app from its GitHub releases page, or install it with Homebrew, at zero cost. This is the full app with every feature. Nothing is held back.
- Paid, on the Mac App Store. There is also a Mac App Store listing that costs a few dollars. It is the same application. That listing exists so people who want to support an independent open-source developer can do so through a channel they already trust, and get automatic updates from the App Store.
So the honest framing is: the price on the App Store is effectively a tip, not a paywall. If money is tight, install it free and never think about it again. If the tool saves you real time and you would rather the developer keep building it, the App Store version is a clean way to say thank you. Either path gives you the identical app.
#How to install and set it up
The fastest path, if you already have Homebrew, is a single command in Terminal:
# installs the free build straight from the cask
brew install --cask maccy
If you would rather not touch Terminal, download the latest release from the project on GitHub, drag the app into your Applications folder, and open it. Because it is signed and distributed outside the App Store, the first launch may show the standard macOS confirmation about an app downloaded from the internet. Open it once and macOS remembers.
On first run the app parks a small icon in your menu bar and starts watching the clipboard. There is no window to arrange and no account to create. A couple of settings are worth a look right away:
- The open hotkey. By default it is Command-Shift-C. That is the keystroke you will use most, so if it clashes with something else, remap it in settings.
- History size. You choose how many past clips it keeps. A larger history means more to search; a smaller one keeps the list tight. Set it to whatever matches how far back you actually reach.
- Where the icon lives. The menu bar can get crowded fast. If yours is overflowing, my notes on how to hide menu bar icons on Mac and the broader Mac menu bar guide both apply here.
You can also tell it to ignore specific apps, so nothing you copy inside, say, a password manager or a private note-taking app ever lands in the history. That is the single most useful setting most people never open.
#How to use Maccy day to day
The whole interaction model is built around not touching the mouse. Once it clicks, it is faster than reaching for any menu.
- Copy as normal. Command-C, or copy from a context menu, anywhere on the Mac. Every copy quietly joins the history.
- Open the history. Press Command-Shift-C. A compact list drops down showing your recent clips, newest at the top.
- Search by typing. Just start typing. The list filters as you go, so finding that URL from an hour ago is a few characters, not a scroll.
- Pick and paste. Use the arrow keys to move through results and press Return. The selected clip is pasted into whatever app had focus, exactly as if you had copied it fresh.
- Pin what you reuse. Entries you paste constantly can be pinned so they stay near the top and do not age out of the history.
A detail that matters for trust: Maccy honors the macOS concealed-clipboard flag. Well-behaved password managers mark a copied password as transient, and the app skips those, so your logins do not pile up in a searchable list. It is not a substitute for the ignore-list, but it is a sensible default.
If you have used a heavier clipboard tool before, the adjustment is mostly about doing less. There is no rich preview pane, no tabs, no cloud drawer. There is a list, a search field, and the keyboard. For a contrast with a more feature-rich paid option, my look at Paste covers the other end of the spectrum, where the pitch is visual boards and sync rather than raw speed.
#Where Maccy stops
The focus that makes the app pleasant is also where it draws its lines. None of this is a knock; it is a design choice, and for most people the right one. But it helps to know the edges before you decide it is the only tool you need.
- It is text-first. Text is where it shines. It can keep images too, but it is not built to be a visual library of everything you have ever screenshotted.
- No search inside images. Copy a screenshot with text in it and the app stores the picture, not the words inside it. There is no optical character recognition, so you cannot search for text that only exists in an image.
- No cloud sync. History stays on the Mac it was created on. That is great for privacy and a limit if you want the same clipboard on two machines.
- One surface: the dropdown. Everything happens in that menu-bar list. There is no persistent shelf, no drag target sitting on your screen, no type-sorted view. If your brain wants a place to see clips rather than a list to search, that is a different shape of tool.
For a fuller review of the app on its own terms, including how it compares to other free options, I go deeper in the Maccy clipboard manager write-up. If it does what you need, that is the end of the story and you can stop reading here. The next section is only relevant if a couple of those limits are the exact thing you keep hitting.
#Where a notch tray fits, and where it does not
I build NotchBay, so weigh this accordingly. It is not a Maccy replacement, and I would not pitch it as one. NotchBay is a Dynamic Island-style app for the MacBook notch; the clipboard tray is one feature among live activities, call controls and dictation, not the whole product. If clipboard history is all you want, a free, focused tool like Maccy is a completely reasonable place to stay.
The tray earns its keep only against two of the limits above. NotchBay keeps the last 60 clips, plus any you pin, and auto-sorts them by type: text, links, colors, images and files each land in their own lane instead of one flat list. And screenshots are run through on-device OCR, so the text inside an image becomes searchable, which is the exact thing Maccy does not do. Clips live and stay on your Mac; nothing is uploaded.
So the honest split: if you have an older Mac, or no notch, or you just want a fast keyboard list and nothing more, Maccy wins on fit and on price. If you are already on a notched Mac running Tahoe and you keep wishing your clipboard were sorted by type and could search inside screenshots, a notch tray is worth a look. It is signed with an Apple Developer ID and notarized by Apple, so the install is clean either way.
#Frequently asked questions
What is Maccy?
Maccy is a lightweight, keyboard-first clipboard history manager for macOS. It runs in the menu bar, records what you copy, and lets you search and re-paste any earlier clip. It is open source under the MIT license and written in Swift by Alexey Rodionov.
Does Maccy cost money?
No, not unless you choose to pay. You can install it for free from GitHub releases or with Homebrew. There is also a paid listing on the Mac App Store, which exists so people can support the developer. Both are the same app, so the App Store price is effectively a tip.
How do I use Maccy?
Copy text as you normally would. Press the hotkey, Command-Shift-C by default, to open the history, start typing to search, use the arrow keys to pick an entry, and press Return to paste it. You can pin items you use often and delete entries you do not want kept.
Is Maccy safe to use?
It is open source under the MIT license, so anyone can read the code. History stays on your Mac and is not synced to a server by the app itself. It also honors the macOS concealed-clipboard flag, so well-behaved password managers can mark copied passwords to be skipped.