Skip to content

Quick Start

Clippy

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.


Terminal window
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)
Terminal window
brew install --cask 0-don/clippy/clippy # Homebrew
Terminal window
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 # Chocolatey
Terminal window
nix-env -iA nixpkgs.clippy-clipboard # Nix

Before you begin, ensure you have the following installed:

Note: Make sure the cargo and rustup commands are available in your shell. You can verify with cargo --version.


You can download the project from GitHub or clone it via:

Terminal window
git clone https://github.com/0-don/clippy.git
cd clippy

After cloning the repository, navigate to the project directory and install the dependencies:

Terminal window
cd clippy
npm install

Once the dependencies are installed, you can start the application with:

Terminal window
npm run d

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)