Skip to content

v1.0.0

Choose a tag to compare

@Bluscream Bluscream released this 12 Jul 15:37

Release 1.0.0

This release adds support for compilation and native execution under Linux (including modern Wayland environments), alongside the original Windows support.

Linux Dependency Installation Notes

To run the Linux binary natively, please ensure the following dependencies are installed on your system (depending on your distribution):

  • Wayland Clipboard Support: wl-clipboard (provides wl-copy and wl-paste)
  • Keyboard Bypass Features: xdotool (provides the libxdo.so.4 shared library required for the Shift-key bypass)

Fedora Silverblue / Bazzite / Kinoite (natively via rpm-ostree):

sudo rpm-ostree install --apply-live wl-clipboard xdotool

Fedora / RHEL (standard):

sudo dnf install wl-clipboard xdotool

Ubuntu / Debian (natively):

sudo apt install wl-clipboard xdotool

Arch Linux (natively):

sudo pacman -S wl-clipboard xdotool