close
Skip to content

Clipbara icon

Clipbara

A fast, private, open-source clipboard manager for macOS.
Find anything you've copied, organize important clips, and paste without leaving your keyboard.

English | 简体中文

Note

Clipbara was formerly known as PasteClip. The project was renamed in August 2026 because an unrelated app with the same name exists on the Mac App Store. Releases up to v1.1.11 still ship under the PasteClip name; the app itself is renamed starting with v1.2.0. All old links redirect automatically.

Latest release Build status Total downloads GitHub stars License macOS 14 or later

Download latest release  ·  Install with Homebrew

Clipbara demo: press Cmd Shift V, click a clip once, and it is on your clipboard ready to paste

Highlights

  • Complete clipboard history: Capture plain text, rich text, HTML, images, links, files, colors, and code snippets.
  • Instant access: Open the non-activating panel with ⌘ ⇧ V without losing focus from your current app.
  • Fast search and filters: Search clip contents, titles, or source apps, then filter by content type or date.
  • Pinboards: Keep important clips in named collections and organize them with drag and drop.
  • Quick Look: Press Space to preview text, images, links, files, and colors before pasting.
  • One-click copy: Click any clip once — it lands on your clipboard and the panel closes instantly, ready for ⌘ V.
  • Keyboard-first workflow: Search, navigate, preview, and paste without reaching for the mouse.
  • Flexible settings: Configure shortcuts, history size, appearance, launch at login, and excluded apps.
  • Private by default: Clipboard data stays on your Mac with no account, server, analytics, or tracking.

Screenshots

Clipbara history panel with clipboard cards at the bottom of the screen

Clipbara menu bar dropdown with recent copies
Menu bar dropdown
Clipbara settings window
Settings

Why Clipbara?

Clipbara Paste Maccy
Price Free, open source (GPL-3.0) Subscription Free, open source (MIT)
Interface Card grid with visual previews Card grid with visual previews Compact menu-bar list
Collections Pinboards Pinboards
Sync across devices No — 100% local by design iCloud sync No
Notarized by Apple Yes Yes Yes

If you need clipboard sync across devices, Paste's subscription earns its price. If you want the card-style workflow without one — and want to read every line of code that touches your clipboard — that is why Clipbara exists.

Installation

Clipbara requires macOS 14 Sonoma or later.

Homebrew (recommended)

brew install --cask mobrava/tap/clipbara

Manual download

  1. Download the latest .dmg from GitHub Releases.
  2. Open the disk image and drag the app into Applications.
  3. Launch Clipbara from the Applications folder.

Clipbara is signed with an Apple Developer ID and notarized by Apple (as of v1.1.11), so it opens without any security warnings.

Quick start

  1. Launch Clipbara. It will appear in the menu bar.
  2. Copy anything normally with ⌘ C.
  3. Press ⌘ ⇧ V to open your clipboard history.
  4. Start typing to search, or use and to move between clips.
  5. Click a clip once to copy it — the panel closes right away, so just press ⌘ V where you need it. Or press Space to preview and Return to copy.

The global shortcuts can be changed in Settings → Shortcuts.

Image clips in terminal apps

Selecting an image clip puts the image back on the macOS clipboard, but a shell prompt itself cannot accept image data. The app or CLI running inside the terminal must support clipboard image input.

For example, with Codex CLI on macOS:

  1. Press ⌘ ⇧ V and select the image clip you want to reuse.
  2. Return to Codex without copying anything else.
  3. Press Control + V in Codex to attach the clipboard image.

Codex uses Control + V for image attachments rather than the usual macOS ⌘ V text-paste shortcut. Other terminal apps may use a different image-paste workflow.

Keyboard shortcuts

Action Default shortcut
Open or close clipboard history ⌘ ⇧ V
Move between clips /
Open or close Quick Look Space
Copy selected clip and close Return
Clear search, go back, or close Esc
Clear unpinned history while the panel is open ⌘ ⇧ Delete

Right-click a clip to rename it, add it to a Pinboard, or delete it.

Privacy

Clipbara is designed to keep your clipboard private:

  • Local-only storage: Clipboard history is stored on your Mac using SwiftData.
  • No account or backend: There is no sign-in and no server receiving your clipboard data.
  • No telemetry: Clipbara does not collect analytics, tracking, or usage data.
  • App exclusions: Prevent selected apps, such as password managers, from being recorded.
  • Offline core: Capture, search, preview, and paste work without an internet connection. Network access is used only for software updates through Sparkle.

Build from source

Requirements

  • macOS 14 or later
  • Xcode 16 or later
  • XcodeGen
git clone https://github.com/mobrava/Clipbara.git
cd Clipbara
brew install xcodegen
xcodegen generate
open Clipbara.xcodeproj

Build and run the Clipbara scheme with ⌘ R in Xcode.

Tech stack

Component Technology
Language Swift 6 with strict concurrency
Interface SwiftUI + AppKit NSPanel
Persistence SwiftData
Global shortcuts KeyboardShortcuts
Updates Sparkle
Project generation XcodeGen
Minimum target macOS 14

Contributing

Contributions are welcome. Please read the Contributing Guide and Code of Conduct before opening a pull request.

Found a bug or have an idea? Open an issue.

License

Clipbara is available under the GNU General Public License v3.0.

The Mac App Store edition is distributed by the copyright holder under a separate proprietary license (dual licensing). The source code for both editions lives in this repository.

If Clipbara is useful to you, consider starring the repository.

About

Free, open-source clipboard manager for macOS. Native card-style UI with Pinboards, Quick Look, and 100% local storage.

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

148 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages