A Rust-native system daemon that replaces your OS clipboard with multi-slot hotkeys, searchable history, editor plugins, and local AI. Like
Multi-slot copy. Zero tab switches.
Copy multiple items with numbered shortcuts. Paste them wherever.
Built for how developers actually work.
Not another consumer clipboard app with a pretty icon.
Multi-Slot Hotkeys
Up to 9 named clipboard slots with modifier+key chords. Copy 3 things, switch tabs once, paste all 3.
Terminal UI
ratatui-powered full-screen fuzzy search. Filter by app, content type, time range, or git repo.
Rich History
Every clip stored in SQLite with source app, URL, git repo, content type, and timestamp. A searchable database.
Local AI Engine
ONNX-powered content classification, PII detection, and semantic search. Auto-flag API keys. Nothing leaves your machine.
Editor Protocol
Unix socket + MCP server that editors talk to natively. Thin plugins for Sublime, VS Code, Neovim.
E2E Encrypted Sync
Sync clipboard across machines. Client-side AES-256-GCM encryption. Self-hostable server. Your data stays yours.
Your hands never leave the keyboard.
Not another clipboard manager.
Every existing tool is either consumer-focused, Apple-only, or abandoned.
| clipd | Quip | Maccy | Paste | CopyQ | |
|---|---|---|---|---|---|
| Multi-slot hotkeys | ● 1-9 | — | — | — | — |
| Rich metadata | ● SQLite | ○ Basic | — | ○ Basic | ○ Basic |
| Terminal UI | ● ratatui | — | — | — | ○ CLI |
| Editor plugins | ● MCP | — | — | — | — |
| On-device AI | ● ONNX | ○ Apple | — | — | — |
| E2E sync | ● self-host | ○ iCloud | — | ○ iCloud | — |
| Cross-platform | ● All | ○ Apple | ○ Mac | ○ Apple | ● All |
| Open source | ● MIT | — | ● Yes | — | ● GPL |
| Price | ● Free | $15/yr | $10 | $30/yr | ● Free |
Daemon + thin clients.
One Rust binary runs in the background. Everything else talks to it.
┌────────────────────────────────────┐ │ OS Clipboard Events │ │ pasteboard · x11 · wl-clipboard │ └──────────────┬─────────────────────┘ │ ▼ ┌────────────────────────────────────┐ │ clipd daemon │ │ │ │ watcher store ai sync │ │ hotkeys query onnx mcp │ │ │ └──┬────┬────┬────┬────┬────────────┘ │ │ │ │ │ ▼ ▼ ▼ ▼ ▼ TUI CLI ST VSC nvim
Stop switching tabs.
Install clipd in 10 seconds. Open source. Free forever. Hosted sync for teams launching soon.