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.1.0_amd64.deb
clippy — install — zsh
helios ~ $ sudo apt install ./clippy_0.1.0_amd64.deb
Reading package lists... Done
The following NEW package will be installed:
clippy
Setting up clippy (0.1.0) ...
✓ 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 ~ $
· 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+ · ~78 MB .deb · Android APK · 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.