Clipboarding, done right.

Keep your clipboard organized. Sort every copied item into Text, Code, Links, Files, Media, and Colors, instantly.

Native macOS On-device ML No cloud 30-day trial
History
Finder group
6 Items
00a957
e4a100
design
Abstract shape.blend
Nohemi.zip
CV.pdf
https://supabase.com/dashboard/project
https://supabase.com/dashboard/project
Screenshot
Screenshot
Screenshot
font-size: clamp(32px, 8vw, 80px);
Experience a pasteboard that automatical...
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Fresh limes arranged on neutral surface,...
Screenshot
Screenshot
Screenshot
Nebulae Rythms
Tom Vaylo, Hugo Piris · Cosmic Patterns · Song · 2026
Call Panel updates following Tech & Desi...
Some files exceeded the 25 MB limit and ...
Max file size is 25 MB. Some file were e...
Screenshot
Hydration - Google Drive
https://drive.google.com/drive/folders/1tL4RAHCBe9PRUwMturFnyodAwwq7zfaL
https://meet.google.com/shq-ynku-spo
Real-time meetings by Google. Using your browser, share your video, desktop, and presentations with teammates and customers.
Comparing text-shadow to text-stroke
...
-webkit-text-stroke: 1px black; -webkit-text-fill-color: white;
text-stroke: 3px #000;
Figma
https://www.figma.com/design/0MXXHDDGdrGLpvgHefBmmq/Contaqt-2.0?node-id=66-15662&t=wSpCjEEo14t34Xpn-1
Text
Experience a pasteboard that automatical...
Fresh limes arranged on neutral surface,...
Call Panel updates following Tech & Desi...
Some files exceeded the 25 MB limit and ...
Max file size is 25 MB. Some file were e...
Code
font-size: clamp(32px, 8vw, 80px);
-webkit-text-stroke: 1px black; -webkit-text-fill-color: white;
text-stroke: 3px #000;
Links
https://supabase.com/dashboard/project
https://supabase.com/dashboard/project
Nebulae Rythms
Tom Vaylo, Hugo Piris · Cosmic Patterns · Song · 2026
Hydration - Google Drive
https://drive.google.com/drive/folders/1tL4RAHCBe9PRUwMturFnyodAwwq7zfaL
https://meet.google.com/shq-ynku-spo
Real-time meetings by Google. Using your browser, share your video, desktop, and presentations with teammates and customers.
Comparing text-shadow to text-stroke
...
Figma
https://www.figma.com/design/0MXXHDDGdrGLpvgHefBmmq/Contaqt-2.0?node-id=66-15662&t=wSpCjEEo14t34Xpn-1
Files
Finder group
6 Items
design
Abstract shape.blend
Nohemi.zip
CV.pdf
Media
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Colors
00a957
e4a100
01 The seven columns

Sorted on copy.

Copy Haste classifies every item into seven purpose-built columns, so you stop hunting and start pasting.

01

History

The full timeline of everything you copied. Searchable, scannable, reversible.

02

Code

Auto-detects language. Syntax-highlighted. Preserves indentation.

swift
func copy(_ item: String) {
    // detected: .code
    NSPasteboard.general
        .setString(item, forType: .string)
}
03

Text

Plain-text snippets, drafts, and notes. Even rich text is preserved.

04

Links

Unfurled with titles, favicons, and Open Graph previews.

05

Files

Any file, any type. Thumbnails preserved, including PNG transparency.

06

Media

Images, screenshots, and videos with instant visual previews.

07

Colors

Detected across every format. Paste as hex, rgb, hsl, or oklch.

02 Smart detection

Code detection.

