Mouse Clicker
July 27, 2026 ยท View on GitHub
A small Windows tray app for automatic mouse clicking.

Features
- Fixed or random click intervals
- Left, right, middle, X1, and X2 click buttons
- Global keyboard and mouse hotkeys
- Toggle activation or click only while a hotkey is held
- Start with Windows
- Updates through GitHub Releases
- Light and dark system themes
Build
Requires Windows 10 build 19041 or newer and the .NET 10 SDK.
dotnet restore MouseClicker.sln --configfile NuGet.config -p:Platform=x64
dotnet build MouseClicker.sln --no-restore -c Release -p:Platform=x64
Create a self-contained build:
.\Scripts\Build-AppBundle.ps1 -Configuration Release -SelfContained
Mouse Clicker uses the standard Windows SendInput API. Elevated or protected applications may reject clicks from a normal process.