v0.1 · open beta · free & open source

Your clipboard
deserves better.

Copy-paste was invented in 1973. Most apps still treat it like a one-slot register. Clippy is a clipboard that remembers, searches, and follows you to your phone.

.deb · ~78 MB · Ubuntu 22.04+ · GPLv3
RUST handler.rs
fn save_clip(c: Clip) -> Result<()> {
  let db = DB.lock().await;
  db.insert(c).await?;
  Ok(())
}
LINK
anthropic/clippy
github.com
IMAGE
screenshot.png
COLOR
#E95678
rgb(233 86 120)
TEXT
Hey, can you push the migration before 5pm? Need it on staging to test.
FILE
PDF
brief.pdf · 184 KB
Ctrl+Alt+ Shift+V to summon
LAN-onlyno accountend-to-end encryptedGPLv3open sourceUbuntu + Android
· MANIFESTO ·

The clipboard is the most-used,
least-respected tool on your computer.

You copy hundreds of things a day. A URL, a Slack message, an OTP code, a sed expression you finally got right after twenty minutes of fighting man pages. Then you copy one more thing — and it's all gone.

Most clipboard managers are an afterthought: a daemon hidden in a tray icon with a UI that feels like it's personally insulting you. Clippy is the one that takes itself seriously.

01
It remembers.
Every clip. Until you say otherwise.
02
It follows you.
Desktop to phone, phone to desktop. Files up to 10 MB. No cloud, no account.
03
It respects you.
Keyboard-first. LAN-only. Open source. Free.
· DESKTOP ↔ PHONE ·

Copy on your laptop.
Paste on your phone.
Or the other way around.

Direct device-to-device over your local network, end-to-end encrypted. Files up to 10 MB. No accounts, no servers, no inbox in the cloud.

Activities14:32
E2E ENCRYPTED
9:4192%
Recent
synced with desktop
link
anthropic/clippy
code
docker compose up
T
text
Hey, can you push…
color
#E95678
file
brief.pdf · 184 KB
LINK github.com/anthropic/clippy
FILE notes.pdf · 840 KB
EMOJI 🫠
· WHAT'S IN THE BOX ·

Built for people who
copy a hundred things a day.

TEXT push the migration before 5pm?
CODE docker compose up -d
LINK CLP-184 · multi-device sync

Search your whole history.

Full-text search across text, links, code, and filenames. Type a few letters; the right clip is one Enter away.

RUST handler.rs
fn save_clip(c: Clip) -> Result<()> {
  let db = DB.lock().await;
  db.insert(c).await?;
  Ok(())
}

Code, highlighted.

Clippy spots code and syntax-highlights it in the panel. Reads like an editor, pastes like plain text.

PNG
screenshot.png
→ Pixel 7 · 0.4 s left

Send files to your phone.

Drop a file on the panel and it lands on your phone over the LAN. Up to 10 MB. No upload, no link, no expiry.

Coral
#E95678
Indigo
#7C7CFF
Teal
#5BC0BE
Violet
#C792EA
Amber
#FFCB6B

Color clips, native.

Copy #E95678 anywhere and Clippy swatches it — HEX, RGB, HSL, OKLCH, plus tints. Tap any format to copy it.

INCOGNITO · 4:32 LEFT
Ctrl + Shift + I

Incognito mode.

Hit Ctrl+Shift+I and nothing's saved. It switches itself back on after five minutes — for passwords, OTPs, and things you'd rather forget.

Built for Ubuntu + GNOME

Not just a window.
A GNOME citizen.

Clippy is an Electron app — but it doesn't act like a stranger on your desktop. It ships a native GNOME Shell extension for the top-bar indicator and source-app detection, captures the Wayland clipboard, picks colors through the XDG desktop portal, registers a global shortcut, and starts itself on login.

Distro Ubuntu 22.04+ · GNOME
Display Wayland (native) · X11 fallback
Integration GNOME Shell extension + tray
Stack Electron + better-sqlite3
Install .deb (~78 MB)
License GPLv3
Get the .deb $ sudo apt install ./clippy_0.3.1_amd64.deb
clippy — install — zsh
helios ~ $ sudo apt install ./clippy_0.3.1_amd64.deb
Reading package lists... Done
The following NEW package will be installed:
clippy
Setting up clippy (0.3.1) ...
✓ Desktop entry + autostart installed
✓ Launch Clippy, then enable the GNOME extension
helios ~ $ gnome-extensions enable clippy@io.clippy
↪ log out and back in once to load it
helios ~ $
Built for macOS

A menu-bar citizen,
not a tab on a tab.

Clippy lives in the menu bar — no Dock icon, no window chrome competing with your real work. Cmd+Shift+V opens the panel, Cmd+Alt+V types your last clip into whatever app you were just in, and the sync layer talks LAN-only to your phone. Universal binary — runs native on Apple Silicon AND Intel.

