A Windows auto clicker with a native-feeling Fluent interface, built with Avalonia and .NET 10.
- Left, middle or right click, sent as single, double or triple clicks.
- A delay before each click, in seconds.
- Repeat a set number of times, or until you stop it.
- System / Light / Dark theme, remembered between runs.
- A Mica backdrop on the whole window, title bar included, on Windows 11 22H2 and later.
- Windows. Clicks are sent through the Win32
SendInputAPI, so the app is Windows-only. - The .NET 10 SDK to build it.
Windows 11 22H2 or later is needed for the Mica backdrop; older versions fall back to a plain window.
dotnet run --project src/Cicada.App
| Project | Contents |
|---|---|
src/Cicada.Core |
Click generation and the SendInput interop it sits on. |
src/Cicada.App |
The Avalonia UI, its view models, and the theme and clicking services. |
Set CICADA_SELFCHECK=1 to run the title-bar theme self-check on startup; the app exits with the
number of failures rather than showing its window.
MIT.