Quick Start
Clipboard Manager made with Tauri, Solid & Sea-Orm
Try it out · Report Bug · Request Feature
Successor of the Electron Clippy
Welcome to your Installation Guide! This is where you’ll find the essential steps to set up and configure Clippy successfully.
Package Managers
Section titled “Package Managers”yay -S clippy-rs-bin # Arch Linux (AUR)sudo snap install clippy-clipboard # Snap Storeflatpak install flathub io.github._0_don.clippy # Flathubsudo dnf copr enable 0-don/clippy && sudo dnf install clippy # Fedora (COPR)brew install --cask 0-don/clippy/clippy # HomebrewWindows
Section titled “Windows”winget install 0-don.clippy # Wingetscoop bucket add clippy https://github.com/0-don/scoop-clippy && scoop install clippy # Scoopchoco install clippy-clipboard # Chocolateynix-env -iA nixpkgs.clippy-clipboard # NixPrerequisites (Development)
Section titled “Prerequisites (Development)”Before you begin, ensure you have the following installed:
- Rust (latest stable version)
- Node.js (v16+ recommended)
- Tauri prerequisites
Note: Make sure the
cargoandrustupcommands are available in your shell. You can verify withcargo --version.
Download / Clone
Section titled “Download / Clone”You can download the project from GitHub or clone it via:
git clone https://github.com/0-don/clippy.gitcd clippyInstall Dependencies
Section titled “Install Dependencies”After cloning the repository, navigate to the project directory and install the dependencies:
cd clippynpm installRun the Application
Section titled “Run the Application”Once the dependencies are installed, you can start the application with:
npm run dTested Platforms
Section titled “Tested Platforms”Clippy has been tested on the following platforms:
- Linux x64/ARM64 (x11) KDE Plasma (Disable Focus Stealing Prevention)
- Windows x64/ARM64
- macOS Universal (Intel + Apple Silicon)