A 3MB CoreML model (Google's Magika) runs locally the instant you copy. No latency, no telemetry, no cloud round-trip. Copy a snippet of Swift, Python, Bash, or CSS and Copy Haste files it away in the Code column with the right language and syntax highlighting, before your finger leaves the ⌘C keys.

Raw clipboard ⌘C
const debounce = (fn, ms) => {
  let t;
  return (...args) => {
    clearTimeout(t);
    t = setTimeout(() => fn(...args), ms);
  };
};
ML
detected
Code column javascript
const debounce = (fn, ms) => {
  let t;
  return (...args) => {
    clearTimeout(t);
    t = setTimeout(() => fn(...args), ms);
  };
};
6–10ms inference
3 MB on-disk model
Zero network calls
03 Links

Link previews.

Copy a URL and Copy Haste fetches the Open Graph metadata in the background: title, favicon, description, hero image. Your clipboard remembers what the link is, not just a 200-character string of characters.

og:title og:image og:description favicon
open.spotify.com from Spotify

Nebulae Rythms

Tom Vaylo, Hugo Piris · Cosmic Patterns · Song · 2026

drive.google.com from Google Chrome

Hydration - Google Drive

drive.google.com/drive/folders/1tL4RAHCBe9P…

supabase.com from Google Chrome

Supabase · Dashboard

supabase.com/dashboard/project

figma.com from Figma

Figma · Contaqt 2.0

figma.com/design/0MXXHDDGdrGLpvgHefBmmq

04 Colors

Colors, in any format.

Paste a #F5C518 and Copy Haste recognizes it instantly: hex, rgb, rgba, hsl, hsla, oklch, lch, cmyk, or a named color. One click on a swatch and you paste in whatever format you need.

detected · color from Photoshop
#F5C518
recent colors 05
#00A957 shamrock
⌘1
#E4A100 amber
⌘2
#7C3AED violet
⌘3
#0EA5E9 sky
⌘4
#EF4444 coral
⌘5
Transparent PNG preserved by Copy Haste
transparency preserved
Screenshot
PNG · Google Chrome
⌘1
Screenshot
PNG · Google Chrome
⌘2
Screenshot
PNG · WhatsApp
⌘3
Screenshot
PNG · Google Chrome
⌘4
05 Media

Images, audio & video.

Screenshots, PNGs, videos, voice memos — Copy Haste keeps the original bytes. PNG transparency survives, color profiles stay attached, and nothing gets re-encoded into a JPEG ghost of itself.

Lossless PNG Alpha preserved Screenshot-grade
6 Items
Finder · multi-file group
⌘1
Abstract shape.blend
Blender · 14.2 MB
⌘2
CV.pdf
PDF · 312 KB
⌘3
Nohemi.zip
Archive · 2.8 MB
⌘4
design
Folder · 6 items
⌘5
06 Files

Files & folders.

Copy one file or a whole folder from Finder — Copy Haste remembers the selection as a group. Finder-style icons render for every type (Blender, PDF, archives, executables), so you recognize what you grabbed at a glance.

Multi-file groups Finder-style icons Folder-aware
07 Power user

Compact mode.

When you want to stay focused, switch to compact mode: one column at a time, all the power. Cycle columns with ⌘1 to ⌘7, navigate items with the arrow keys, press to paste. Your hands never leave the keyboard.

Finder group
6 Items
00a957
e4a100
design
Abstract shape.blend
Nohemi.zip
CV.pdf
https://supabase.com/dashboard/project
https://supabase.com/dashboard/project
Screenshot
Screenshot
Screenshot
font-size: clamp(32px, 8vw, 80px);
Experience a pasteboard that automatical...
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Fresh limes arranged on neutral surface,...
Screenshot
Screenshot
Screenshot
Nebulae Rythms
Tom Vaylo, Hugo Piris · Cosmic Patterns · Song · 2026
Call Panel updates following Tech & Desi...
Some files exceeded the 25 MB limit and ...
Max file size is 25 MB. Some file were e...
Screenshot
Hydration - Google Drive
https://drive.google.com/drive/folders/1tL4RAHCBe9PRUwMturFnyodAwwq7zfaL
https://meet.google.com/shq-ynku-spo
Real-time meetings by Google. Using your browser, share your video, desktop, and presentations with teammates and customers.
Comparing text-shadow to text-stroke
...
-webkit-text-stroke: 1px black; -webkit-text-fill-color: white;
text-stroke: 3px #000;
Figma
https://www.figma.com/design/0MXXHDDGdrGLpvgHefBmmq/Contaqt-2.0?node-id=66-15662&t=wSpCjEEo14t34Xpn-1
Experience a pasteboard that automatical...
Fresh limes arranged on neutral surface,...
Call Panel updates following Tech & Desi...
Some files exceeded the 25 MB limit and ...
Max file size is 25 MB. Some file were e...
font-size: clamp(32px, 8vw, 80px);
-webkit-text-stroke: 1px black; -webkit-text-fill-color: white;
text-stroke: 3px #000;
https://supabase.com/dashboard/project
https://supabase.com/dashboard/project
Nebulae Rythms
Tom Vaylo, Hugo Piris · Cosmic Patterns · Song · 2026
Hydration - Google Drive
https://drive.google.com/drive/folders/1tL4RAHCBe9PRUwMturFnyodAwwq7zfaL
https://meet.google.com/shq-ynku-spo
Real-time meetings by Google. Using your browser, share your video, desktop, and presentations with teammates and customers.
Comparing text-shadow to text-stroke
...
Figma
https://www.figma.com/design/0MXXHDDGdrGLpvgHefBmmq/Contaqt-2.0?node-id=66-15662&t=wSpCjEEo14t34Xpn-1
Finder group
6 Items
design
Abstract shape.blend
Nohemi.zip
CV.pdf
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
00a957
e4a100
08 Data safety

Privacy by default.

Copy Haste is a native macOS app that does one thing and does it locally. No sync, no cloud, no analytics, no background tasks phoning home. The app can, and will, work with the network switched off.

Local-first

Every clip lives in an encrypted SwiftData store on your Mac. No accounts, no servers, no "we value your privacy" email. Just your clipboard, on your machine.

Passwords filtered

1Password, Bitwarden, LastPass, Apple Keychain. Any app flagging clipboard contents as a secret is auto-ignored. Your passwords never land in history.

Adult content filter

An optional on-device classifier keeps NSFW imagery out of your history, with zero detection data leaving the machine.

Zero telemetry · Zero accounts · Zero network (if you want it)
09 Pricing

Pay once.
Own it.

30-day free trial. No subscription traps. No account required. Just a one-time license and a local-first app that quietly makes every future copy better.

30-day full-feature trial
Free
$0 forever

The basics, no strings.

  • Up to 50 clipboard items
  • All seven columns
  • Hex + RGB color formats
  • Password filtering
  • Local-first storage
  • Auto-updates via Sparkle
Download
Best value
Premium
$XX one-time

The full Copy Haste.

  • Up to 200 clipboard items
  • On-device code detection (ML)
  • All color formats (HSL, OKLCH, LCH, CMYK)
  • Unlimited pinned items with labels
  • Compact mode + all shortcuts
  • Adult content filter
  • Priority support
Start 30-day trial
10 How it works

FAQ

Report a bug, or request a feature. contact@copyhaste.app.

Yes. Everything, from ML-powered code detection to color parsing, runs on-device. You can unplug the network and the app still works. Open Graph link previews are the only feature that reaches out, and they degrade gracefully.
10 · END · ↵
Ready when you are

Stop losing
your clipboard.

Download Copy Haste, try it for 30 days and forget life without it.

v1.0 ~8 MB macOS 26+ Apple Silicon & Intel