RapidClicker is a compact Windows auto clicker built for background use.
It lives in the system tray, starts with administrator privileges, stays sharp on high-DPI displays, and turns a rapid left-click burst into sustained auto-clicking while you keep holding the button.
The standalone native build is also extremely small: the current release executable is under 1 MB, so it is easy to download, keep around, and launch without an extra runtime.
Tray
Settings
- Native Win32 executable with a standalone package under 1 MB
- Intelligent click detection for trigger-and-hold auto-clicking
- System tray integration for always-on background use
- Administrator launch for better compatibility with elevated windows
- High-DPI aware interface with English and Chinese support
- When you click your mouse quickly (default: 5 times within 300ms), the tool enters "rapid click mode"
- After entering this mode, as long as you hold down the left mouse button, RapidClicker will automatically click at the specified interval
- When you release the mouse button, automatic clicking stops
- Games that require rapid clicking
- Applications where repeated clicking is needed
- Testing UI responsiveness
- Any scenario where you want to avoid repetitive strain injury from clicking
- Go to the Releases page
- Download
RapidClicker.exe - Run the executable
Right-click the tray icon and select "Settings" to configure:
- Trigger Click Count: How many clicks are needed to enter rapid click mode (default: 5)
- Trigger Time Window: Maximum time window (in milliseconds) for trigger clicks (default: 300ms)
- Auto Click Interval: Time interval between automatic clicks (in milliseconds) (default: 500ms)
- Language: Choose between English and Chinese
- Auto Start: Launch through a highest-privilege scheduled task after Windows sign-in
Prerequisites:
- Visual Studio Community / Build Tools with Desktop development with C++
Steps:
- Run:
build.bat - Find the native application in:
dist\RapidClicker.exe
Prerequisites:
- Python 3.7 or higher
- Required packages: see
requirements.txt
-
Clone the repository:
git clone https://github.com/yanstu/RapidClicker.git cd RapidClicker -
Install dependencies:
pip install -r requirements.txt -
Run the legacy Python build script:
build-python.bat -
Find the built Python package in the
distdirectory
MIT License - see the LICENSE file for details.
Created by yanstu
Contributions are welcome! Please feel free to submit a Pull Request.

