privacy focused clipboard manager with sync & encryption
Try it out
·
Report Bug
·
Request Feature
Windows x64
•
Windows ARM64
Linux x64 (deb)
•
Linux x64 (rpm)
•
Linux x64 (pkg.tar.zst)
•
Linux x64 (AppImage)
Linux ARM64 (deb) • Linux ARM64 (rpm) • Linux ARM64 (AppImage)
macOS (Universal)
Linux:
yay -S clippy-rs-bin # Arch Linux (AUR)
sudo snap install clippy-clipboard # Snap Store
flatpak install flathub io.github._0_don.clippy # Flathub
sudo dnf copr enable 0-don/clippy && sudo dnf install clippy # Fedora (COPR)macOS:
brew install --cask 0-don/clippy/clippy # HomebrewWindows:
winget install 0-don.clippy # Winget
scoop bucket add clippy https://github.com/0-don/scoop-clippy && scoop install clippy # Scoop
choco install clippy-clipboard # ChocolateyNix:
nix-env -iA nixpkgs.clippy-clipboard # Nix- Multi-content support:
- Text, HTML, RTF support
- Image support with thumbnails
- File support with metadata
- Smart clipboard features:
- Type out clipboard content (where pasting isn't allowed) ctrl+b
- Smart search for links, colors, images, hex codes etc.
- Add favorite clipboards
- Clear history by type
- Security & Privacy:
- End-to-end encryption support
- Password protection
- Replace patterns
- Configurable size limits for different content types
- Cloud sync:
- Google Drive integration
- Sync favorites and history
- Configurable sync limits
- Customization:
- Global hotkeys for all functions
- Custom keybinds
- Adjustable display scale
- Dark/Light mode
- Multiple languages support
- Configurable window positions
- Database location customization
- System Integration:
- Autostart option
- System tray support
- Display toggle with ctrl+y or ctrl+d
Before you begin, ensure you have met the following requirements:
-
Install Dependencies: First, install the necessary Node.js dependencies:
npm install
-
Run the Application in Watch Mode: To start the Tauri application in watch mode, use:
npm run d
- Linux(x11) KDE Plasma (Disable Focus Stealing Prevention)
- Windows
- Mac (run command below to remove quarantine attribute)
xattr -r -d com.apple.quarantine /Applications/clippy.app
