-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Quadstronaut edited this page Jun 7, 2026
·
2 revisions
A fast, native, open-source auto-clicker for Windows, macOS, and Linux.
QuadClicker is three separate native apps — WPF/C# on Windows, SwiftUI/Swift on macOS, Qt6/C++ on Linux — sharing a common design, CLI interface, and settings format. No cross-platform frameworks, ever.
| Platform | Status |
|---|---|
| Windows | Shipped — v0.1.1 self-contained EXE, all features working |
| macOS | Code-complete, unverified — never compiled or run; no binary released |
| Linux | Build verified on Ubuntu 24.04 (Qt 6.4.2, GCC 13.3); no package published yet |
- Installation — Download, run, package manager status, SmartScreen note
- Usage — GUI walkthrough: click rate, buttons, location, stop conditions, hotkeys, tray
- CLI-Reference — Every flag, accepted values, exit codes, examples
-
Click-Rate-Formats — The full list of accepted rate strings for
--rate - Hotkeys-and-Platform-Notes — Hotkey setup, Wayland caveat, macOS Accessibility permission
- Building-from-Source — Build instructions for all three platforms
- Troubleshooting — SmartScreen, Accessibility permission, X11/Wayland issues, picker failures
Windows: Download QuadClicker.exe from Releases and run it. No installer, no .NET required. Windows SmartScreen will warn on first launch — see Troubleshooting.
CLI (Windows):
quadclicker --rate 10/s
quadclicker --rate 100ms --stop-after-clicks 200 --location 500,300
Source: github.com/Quadstronaut/QuadClicker · MIT license