A bare product name like this usually means you already know AutoHotkey by reputation, maybe from a script someone shared or a forum tip, and just need the installer itself. It's worth knowing before you run it that AutoHotkey isn't an app with a main window; it's a background scripting engine that runs the .ahk files you write or download. That changes what "first run" looks like compared to typical software.
It's a scripting engine, not an app with a window
AutoHotkey installs as a background interpreter for running .ahk script files rather than opening any main program window; after installing, you'll mostly interact with it through a small tray icon.
Two incompatible script versions exist, v1 and v2, with different syntax, so a script written for one may throw errors if you try running it on the other without adjustment.
Who ends up using AutoHotkey
Power users automating repetitive Windows tasks and building custom keyboard shortcuts make up its core audience.
- Remapping keys or creating custom hotkeys for frequently used actions on Windows
- Automating repetitive data-entry or clicking tasks with a short custom script
- Building small personal utilities, like window-snapping tools, without a full programming setup
Before you install
A couple of things worth knowing about AutoHotkey before you request the link: it only ships for Windows, so double-check that's the machine you're installing it on before you request the link. And on pricing, AutoHotkey is open source, so the installer is free with no trial timer, feature lock, or upsell screen to click past. It's developed and maintained by AutoHotkey Foundation.
System requirements
- WindowsWindows 10 or 11 (64-bit); older 7/8.1 builds usually still run but no longer get official support
Heavier workloads (large files, high-res media, big projects) will naturally want more RAM and a faster CPU/GPU than the bare minimum.
Quick steps
- Download the AutoHotkey installer from the link above
- Run it — this installs the background script engine, not a standalone app
- Right-click your desktop, create a new .ahk script, and run it to see it working
AutoHotkey: the honest trade-offs
- Extremely lightweight install that runs quietly as a background script engine
- Huge community of shared scripts covering almost any automation task imaginable
- Free and open-source with no restrictions on personal or commercial scripts
- Two incompatible script versions, v1 and v2, can confuse newcomers
- Some antivirus tools flag compiled scripts as suspicious due to past malware misuse
The installer here is the AutoHotkey Foundation's own build, so scripts behave exactly as documented without a repackaged runtime.
Other Developer Tools downloads people search for
Browse the full Developer Tools category →
Keeping AutoHotkey up to date
Since AutoHotkey is open source, most Linux distributions keep it current through their own package manager. On Windows/macOS, re-running the installer from the official site (or an updater built into the app, if it has one) gets you the latest release. Sticking to the developer's own distribution channel — which is what this page links to — means you're never stuck on an old build with unpatched bugs just because a mirror site stopped updating its copy.
Features, install steps, alternatives and more detail live on the main AutoHotkey page.
Frequently asked questions
Which AutoHotkey version should I install, v1 or v2?
Install v2 for new scripts since it's the actively developed syntax, but keep v1 available if you're running older scripts written for it.
Can antivirus software flag AutoHotkey scripts as suspicious?
Yes, because the same scripting engine is sometimes misused by malware, so some antivirus tools flag compiled .ahk scripts as a precaution.



