Find a clip you copied earlier by describing what it was about instead of remembering exact words.
Keep a searchable local history of copied text, links, code, and screenshots without any cloud sync.
Pin frequently reused snippets like API keys or addresses so they stay easy to grab again.
| thapasamir/pastry | gistya/ox0badf00d | akshaymaloo/filament | |
|---|---|---|---|
| Stars | 8 | 8 | 7 |
| Language | Swift | Swift | Swift |
| Setup difficulty | easy | moderate | easy |
| Complexity | — | 4/5 | 2/5 |
| Audience | vibe coder | developer | general |
Figures from each repo's GitHub metadata at analysis time.
Download the DMG and drag to Applications, or run install.sh from source, Apple Silicon and macOS 14+ only.
Pastry is a clipboard manager for Mac computers that lets you search everything you have ever copied by describing what it means, not just by typing the exact words it contains. Press a keyboard shortcut and type something like "the api key from this morning" or "mike's address," and Pastry finds the right clip even if your search does not share a single word with it. It does this using a small local model that turns text into meaning based comparisons, so it does not need the internet to work. Every time you copy something, whether it is text, a screenshot, or an image, Pastry saves it automatically and remembers which app it came from. It can tell the difference between plain text, links, emails, colors, and code, and shows each type a little differently, for example a hex color gets a small preview swatch. If you copy the same thing twice, it just moves back to the top instead of creating a duplicate. You can pin important clips so they never get deleted, and set rules for how long regular clips and images stick around before being cleaned up automatically. Everything runs entirely on your own computer. There are no accounts, no network calls, and no data sent anywhere. All your clipboard history lives in a folder on your Mac, and deleting that folder wipes everything. Content that password managers mark as sensitive is skipped so it never gets saved in the first place. Under the hood, Pastry pairs a Swift app you see and interact with, with a small Python program running quietly in the background that watches your clipboard and handles the searching. The easiest way to use it is downloading the ready made app from the project's releases page and dragging it into your Applications folder, no coding tools required. Developers who want to build it from source can run a single install script instead. It currently works only on newer Apple Silicon Macs running a recent version of macOS.
A local Mac clipboard manager that lets you search your copy history by meaning instead of exact words.
Mainly Swift. The stack also includes Swift, SwiftUI, Python.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.