Clipaste – a faster, modern replacement for Paste, PasteNow, and Maccy.

1 阅读1分钟

Clipaste is a macOS clipboard manager built with SwiftUI and SwiftData.

The project is:

Its core goal is simple: stay fast, smooth, and memory-efficient even when clipboard history becomes large and individual entries become heavy.

✨ Highlights

  • 🚀 Fast response across daily interactions

  • 🧠 Low memory footprint

  • 🗂️ Smooth even with very large clipboard histories

  • 📝 Large text entries remain fluid instead of dragging the UI down

  • 🐸 Automatically recognizes image content and supports searching

  • 🔄 Imports history from Paste, PasteNow, and iCopy

  • ↔️ Supports both horizontal and vertical layouts

  • ☁️ Optional iCloud / CloudKit sync

  • 🆓 Free and open source

🧩 Preview



🏎️ Why Clipaste

Clipaste is designed around the failure cases that many clipboard managers start to show under heavier workloads:

  • large histories become sluggish

  • large text payloads make the UI slow down

  • scrolling and searching stop feeling immediate

Clipaste is optimized for the opposite:

  • smooth browsing with large histories

  • responsive handling of heavy text content

  • fast search, review, and re-paste workflows

  • strong performance without paying for it with excessive memory usage

If you have used Paste or PasteNow before, the difference is straightforward:

  • Clipaste puts more emphasis on performance under larger histories

  • Clipaste stays more responsive with heavier text payloads

  • Clipaste also gives you layout flexibility and open-source extensibility they do not

🔄 Migration

Clipaste can migrate clipboard history from:

  • Paste

  • PasteNow

  • iCopy

  • Maccy

The goal is simple: switch without losing your existing history.

🧱 Tech Stack

  • SwiftUI for the interface

  • SwiftData for storage and migration

  • CloudKit for optional sync

  • Native macOS app architecture

🖥️ Requirements

  • macOS 14.0+

  • Xcode 16+

📦 Install

Recommended installation method:


brew tap gangz1o/clipaste

brew install --cask gangz1o-clipaste

To update Clipaste, you can either:

  • Use the in-app updater

  • Update via Homebrew:


brew update

brew upgrade --cask gangz1o-clipaste

The Project in Github and welcome to star: Clipaste