turbo-clicker

Crates.ioturbo-clicker
lib.rsturbo-clicker
version0.0.5
created_at2025-08-02 14:08:07.302276+00
updated_at2025-09-01 05:58:23.2735+00
descriptionGUI based auto-clicker for Linux. It uses uinput and should thus work independently of wayland or x11.
homepage
repositoryhttps://github.com/heathcliff26/turbo-clicker
max_upload_size
id1778857
size251,979
Heathcliff (heathcliff26)

documentation

README

CI Coverage Status Editorconfig Check Renovate

Turbo Clicker

GUI based auto-clicker for Linux. It uses uinput and should thus work independently of wayland or x11.

Table of Contents

Screenshots

Installation

Fedora Copr

The app is available as an rpm by using the fedora copr repository heathcliff26/turbo-clicker.

  1. Enable the copr repository
sudo dnf copr enable heathcliff26/turbo-clicker
  1. Install the app
sudo dnf install turbo-clicker

Download binary

  1. Download the latest release
  2. Unpack the archive
  3. Install the app for your user by running:
    • You can install it globally by running the script with sudo
./install.sh -i

Uninstalling

  1. Switch to the folder with the installation script
  2. Uninstall by running:
    • Run with sudo if you installed it globally
./install.sh -u
  1. Delete the folder.

Credits

Frontend framework: slint

Commit count: 36

cargo fmt