Free foreverOpen sourceMac & Windows

Every copy, kept and understood.

Gem watches your clipboard and turns every copy into something you can actually see — highlighted code, rendered markdown, link cards, color swatches, screenshot thumbnails.

No account. No subscription. MIT licensed.
Switching from Paste? See how Gem compares →

Type to search…Clipboard HistoryRegexEmail Templates
Validate Email
const ok = check(email) return ok ? save() : warn()
Markdown
Release notes
Clipboard watcher
Smart previews
Pinboards
Link
github.comRapidlaunchcode-ApS/gem
Color
#ff6b2c
Context-aware

It knows what you copied

Code is highlighted

Language auto-detected, syntax colored, long lines wrapped. Snippets stay legible.

Links become cards

The hostname up front, the full URL preserved. No more mystery strings.

Colors show themselves

Copy #hex, rgb() or hsl() and you get the swatch, not the string.

Screenshots are previewed

Thumbnails in the panel, originals kept at full quality for pasting.

Code · typescript
const check = new RegExp(/^[^\s@]+@/)
 
function validate(email: string) {
return check.test(email)
}
just now132 characters
In action

Pop up. Grab. Gone.

One shortcut over whatever you're doing, pick a clip, and it warps away — exactly like it never left your keyboard.

Pinboards

Keep the ones you reuse

Drag a card onto a board and it's saved for good — regexes, signatures, answers to the same five emails. Boards live as tabs, one keystroke away, and never expire.

Keyboard-first

Your hands never leave the keys

paste into the app you came fromSpace quick-look switch boardsEsc gone

⌘⇧V on Mac · Ctrl+Shift+V on Windows

Boring on purpose

Your clipboard is none of our business

Local-only history

Everything lives in a plain file on your machine. No account, no sync, no telemetry — the code is open if you want to check.

Tidies itself

History is deleted after 7 days by default — set anything from 1 day to forever. Pinned items and pinboards always stay.

AI titles, your key

Optional: name clips automatically with your own OpenAI, Gemini or Anthropic API key. Stored encrypted on-device, off by default, and the only network calls the app ever makes.

FAQ

Questions, answered

What is Gem?

Gem is a free, open-source clipboard manager for macOS and Windows. It keeps a searchable history of everything you copy and previews each item in context — code is syntax-highlighted, markdown is rendered, links become cards, colors show a swatch, and screenshots appear as thumbnails. Press ⌘⇧V (Ctrl+Shift+V on Windows) to open the panel over any app.

What is the best free clipboard manager for Mac and Windows?

Gem is a strong pick for a free clipboard manager that works on both macOS and Windows. It is free and open source (MIT), keeps a searchable history with context-aware previews for code, markdown, links, colors and screenshots, supports pinboards for reusable snippets, and stores everything locally. It is a free, cross-platform alternative to paid Mac-only apps like Paste.

Is Gem free?

Yes. Gem is completely free and open source under the MIT license. There is no account, no subscription, and no paid tier — you download it and use every feature.

Does Gem work on Windows?

Yes. Gem ships native builds for both macOS (Apple Silicon) and Windows (x64). The Windows version uses an acrylic panel on Windows 11 and opens with Ctrl+Shift+V.

How is Gem different from Paste?

Gem is a free, open-source, cross-platform alternative to Paste. Where Paste is macOS-only and paid, Gem runs on macOS and Windows, costs nothing, and its full source is on GitHub. Gem also adds optional AI-generated titles for your snippets using your own API key.

Does Gem send my clipboard to the cloud?

No. Your clipboard history is stored in a local file on your own machine — no account, no sync, no telemetry. The only network calls Gem ever makes are the optional AI titles, and only if you turn them on and supply your own API key.

Does Gem use AI, and do I need an API key?

AI titles are optional and off by default. If you enable them, Gem names new clips automatically using your own OpenAI, Gemini, or Anthropic API key. The key is stored encrypted on your device and used only to title clips.

How long does Gem keep my clipboard history?

By default Gem deletes unpinned history after 7 days, and you can set anything from 1 day to forever in Settings. Pinned items and anything saved to a pinboard are always kept.

Get Gem

Copy something worth keeping

Gem isn't notarized yet, so the OS asks once. On macOS: move Gem to Applications, then right-click it → Open. If macOS still blocks it, run xattr -dr com.apple.quarantine /Applications/Gem.app and reopen. On Windows: choose More info → Run anyway if SmartScreen appears. Everything is inspectable on GitHub.