Clipboard, reimagined

A Dynamic Island for your desktop clipboard.

Clipz lives in a floating notch at the top of your screen. It captures everything you copy, categorizes it, sets timed reminders, and encrypts what matters.

4 MB · Windows 10 / 11 · Rust + Tauri · MIT

Desktop Canvas · Clipz v2.0.1 Notch
FTS5
navigate copyesc to close
hover to expand · arrow keys and enter to navigate

How it works

Five parts
01Capture

Every copy, without the overhead.

A native Rust process listens directly to OS clipboard events. Text, links, code, and credentials are picked up the instant they land, then classified before touching disk.

  • Native clipboardFormatListener API
  • Rust core with less than 1% idle CPU
  • Auto-classified: text, code, link, secret, image, reminder
clipboard stream
textMeeting notes copied from Notion
codeconst fetchUser = async (id) => {
linkhttps://vercel.com/dashboard
secretsk-live-•••••••••••••••
02Recall

Sub-millisecond search over your history.

Everything you copy is indexed in a local SQLite FTS5 table. Type in the notch and results narrow as fast as you press keys, across 100k rows without a spinner.

  • SQLite FTS5 full-text search index
  • Category filter tabs, keyboard-driven
  • Paste back with Enter or Ctrl/Cmd + 1..9
FTS5
01const fetchUser = async (id) => {
02fetchUser(currentUser.id)
03// TODO: retry fetchUser on 5xx
3 matches0.3 ms FTS5
03Protect

Credentials that clean up after themselves.

Anything the classifier marks as sensitive is sealed with native system Data Protection APIs and dropped from RAM 60 seconds after capture. No cloud, no account, no telemetry.

  • Native DPAPI, keyed to active user session
  • Plaintext scrubbed from RAM after 60s
  • Local-only SQLite DB, zero network calls
lifecycle simulator
  1. 0.00s
    captured
    Win32 clipboard event
  2. 0.01s
    classified
    matches secret heuristic
  3. 0.02s
    sealed
    DPAPI encrypt to disk
  4. 0.02s
    60s RAM TTL
    Plaintext active in buffer
04OCR Engine

Extract text from screenshots automatically.

Copying an image or taking a screenshot? Clipz runs a fast, local OCR engine on-device to extract text from images in real time. Search text inside diagrams, receipts, or code screenshots instantly.

  • 100% local on-device OCR processing
  • Instant text extraction from copied screenshots & images
  • Indexed automatically in SQLite FTS5 for search
Local OCR Simulator
Image Captured (PNG)On-Device OCR
Extracted Text Buffer:
SERVER_PORT=8080 SSL_CERT=/etc/ssl/cert.pem
05Organize & Remind

Star favorites, pin clips, and set timed reminders.

Mark your most used snippets, server links, and notes as Favorites for instant 1-click access. Pin crucial clips to the top of your notch or set timed reminders so Clipz pops up right when you need it.

  • Star favorite clips for permanent quick access
  • 1-click clip pinning and custom snooze timers
  • Native desktop notifications on trigger
Favorites & Pinning Favorited
Team sync & release notes
Ctrl + R
Snooze preset:

Try it, right here.

Live playground

The notch below is the exact component running live. Click any action button below to simulate a Win32 clipboard event and watch it get captured, classified, and indexed instantly.

Interactive Component Sandbox
FTS5
navigate copyesc to close
Interactive live notch instance · Try typing to search or click simulation pills above

Security model

Four mechanisms

Clipboards leak. They sit in RAM, they persist across app crashes, they are trivially readable by any process that asks. Clipz treats anything the classifier marks as sensitive with a different set of rules than the rest of your history.

Storage
SQLite, DPAPI-sealed rows
Network
none
Sensitive TTL
60s in memory
License
MIT
  1. i

    DPAPI at rest

    Sensitive rows are encrypted with native system Data Protection APIs before touching disk. Keys are derived from your user session: nothing to configure and zero cloud dependencies.

  2. ii

    60-second RAM TTL

    Plaintext for anything flagged as secret is zeroed from process memory 60 seconds after capture. The encrypted record stays; the readable copy does not linger.

  3. iii

    No network by default

    The app has no telemetry, no crash reporter, no auto-updater phone-home. History lives in a single SQLite file in your local AppData.

  4. iv

    Auditable source

    The Rust core, the classifier heuristics, and the DPAPI wrapper are all in the public repository under MIT. Read them, fork them, patch them.

Keyboard first.

Twelve shortcuts

Navigation

  • Navigate clips+
  • Cycle category filterTab
  • Focus instant searchCtrl / ⌘+F
  • Collapse notchEsc

Actions

  • Paste selectionEnter
  • Set clip reminderCtrl / ⌘+R
  • Pin snippet to topCtrl / ⌘+P
  • Delete itemDel / ⌥+

Global

  • Summon Clipz notchCtrl / ⌘+Shift+V
  • Quick-paste nth itemCtrl / ⌘+1..9
  • Open Reminders listCtrl / ⌘+Shift+R
  • PreferencesCtrl / ⌘+,

Give your clipboard a home at the top of the screen.

clipz-2.0.1-x64-setup.exe · 4 MB ·