Install Clipmer

One command. Clipmer is a Linux desktop app — it runs entirely on your machine and never sends your clipboard anywhere.

Ubuntu · Debian · Linux Mint · Pop!_OS · Zorin
Download and install
curl -LO https://github.com/0x99M/clipmer/releases/download/v3.2.0/clipmer_3.2.0_amd64.deb && sudo apt install ./clipmer_3.2.0_amd64.deb

apt pulls in at-spi2-core, which Clipmer needs, and sets up the Chromium sandbox helper. The download is around 85 MB, so curl shows a progress meter while it runs.

After installing

  1. 1

    Launch Clipmer from your applications menu. It lives in the system tray rather than the taskbar.

  2. 2

    Press Ctrl+Shift+D to open it. Copy a few things first, or the list will be empty.

    On Wayland, Clipmer registers a GNOME keyboard shortcut for this automatically, because applications cannot claim global hotkeys directly.

  3. 3

    Turning on auto-paste? Log out and back in afterwards.

    Auto-paste installs a small GNOME Shell extension, and GNOME only loads extensions when your session starts. Until you log out, selecting an entry copies it but will not paste.

Verify what you downloaded

Every release publishes a SHA256SUMS file. Run this in the directory you downloaded to, before installing:

curl -fsSL https://github.com/0x99M/clipmer/releases/download/v3.2.0/SHA256SUMS -o SHA256SUMS && sha256sum -c --ignore-missing SHA256SUMS

You should see OK next to each file you have. --ignore-missing means it only checks the ones you actually downloaded. If a line says FAILED, do not install it — tell us instead.

Requirements

  • GNOME on X11 or Wayland. Other desktops mostly work, but the auto-paste helper is GNOME-specific.
  • x86_64. There is no ARM build yet.
  • Ubuntu 20.04+ or Fedora 30+ for the packaged builds. The AppImage is more forgiving.
Tested on:Ubuntu 24.04.4 LTS

Updating

Clipmer does not update itself. Install the newer package over the old one with the same command — your history, folders and licence are kept, since they live in ~/.config/clipmer rather than inside the app.

The changelog lists what each version changed. You are looking at v3.2.0.

Uninstalling

Ubuntu, Debian and derivatives
sudo apt remove clipmer
Fedora, RHEL, openSUSE
sudo dnf remove clipmer
Remove your history and settings too
rm -rf ~/.config/clipmer

Removing the package also removes the auto-paste helper, the keyboard shortcut it registered, and the start-on-login entry. If you used the AppImage, delete the file.

Further reading

Something not working?

Open an issue on GitHub or email support@clipmer.app. Telling us your distribution and whether you are on X11 or Wayland saves a round trip — check with echo $XDG_SESSION_TYPE.