W11 Clipboard For Linux v0.6.6
🚀 Quick Installation (Recommended)
curl -fsSL https://raw.githubusercontent.com/gustavosett/Windows-11-Clipboard-History-For-Linux/master/scripts/install.sh | bashThis script auto-detects your distro and architecture, then sets up everything including paste permissions.
📦 Manual Installation
Ubuntu/Debian (APT Repository - enables auto-updates)
curl -1sLf 'https://dl.cloudsmith.io/public/gustavosett/clipboard-manager/setup.deb.sh' | sudo -E bash
sudo apt update && sudo apt install win11-clipboard-history
sudo setfacl -m u:$USER:rw /dev/uinput # For immediate paste accessOr download the .deb directly (amd64 for x86_64, arm64 for ARM64):
sudo apt install ./win11-clipboard-history_0.6.6_amd64.deb
sudo setfacl -m u:$USER:rw /dev/uinputFedora/RHEL (DNF Repository - enables auto-updates)
curl -1sLf 'https://dl.cloudsmith.io/public/gustavosett/clipboard-manager/setup.rpm.sh' | sudo -E bash
sudo dnf install win11-clipboard-history
sudo setfacl -m u:$USER:rw /dev/uinput # For immediate paste access
Or download the .rpm directly (x86_64 for Intel/AMD, aarch64 for ARM64):
sudo dnf install ./win11-clipboard-history-0.6.6-1.x86_64.rpm
sudo setfacl -m u:$USER:rw /dev/uinputArch Linux (AUR)
yay -S win11-clipboard-history-binAppImage (Universal - any distro)
Some features are disabled; we strongly recommend the complete installation.
# Download the correct AppImage for your architecture
chmod +x win11-clipboard-history_0.6.6_amd64.AppImage
sudo setfacl -m u:$USER:rw /dev/uinput # Required for paste simulation
./win11-clipboard-history_0.6.6_amd64.AppImagethen register the command that you want in your system to open the AppImage
KEYBOARD SETTINGS -> SHORTCUTS -> NEW SHORTCUT -> Super+V -> ./my_awesome_folder/win11-clipboard-history_0.6.6_amd64.AppImage
Note: The
setfaclcommand is temporary (resets on reboot). For permanent setup, see the README.
⌨️ Usage
Press Super+V to open the clipboard history. The app will show a Setup Wizard on first run to configure shortcuts and permissions.
What's Changed
- Fix/audit bugs by @thomasbuilds in #235
New Contributors
- @thomasbuilds made their first contribution in #235
Full Changelog: v0.6.5...v0.6.6