Install lincb.ople.in automatically on any Linux distribution (Ubuntu, Debian, Arch, Fedora, Mint, Pop!_OS, openSUSE) with a single command:
curl -sS https://lincb.ople.in/install.sh | bashNote: The installer automatically detects your Linux distribution, downloads the matching package (
.deb,.pkg.tar.zst,.rpm, or AppImage), sets up system dependencies, configuresuinputpermissions, and creates desktop launchers automatically.
- 🗂️ Windows 11 Experience: Familiar
Super+Vclipboard history overlay andSuper+.emoji picker. - 🦀 Ultra-Fast & Lightweight: Built natively with Rust and Slint GUI — consumes under 25MB RAM with sub-millisecond hotkey response.
- 🎨 Modern Design: Fluent design language, glassmorphism effects, light/dark theme adaptation, search filtering, and pinned clip management.
- 🖼️ Rich Content Support: Stores and previews text snippets, screenshots, formatted code, and emojis.
- ⚙️ Wayland & X11 Native: Built-in support for GNOME, KDE Plasma, XFCE, Hyprland, and custom window managers.
If you prefer to download and install pre-built packages manually:
sudo apt install ./lincb.ople.in_0.0.1_amd64.debsudo pacman -U lincb.ople.in-0.0.1-1-x86_64.pkg.tar.zstsudo dnf install ./lincb.ople.in-0.0.1-1.x86_64.rpmchmod +x lincb.ople.in-0.0.1-x86_64.AppImage
./lincb.ople.in-0.0.1-x86_64.AppImage| Shortcut | Action |
|---|---|
Super + V |
Toggle Clipboard History modal |
Super + . |
Toggle Emoji Picker panel |
Up / Down |
Navigate through clip history |
Enter |
Paste selected clip into current active window |
Delete |
Remove selected clip from history |
sudo apt update && sudo apt install -y build-essential pkg-config libfontconfig1-dev libx11-dev libxtst-dev libxdo-dev libglib2.0-dev libgtk-3-devgit clone https://github.com/heyatulverma/Linux-Clipboard.git
cd Linux-Clipboard/work
cargo build --release
sudo make installTo remove lincb.ople.in from your system:
- Ubuntu / Debian:
sudo apt remove lincb.ople.in - Arch Linux:
sudo pacman -R lincb.ople.in - Fedora / RHEL:
sudo dnf remove lincb.ople.in
This project is licensed under the MIT License. Created with ❤️ by ople.in.