The Blur-AutoClicker README on GitHub describing the desktop app and its click, hotkey, and profile features.
The project README documents what the desktop app does and how it is configured. Official Blur Auto Clicker GitHub / site, captured 2026-09-02.

The official winget command

Blur Auto Clicker publishes one Windows Package Manager command in its README. Use that line, not a shortened guess:

winget install -e --id Blur009.BlurAutoClicker --source winget --silent

Flags matter. -e exact-matches the id. --id Blur009.BlurAutoClicker is the package identifier in microsoft/winget-pkgs. --source winget pins the source named in the README. --silent matches the documented silent install mode. winstall.app lists a shorter winget install -e --id Blur009.BlurAutoClicker; prefer the README command with source and silent.

Related: install an auto clicker on Windows, auto clicker for this computer, open source auto clicker on Windows, and guides.

App Installer and Windows 10 or 11

Winget is not a separate storefront you invent. It arrives with App Installer on Windows 10 version 1809 or later and on Windows 11. Open Windows Terminal or PowerShell. If winget --version fails, install App Installer from Microsoft, restart the terminal, and retry.

The project description says the auto clicker is made for Windows. The README does not list brew, snap, flatpak, apt, or docker install commands. An unofficial AI-made macOS port has appeared in a GitHub issue title; that is not an official install path.

Exact package id

Search results can show similarly named clicker packages. Stop unless the id is Blur009.BlurAutoClicker. Locale yaml on winget-pkgs lists License GPL-3.0, Publisher Blur009, and PackageUrl as the GitHub repo Blur009/Blur-AutoClicker. Installer yaml lists InstallerType nullsoft, Scope user, InstallModes silent and silentWithProgress, InstallerUrl pointing at the GitHub Releases x64 setup exe, and DefaultInstallLocation %LocalAppData%\BlurAutoClicker.

Chris Titus Tech winutil mapping blurautoclicker to that same id is a community list. The README mentions the winutil pull request as supporting context. On a normal PC, paste the README command rather than a third catalog UI.

What winget installs

FieldValue
Package idBlur009.BlurAutoClicker
Source in READMEwinget
Installer typeNullsoft (NSIS)
ScopeUser
Default folder%LocalAppData%\BlurAutoClicker
ExeBlurAutoClicker.exe
Config%AppData%\BlurAutoClicker
LicenseGPL-3.0
Asset winget wrapsGitHub x64 setup exe
Architecture on the current tagx64 setup, no ARM installer listed

The installed file is the same family as BlurAutoClicker_*_x64-setup.exe on GitHub Releases. Asset names include a version in the filename; public copy still says the current release. Do not pin that number in this guide. Releases index: auto clicker releases. Portable chooser: portable or setup.

Winget versus GitHub Releases

Winget is the typed command. GitHub Releases is the file list. Both are official. Use winget when App Installer works and you want a silent user-scope setup. Use Releases when you need the portable zip, or when you want to see the NSIS filename before it runs.

On the tag, skip *.sig and latest.json. Those files serve the Tauri updater. They are not an extra installer. Safe-download notes: download an auto clicker safely and is this auto clicker safe. Repo overview: open source auto clicker on GitHub.

SmartScreen may still appear after winget, because the bits are not Authenticode-signed. Microsoft documents that unsigned files can trigger Windows protected your PC. Project detail: windows-release-trust.md and SmartScreen. That prompt is an unsigned-file warning, not a virus verdict.

After install: first launch

Open %LocalAppData%\BlurAutoClicker\BlurAutoClicker.exe. WebView2 draws the window; RAM sits around 100mb and under 200mb per the README. Set interval units (per second, minute, hour, or day), button or keyboard key, and a hotkey. Hold versus toggle is a first-run choice. The logo turns green while the auto clicker runs. Clicks go to the foreground window.

If an old v2.1.2 or below exe is still on disk, delete it first. The installer will not. Old configs do not work with v3+ and are deleted on first launch. Cleanup of other unsigned clickers: move leftover clicker exes.

Keyboard path: keyboard auto clicker. Hotkeys: auto clicker hotkeys. Interval and CPS cap: auto clicker interval. Build instead of winget: build from source and BUILDING.md.

Uninstall and repair

Remove the winget package from Settings > Apps, or use winget uninstall with the same id if you prefer the command line. Then delete %AppData%\BlurAutoClicker if you want config gone. Repair is: run the README command again, or download the current x64 setup exe from GitHub.

License is GNU GPL-3.0. Product home: autoclicker.blur009.com. README: Blur Auto Clicker README. Editorial notes: about. Home command: auto clicker.

License, homepage, and other freeware names

Blur Auto Clicker is GPL-3.0 with no paid tier in the README. Product home: autoclicker.blur009.com. README: project README. People also search other freeware clicker names. Stay on winget id Blur009.BlurAutoClicker or GitHub Releases. Skip Softonic-style wrappers.

Compare other shapes if winget was not the question you typed: vs TinyTask, vs AutoHotkey, vs MurGee, vs GS Auto Clicker. Switch from GS freeware: switch from GS Auto Clicker. Cleanup: move leftover clicker exes.

Clicks go to the foreground window. Set a stop hotkey first. Interval units: auto clicker interval. Position: position clicking.

Install steps:

  1. Install Microsoft App Installer if winget is missing, then reopen Windows Terminal.
  2. Paste the README command with exact id Blur009.BlurAutoClicker, --source winget, and --silent.
  3. If winget lists a similarly named package with a different id, cancel and match Blur009.BlurAutoClicker only.
  4. Launch BlurAutoClicker.exe from %LocalAppData%\BlurAutoClicker after WebView2 is present.

Frequently asked questions

What is the winget command for this auto clicker?

Run winget install -e --id Blur009.BlurAutoClicker --source winget --silent. That is the README command. The package identifier must be Blur009.BlurAutoClicker. Use Windows Terminal or PowerShell. Related: install on Windows.

How do I know the winget auto clicker is official?

Match the id Blur009.BlurAutoClicker and publisher Blur009. Manifests live under microsoft/winget-pkgs. License in the locale yaml is GPL-3.0. PackageUrl points at the GitHub repo. If winget offers a similar name with a different id, stop.

Does winget need App Installer for this auto clicker?

Yes. Winget comes from Microsoft App Installer on Windows 10 1809 or later and Windows 11. If the command is not found, install App Installer from Microsoft, reopen Windows Terminal, and run the README command again.

Is winget safer than GitHub Releases for this auto clicker?

Both paths wrap the same GitHub x64 setup exe. Winget uses the published package id. Releases let you pick the setup file by name. Ignore .sig and latest.json on the tag. See download safely.

Can Chris Titus winutil install this auto clicker?

Winutil lists blurautoclicker mapped to winget id Blur009.BlurAutoClicker. The README links that community pull request. It is the same package, not a second binary host. Prefer the README winget command on a stock Windows PC.