Everything you copy,
one keystroke away.

Press ⌘⇧V anywhere. Everything you've copied, searchable and ready to paste.

$curl -fsSL https://github.com/sameer-soni/Recall/releases/latest/download/install.sh | bash

macOS 13+ · Apple Silicon & Intel · ~1 MB download

⌘⇧V
struct PanelController { Xcode · 5s ago ⌘1
#FF6B4A Figma · 40s ago · ⌘2
Image · 1512×982 Screenshot · 2m ago ⌘3
developer.apple.com/documentation/appkit Safari · 4m ago ⌘4
Ship the beta on Friday, then collect feedback… Notes · 9m ago ⌘5
shubham — invite link for the design review Slack · 12m ago · ⌘6
xcodebuild -scheme clipboard -configuration… Terminal · 18m ago ⌘7
Image · 886×954 Screenshot · 21m ago ⌘8
Paste
// PanelController.swift import AppKit import SwiftUI struct PanelController { static let shared = PanelController() func toggle() { panel.isVisible ? dismiss() : present(centeredOn: .activeScreen) } }
#FF6B4A
Ship the beta on Friday, then collect feedback over the weekend. Priorities: fix the two crash reports, tighten panel animation timing, and write the release notes before Monday's standup.
shubham — invite link for the design review is in the calendar event. Agenda: hero section, install flow, and the new icon direction.
xcodebuild -project clipboard.xcodeproj \ -scheme clipboard \ -configuration Release build
paste ⌘P pin ⌘⌫ delete filter 8 items
Features

It already knows what you copied.

Every clip is classified the moment you copy it, and previewed as what it actually is.

Text Links Code Images Colors Files

Auto-classification

Six kinds detected automatically, each with its own look. No tagging, no folders.

// copied from Xcode, highlighted instantly func classify(_ clip: String) -> ClipKind { if clip.isHexColor { return .color } return .text }

Syntax highlighting, built in

Code is highlighted right in the panel. Colors get a live swatch, images get thumbnails.

npm run build
npm run build

Duplicates coalesce

Copy the same thing again and you get one entry with a count, bumped to the top.

staging API key
·meeting notes draft

Pin what matters

⌘P keeps a clip at the top, forever.

Search by typing

The panel is already focused, so just start typing. Matches content and source app.

Privacy

Your clipboard is none of our business.

100% local, foreverA SQLite database on your Mac. No account, no sync, no telemetry.
Passwords are never recordedAnything a password manager marks concealed is ignored at the source.
Pause anytimeOne click in the menu bar stops monitoring completely.
stored at ~/Library/Application Support/
readable only by you
analytics.track(…)
fetch("https://api.…")
iCloud.sync(…)
$ lsof -i -a -p $(pgrep Recall)
(no open network connections)
Performance

Lighter than the PDF you copied.

Pure Swift compiled to native code. No Electron, no web runtime.

1.6 MB
Entire app size
0.0%
Idle CPU
0
Dependencies
500
Items kept, self-pruned
Keyboard

Hands stay on the keys.

Open, search, filter, pin, and paste without touching the mouse.

Open or close the panel, anywhereV
Searchjust type
Move selection · paste
Paste the Nth item instantly19
Pin / unpinP
Cycle filter tabs
Install

Up and running in 30 seconds.

One command installs Recall straight into Applications and opens it. Prefer to click? The manual download works too.

Paste this into Terminal

Downloads Recall, moves it to Applications, and opens it. No warning to dismiss, nothing else to do.

$curl -fsSL https://github.com/sameer-soni/Recall/releases/latest/download/install.sh | bash

Open source, so read the script first if you like. Then just press ⌘⇧V.

Download manually

  1. Download the .zip and drag Recall.app into Applications.
  2. macOS blocks the first launch. Right-click the app and choose Open, twice.
  3. Press ⌘⇧V. That's it.
Download .zip

Stop losing what you copy.

V
Download Recall

Free & open source · macOS 13+ · ~1 MB