WINDOWS-11-CLIPBOARD-HISTORY-FOR-LINUX(1)

NAME

Windows-11-Clipboard-History-For-Linux โ€” A beautiful, Windows 11-style Clipboard History Manager for Linux ๐Ÿ’…

SYNOPSIS

$sudo apt install win11-clipboard-history

INFO

566 stars
17 forks
0 views

DESCRIPTION

A beautiful, Windows 11-style Clipboard History Manager for Linux ๐Ÿ’…

README

logo

Windows 11 Clipboard History For Linux

Website โ€ข Report Bug โ€ข Request Feature

The aesthetic, feature-rich clipboard manager your Linux desktop deserves.

License Total Downloads Tauri Rust

App Screenshot


โšก Quick Start (Recommended)

Get up and running in seconds. This script detects your distro, installs the app, and configures permissions automatically.

# Just copy and paste this into your terminal
curl -fsSL https://raw.githubusercontent.com/gustavosett/Windows-11-Clipboard-History-For-Linux/master/scripts/install.sh | bash

Note: No logout required! The installer uses ACLs to grant immediate access.


๐ŸŒŸ Why use this?

Most Linux clipboard managers are purely functional but lack visual appeal. This project brings the modern, fluid design of Windows 11's clipboard history to the Linux ecosystem, backed by the blazing speed of Rust.

๐Ÿ˜Ž๐Ÿ”
๐Ÿง Universal SupportWorks flawlessly on both Wayland & X11.
โšก Instant AccessOpens instantly with Super+V or Ctrl+Alt+V.
๐Ÿง  Smart PositioningThe window follows your mouse cursor across multiple monitors.
๐Ÿ“Œ Pin & SyncPin important snippets to keep them at the top.
๐ŸŽฌ GIF IntegrationSearch Tenor and paste GIFs directly into Discord, Slack, etc.
๐Ÿคฉ Emoji PickerA built-in, searchable emoji keyboard.
๐Ÿ›ก๏ธ Privacy FirstYour history is stored locally. No data leaves your machine.

โŒจ๏ธ Shortcuts & Usage

KeyAction
Super + VOpen Clipboard History
Ctrl + Alt + VAlternative Shortcut
EnterPaste Selected Item
EscClose Window

Pro Tip: Need to paste a GIF? Just select it! The app simulates Ctrl+V to paste the file URI directly into your chat apps.


๐Ÿ“ฆ Detailed Installation

Prefer to install manually? We support all major distributions.

Debian / Ubuntu / Mint / Pop!_OS

Recommended: Use the APT repository for automatic updates.

# 1. Add Repository
curl -1sLf 'https://dl.cloudsmith.io/public/gustavosett/clipboard-manager/setup.deb.sh' | sudo -E bash

2. Install

sudo apt update && sudo apt install win11-clipboard-history

3. Grant Permissions (One-time)

sudo setfacl -m u:$USER:rw /dev/uinput

Fedora / RHEL / CentOS
# 1. Add Repository
curl -1sLf 'https://dl.cloudsmith.io/public/gustavosett/clipboard-manager/setup.rpm.sh' | sudo -E bash

# 2. Install
sudo dnf install win11-clipboard-history

# 3. Grant Permissions (One-time)
sudo setfacl -m u:$USER:rw /dev/uinput
Arch Linux (AUR)
# Using yay
yay -S win11-clipboard-history-bin

# Or using paru
paru -S win11-clipboard-history-bin
AppImage (Universal)

Some features are disabled; we strongly recommend the complete installation.

  1. Download the .AppImage from Releases.
  2. Make it executable: chmod +x win11-clipboard-history_*.AppImage
  3. Grant permissions: sudo setfacl -m u:$USER:rw /dev/uinput
  4. 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.AppImage

๐Ÿ”ง Troubleshooting

Shortcut (Super+V) isn't working
  1. Ensure the app is running: pgrep -f win11-clipboard-history-bin
  2. If running, try resetting the config:
rm ~/.config/win11-clipboard-history/setup.json
win11-clipboard-history
  1. Conflicts: GNOME and other DEs often reserve Super+V. The app's Setup Wizard usually fixes this, but you can manually unbind Super+V in your system keyboard settings.
Transparency Issues (NVIDIA / AppImage)

If you see a black background or flickering, use the compatibility mode:

# Force NVIDIA workaround
IS_NVIDIA=1 win11-clipboard-history

Force AppImage workaround

IS_APPIMAGE=1 win11-clipboard-history


๐Ÿ› ๏ธ For Developers

Want to hack on the code?

Tech Stack: Rust + Tauri v2 + React + Tailwind CSS + Linux

# 1. Clone
git clone https://github.com/gustavosett/Windows-11-Clipboard-History-For-Linux.git
cd Windows-11-Clipboard-History-For-Linux

# 2. Install Deps
make deps && make rust && make node
source ~/.cargo/env

# 3. Run Dev Mode
make dev

โœจ Contributors

Thanks goes to these wonderful people (emoji key):

freshCoder21313
freshCoder21313

๐Ÿ”ฃ ๐Ÿ’ป ๐ŸŽจ
Tallin-Boston-Technology
Tallin-Boston-Technology

๐Ÿค”
rorar
rorar

๐Ÿค” ๐Ÿ›
sonarx
sonarx

๐Ÿค”
Oleksandr Romaniuk
Oleksandr Romaniuk

๐Ÿ›
Predrag
Predrag

๐Ÿ’ป ๐Ÿ›
Hen
Hen

๐Ÿ› ๐Ÿ’ป
Eyad
Eyad

๐Ÿ› ๐Ÿ’ป
Kinou
Kinou

๐Ÿ› ๐Ÿ’ป ๐Ÿ’ฌ ๐ŸŽจ
Add your contributions

Like this project?

give it a star
Static Badge

Package repository hosting is graciously provided by Cloudsmith. Cloudsmith is the only fully hosted, cloud-native, universal package management solution, that enables your organization to create, store and share packages in any format, to any place, with total confidence.

SEE ALSO

clihub3/4/2026WINDOWS-11-CLIPBOARD-HISTORY-FOR-LINUX(1)