A lightweight, beautiful clipboard manager for macOS
- Ultra-lightweight — Only ~2 MB download/install, minimal RAM/CPU usage
- 100% Private & Local — Everything stays on your Mac, no cloud, no tracking
- Text + Images + OCR — Copies anything; extracts searchable text from images/screenshots/memes using on-device Vision
- Instant Access — Global hotkey ⇧⌘V opens history in a flash
- Native macOS Feel — Clean SwiftUI + AppKit menu-bar app
- Bookmarks — Star important items with Cmd+B for quick reuse
- Open Source — MIT license, actively maintained
- Download the
.dmgfrom the latest release - Drag Buffer.app to your Applications folder
- Launch it (lives in menu bar)
- Note (not yet notarized): Right-click → Open → confirm in security dialog
- Download the
.dmgfile from above - Drag Buffer to your Applications folder
- Launch Buffer — it will appear in your menu bar
- Copy anything — Buffer automatically saves it
- Press ⇧⌘V to access your clipboard history anytime!
Beautiful split-pane interface with search and preview
| Shortcut | Action |
|---|---|
⇧⌘V |
Open clipboard history |
↑ / ↓ |
Navigate items |
↵ Enter |
Paste selected item |
⎋ Esc |
Close history window |
# Clone the repository
git clone https://github.com/samirpatil2000/Buffer.git
cd Buffer
# Open in Xcode
open Buffer.xcodeproj
# Build and run
# Press ⌘R in Xcode- macOS 13.0 or later
- Xcode 15.0 or later
- Swift 5.9
Buffer/
├── BufferApp.swift # App entry point
├── AppDelegate.swift # App lifecycle & hotkey setup
├── Models/
│ └── ClipboardItem.swift # Clipboard item data model
├── Services/
│ ├── ClipboardStore.swift # Persistent storage
│ ├── ClipboardWatcher.swift # Monitors clipboard changes
│ ├── HotkeyManager.swift # Global keyboard shortcuts
│ └── PasteController.swift # Paste functionality
└── Views/
├── HistoryWindow.swift # Main history window
├── ClipboardListView.swift # List of clipboard items
├── ClipboardItemRow.swift # Individual item row
├── SearchField.swift # Search component
└── StatusBarController.swift # Menu bar controller
Contributions are welcome! Feel free to:
- Report bugs
- Suggest features
- Submit pull requests
MIT License — feel free to use this project however you like.
Made with ❤️ for macOS

