Skip to content

Release v0.6.6

Latest

Choose a tag to compare

@github-actions github-actions released this 06 May 08:06
· 1 commit to master since this release
logo

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 | bash

This 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 access

Or 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/uinput
Fedora/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/uinput
Arch Linux (AUR)
yay -S win11-clipboard-history-bin
AppImage (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.AppImage

then 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 setfacl command 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

New Contributors

Full Changelog: v0.6.5...v0.6.6