macOS 12 Monterey · 13 Ventura · 14 Sonoma · 15 Sequoia
Architecture Apple Silicon + Intel (universal)
Integration Menu-bar item + ⌘⇧V hotkey
Stack Electron + better-sqlite3
Install .dmg (~85 MB)
License GPLv3
Get the .dmg drag to /Applications then right-click → Open
First-run note: Because the beta build isn't yet signed with an Apple Developer ID, macOS will refuse the first launch with "unidentified developer". Right-click the app icon and choose Open once — after that it launches normally. Signing lands in the next release.
clippy — install — zsh
helios ~ mount Clippy-0.3.1-universal.dmg
Volume "Clippy" mounted to /Volumes/Clippy
Drag Clippy.app to /Applications
✓ App installed
helios ~ open /Applications/Clippy.app
macOS: "Clippy" can’t be opened — unidentified developer
↪ right-click → Open → Open (one time)
✓ Clippy is running in the menu bar
Grant Accessibility on first ⌘⇧V to enable paste-last
helios ~
Built for Windows 10 + 11

A tray-icon citizen,
no Win+V required.

Clippy lives in the system tray and binds Ctrl+Shift+V system-wide. Ctrl+Alt+V types your most-recent clip into whatever app you were in. Installs per-user under your profile — no admin required, no Defender driver, no startup-folder shortcut surprises. Pairs with the same phone over LAN as the Mac and Linux builds.

Windows 10 · 11
Architecture x64
Integration System tray + Ctrl+Shift+V hotkey
Stack Electron + better-sqlite3
Install NSIS .exe (~85 MB, per-user)
License GPLv3
Get the installer > Clippy-Setup-0.3.1.exe — per-user install
First-run note: Because the beta installer isn't yet code-signed, Windows SmartScreen will block it on first launch. Click More info then Run anyway — you'll only see the warning once. Signing lands in the next release; reputation will build up with Microsoft over the following weeks.
Known limitation: Paste-as-keystroke can't inject into UAC-elevated windows (Task Manager, Registry Editor running as admin) — a Windows security boundary, not a Clippy bug.
clippy — install — pwsh
C:\Users\helios> Clippy-Setup-0.3.1.exe
Windows protected your PC — unrecognized app
↪ click "More info" → "Run anyway"
Choose install directory · per-user (no admin)
✓ Installed to %LOCALAPPDATA%\Programs\Clippy
C:\Users\helios> start clippy
✓ Clippy is running in the system tray
Press Ctrl+Shift+V to open the panel
C:\Users\helios>
· PRIVACY ·

Your clipboard never
leaves your network.

Clips and files move directly between your devices over the LAN, end-to-end encrypted — never through a server we run. The only thing Clippy sends out is an optional crash report, and you can switch that off.

YOUR LAN · 192.168.1.0/24
desktop
192.168.1.42
Pixel 7
192.168.1.78
no cloud
Local LAN only
Clips and files move device-to-device over your network. They never touch a server we run.
Zero accounts
No email, no sign-up, no cloud sync. Scan a QR code once to pair.
End-to-end encrypted
libsodium secretbox (XSalsa20-Poly1305). A 32-byte key is exchanged in the pairing QR — never over the wire.
Open source
GPLv3. Read every byte of the desktop app and the Android client.
Crash reports, opt-out
During the beta, automatic crash & error reports help us fix bugs fast — toggle them off in Settings. Your clipboard contents are never part of them.
· KEYBOARD-FIRST ·

Twelve shortcuts and you
never touch the mouse again.

Every action has a key. The panel shortcut is rebindable; the rest live inside the panel and stay out of the way of your system bindings.

Open the panel Ctrl +Alt +Shift +V
Quick-paste the last clip Ctrl +Alt +V
Navigate clips +
Paste selected Enter
Paste into a terminal Shift +Enter
Send selected to phone Ctrl +Shift +S
Favorite clip Ctrl +S
Pin clip to top P
Edit clip E
Cycle type filter Tab
Focus search /
Toggle incognito Ctrl +Shift +I
· WHAT SHIPS ·

Everything in v0.1.

No asterisks, no “coming soon” in disguise. This is the full feature set in the current build.

Capture & organize
Unlimited clipboard history
Text, links, code, color, emoji, images & files
Full-text search across everything
Type filters, favorites & pins
Syntax-highlighted code clips
Color clips — HEX / RGB / HSL / OKLCH
Per-type actions (open URL, run command)
Multi-select → paste several at once
Incognito mode
Sync & share
Desktop ↔ phone clipboard sync
Send files to your phone (up to 10 MB)
Theme & accent sync to the phone
End-to-end encrypted, LAN-only
No account — pair with a QR code
Desktop integration
GNOME Shell top-bar indicator
Source-app detection on Wayland
Global shortcut + autostart on login
Screen color picker via XDG portal

A few hundred clips a day.
Stop losing them.

Clippy is free and open source. Grab a build below and pair it with your phone in under a minute.

Ubuntu 22.04+ · macOS 12+ · Windows 10+ · Android · GPLv3
Heads up — this is a beta. You may hit rough edges. Found a bug? Open an issue or email us — we'll fix it.