Pace (2026)

Pace is an open source, local-first clipboard manager for macOS. It lives in the menu bar and opens a compact, searchable clipboard history with a global hotkey. Selecting an item pastes it directly into the app I was using.

Pace captures text, rich text, URLs, files, and images while preserving their native pasteboard representations. Copied images are processed locally with OCR so their text is searchable and pasteable. History items and the search catalog are encrypted at rest, and recognizable credentials and pasteboard content marked as sensitive are never stored.

A companion pace CLI exposes the same history to scripts and coding agents. It can search, add, copy, and paste items without relying on UI automation.

I built Pace because I wanted a fast, minimal clipboard history that keeps everything on my Mac: no cloud sync, account, or subscription. Signed and notarized builds are available from the GitHub Releases page.

Tech: Swift, SwiftUI, AppKit, Vision, CryptoKit