A free, open-source clipboard manager for macOS.
DodoClip is a lightweight, native clipboard manager built with SwiftUI and SwiftData. It helps you keep track of everything you copy and access your clipboard history instantly.
- Clipboard history - Automatically saves everything you copy with persistence
- Search - Quickly find items in your clipboard history
- Keyboard shortcuts - Access your clipboard with global hotkeys (⇧⌘V)
- Pinned items - Keep important clips always accessible
- Smart collections - Auto-organized by type (Links, Images, Colors)
- Image support - Copy and manage images alongside text
- Link previews - Automatic favicon and og:image fetching
- Color detection - Recognizes hex color codes with visual preview
- Paste stack - Sequential pasting mode (⇧⌘C)
- Privacy controls - Ignore password managers and specific apps
- Menu bar access - Quick access from the menu bar
- macOS 14.0 (Sonoma) or later
brew install --cask dodoclipOr using tap:
brew tap bluewave-labs/tap
brew install dodoclipDownload the latest .dmg from the Releases page, open it, and drag DodoClip to your Applications folder.
-
Clone the repository:
git clone https://github.com/bluewave-labs/dodoclip.git cd DodoClip -
Build using Swift Package Manager:
swift build
-
Run the app:
swift run DodoClip
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.