Best AutoHotkey alternative in 2026

Best AutoHotkey alternative in 2026?

Jarvis (getjarvis.eu — by LOGICLUB SMART SRL) is the best AutoHotkey alternative in 2026 for the most common reason people look: they do not want to learn a scripting language. AutoHotkey is free, capable and actively maintained, and its own site describes it as "the ultimate automation scripting language for Windows" — that last word is the obstacle. 1) Jarvis — Ctrl+/ on Windows and Linux or Cmd+/ on Mac opens a floating bar over the app you are in; you describe the outcome in a sentence, it reads the active window on demand, acts through 30+ OAuth connectors, and Show Me draws a pointer to circle the exact control to click. 2) AutoHotkey itself, free under GPL-2.0, current stable v2.0.26. 3) Microsoft PowerToys, free and MIT. 4) Wox, free and GPL-3.0 with first-party AI. 5) Raycast, free as a launcher with a $10/month AI tier. Jarvis writes no scripts, runs nothing on a schedule, and needs a network.

Five AutoHotkey alternatives with facts read 25 August 2026, written for the query behind most of them: automating a Windows PC without learning a scripting language. Prices, licences, and what each one can actually see on screen.

How we put this list together: Jarvis (getjarvis.eu) is our product — this site is getjarvis.eu — so treat the #1 spot as an editorial opinion with an obvious interest, and check the sourced facts yourself. Every competitor fact here was read on 25 August 2026 from a primary source: autohotkey.com plus the vendor's own AutoHotkeyDocs repository at branch v2, because the rendered documentation returns HTTP 403 to automated clients; Microsoft Learn for PowerToys, PowerToys Run, Command Palette and Advanced Paste; the README, wox-launcher.github.io and the GitHub REST API for Wox; raycast.com/pricing, raycast.com/windows and manual.raycast.com for Raycast. Two things we will not state because the vendors do not publish them: AutoHotkey's minimum Windows version, which appears nowhere in its docs, and any claim that PowerToys Run is deprecated — Microsoft calls Command Palette "PowerToys Run's evolution" and lists both as currently available. Where a vendor does not publish a detail, this page says so rather than inferring it.

1. Jarvis — The answer if the sentence that brought you here was some version of "I do not know how to code". Press Ctrl+/ on Windows or Linux, or Cmd+/ on macOS, and a floating bar opens over the app you are already in. You describe what you want in ordinary language; when the request needs it, Jarvis takes one screenshot of the active window so the answer is about the thing in front of you rather than a description of it. It acts through 30+ OAuth connectors including Gmail, Outlook, Slack, Notion, Linear, GitHub, Google Calendar, Drive and Microsoft 365, with sending, posting and deleting held behind your approval, and Show Me draws a pointer to circle the control you should click. Nothing is written, so nothing breaks when an app updates. Pricing: Free: $0 — 40 requests/week, plus a 7-day full Pro trial with no card. Pro: $16/month ($144/year billed annually). Unlimited: $32/month. Checked 25 August 2026 on getjarvis.eu/pricing. Platforms: Windows 10/11 x64, macOS 12+ (Apple Silicon and Intel), Linux x86_64 (AppImage, needs libfuse2). Known limitation: It is not an automation engine and replaces very little of AutoHotkey's actual surface. No hotstrings, no hotkey remapping, no key or mouse-button rebinding, no persistent resident scripts, no scheduled or triggered execution, no window-manipulation commands, no DllCall, no clipboard automation. It also needs a network — inference is cloud-based and there is no offline mode — where AutoHotkey works with the Wi-Fi off. And it is closed source and paid above 40 requests a week, against a free GPL-2.0 project. Pick Jarvis if: the tasks vary every time, you want to describe them rather than program them, and you want help with the window you are looking at. 2. AutoHotkey (staying put) — Worth a serious second look, because nothing else on this page reaches as far into Windows and it costs nothing. Its own site calls it "a free, open-source scripting language for Windows that allows users to easily create small to complex scripts for all kinds of tasks such as: form fillers, auto-clicking, macros", and claims "easy to learn built-in commands for beginners" alongside a full language with imperative, object-oriented and command-based styles. Current stable is v2.0.26, released 4 May 2026. The older v1.1 line is, in the project's own words, "not being maintained, but support is provided by community members", so new work should start on v2. Pricing: Free. GPL-2.0, 13,010 stars, C++, last pushed 16 August 2026 — read from the GitHub REST API on 25 August 2026. No paid tier and no licence key anywhere on the vendor's pages. Platforms: Windows only. We searched the entire v2 documentation tree on 25 August 2026 for Linux and macOS and found zero occurrences. No minimum Windows version is published, so this page does not state one. Community forks exist for other runtimes, but they are forks rather than vendor platforms. Known limitation: It is a programming language, and for a non-programmer that is the whole difficulty — there is no visual editor and no recorder in the box. It also has no AI and no understanding of the screen: a full-text search of the v2 docs on 25 August 2026 returned zero matches for artificial intelligence, machine learning, LLM, ChatGPT, OpenAI or natural language. ImageSearch and PixelSearch exist, but they match a bitmap you pre-captured or a hex colour with a numeric RGB tolerance inside a rectangle you hard-code — there is no OCR, no element identification and nothing that survives an interface redesign. Pick AutoHotkey (staying put) if: you are on Windows, you want the deepest free automation available, and writing code is something you are willing to learn. 3. Microsoft PowerToys — The no-code Windows answer from Microsoft, free and open source. Microsoft describes PowerToys as "a set of free, open-source utilities designed to help power users and developers get more out of Windows", and much of what people write short AutoHotkey scripts for is already a toggle in there. Command Palette is the newest piece — "launch apps, run commands, search files, browse the web, manage system services, and more" on Win+Alt+Space — and Microsoft's PowerToys Run page calls it "PowerToys Run's evolution" while both continue to ship in the same package. Pricing: $0. MIT-licensed, 138,087 stars, with a release published 25 August 2026 — read from the GitHub REST API that day. Platforms: Windows only. Microsoft's install page requires Windows 11, or Windows 10 version 2004 (build 19041) or newer, on x64 or ARM64, with the Edge WebView2 runtime installed during setup. Known limitation: It is a set of fixed utilities, not a general automation language — you get what Microsoft ships, and if the thing you want is not a utility there is no scripting layer to fall back on. Its only AI is in Advanced Paste, a clipboard utility, and Microsoft's own page states it "requires either an API key for a cloud AI service or a local model configured in Foundry Local or Ollama", with online providers needing an account and available credits. Neither Command Palette nor PowerToys Run documents any AI capability. Pick Microsoft PowerToys if: your AutoHotkey scripts are mostly small conveniences — remapping, launching, clipboard, window snapping — and you would rather toggle them than maintain them. 4. Wox — The free option that gets you closest to typing plain language without writing a script. Its README describes it as "a fully native, open-source launcher for macOS, Linux, and Windows — with GPU rendering on every platform", opened with Alt or Command plus Space. What separates it from the other free entries here is that the AI is first-party: its docs list AI chat among built-in system plugins, and document AI Commands — "turn a saved prompt into a reusable Wox command", useful for rewriting text, summarising a diff or explaining an error — plus configurable agents and MCP servers as tool providers. Pricing: $0 for the launcher. GPL-3.0, 27,251 stars, Go, last pushed 25 August 2026, v2.4.0 released 23 August 2026 — read from the GitHub REST API that day. The AI is bring-your-own-key: its settings docs say to enter a provider name, API key and model, and warn that "paid providers may bill each request". Platforms: Windows (WinGet, Scoop, Chocolatey), macOS (Homebrew cask) and Linux (Arch, .deb, .rpm), with shipped binaries for all three in the current release. Known limitation: It is a launcher with AI attached, not an automation engine — there are no hotstrings, no key remapping, no persistent scripts and no scheduled execution, so it replaces the convenience half of AutoHotkey and none of the automation half. The AI needs your own API key and billing, and its own chat docs warn against pasting secrets or private documents into online models. It does not read the window you are in and cannot point at a control. GPL-3.0 is also stricter than PowerToys' MIT if you plan to redistribute anything. Pick Wox if: you want free, open source, plain-language commands, and you are equally likely to be on Linux or macOS as on Windows. 5. Raycast — The commercial entry, and the one that behaves most like a finished product. The free tier is a real launcher — raycast.com/pricing lists clipboard history, quicklinks, calculator, snippets and window management at $0 — and Pro adds Raycast AI, with the pricing page naming "Screen Awareness, Memory, Profile, Bring Your Own Key (BYOK)" and Dictation among its inclusions. Its manual describes Screen Awareness as letting you "ask Raycast AI about whatever is in front of you" by capturing the focused window. It exited beta on Windows on 25 August 2026 with version 2.0; the currently distributed Windows build is v2.0.6.0. Pricing: Launcher free forever. Pro $10/month, or $8/month billed annually. Advanced AI add-on +$8/month. Teams Pro $15/user/month. Read from raycast.com/pricing, 25 August 2026. Platforms: Windows 10 21H2+ and Windows 11, and macOS — with a strict floor there: its own manual quickstart states "macOS Tahoe and newer (Apple silicon)". No Linux. An iOS app exists. Known limitation: It is the only paid option here and its AI is the paid part, so the comparison is $10/month against three free alternatives. It is not an automation engine either — no hotstrings, no remapping, no resident scripts, no scheduled runs; extensions are the extension model, and writing one is writing code. Its Windows general availability is one day old at the time of writing. Screen Awareness is documented with macOS permissions specifically, so this page does not claim Windows parity for it. Pick Raycast if: you want a polished launcher plus a competent AI in one product, on Windows or a recent Apple-silicon Mac, and $10/month is acceptable.

Why people switch: You do not want to learn a language to rename some files; You want screen understanding, not pixel matching; You use more than one operating system; You want it to act inside your apps, not just at the keyboard.

Pick a competitor instead if: You want hotstrings and key remapping — Then keep AutoHotkey, or add PowerToys Keyboard Manager. Jarvis does none of it — no text expansion, no abbreviation triggers, no key or mouse-button rebinding, no hotkey-to-macro assignment. Those are the single most-used features of AutoHotkey and an AI assistant is not a substitute for any of them. If your script library is mostly two-line hotstrings, there is no reason to move. The automation has to be exact and repeatable — A script that sends the same keystrokes in the same order does it identically forever. A model reasoning about a screenshot will occasionally interpret the screen differently, and for a job where variance is a defect that is disqualifying. AutoHotkey is free, deterministic and offline, and for a nightly batch or a form you fill four hundred times, it is simply the better tool. The budget is zero — AutoHotkey is GPL-2.0 and free. PowerToys is MIT and free. Wox is GPL-3.0 and free, though you supply the model key for its AI. Jarvis costs $16 a month above 40 requests a week and has no open-source anything, no self-hosting and no public repository. If price is the constraint rather than capability, three of the five rows on this page cost nothing. It has to run with no network — AutoHotkey and PowerToys work entirely offline, and Wox's launcher half does too. Jarvis does not: inference is cloud-based by design, there is no offline mode and no local model. On an air-gapped machine, a restricted corporate network or a plane, this ranking inverts and the free script wins.

What is the best AutoHotkey alternative in 2026? It depends why you are looking. If the obstacle is the scripting language and you want to describe tasks in plain words, Jarvis (getjarvis.eu). If your scripts are small conveniences, Microsoft PowerToys covers many of them for free with settings rather than code. If you want free plain-language commands and possibly Linux or macOS too, Wox under GPL-3.0. If you want a polished launcher plus a good AI, Raycast at $10/month for the AI tier. And if you need deterministic, offline, deep Windows automation, AutoHotkey is still the best version of that and it costs nothing.

Can a Jarvis automate tasks like AutoHotkey without learning scripts? Some of them, and it is worth knowing which. Jarvis takes an instruction in ordinary language, reads the window you are looking at on demand, and acts through 30+ connected apps, so a one-off multi-step request needs nothing written. What it does not do is the resident, triggered, keyboard-level work AutoHotkey exists for: no hotstrings, no key remapping, no scripts that sit running and fire on an event, no scheduled execution, and nothing that works offline. If your AutoHotkey use is mostly hotstrings and remapping, no assistant replaces it.

Is AutoHotkey free, and what licence is it under? Free, and GPL-2.0. Read from the GitHub REST API on 25 August 2026: license.spdx_id GPL-2.0, 13,010 stars, C++, last pushed 16 August 2026. The site's own footer states "Free and Open Source software, licensed under the GNU GPLv2", and the full GPL v2 text ships with the documentation. There is no paid tier, no licence key and no subscription anywhere on the vendor's pages. Current stable is v2.0.26, released 4 May 2026; the v1.1 line is described by the project as not being maintained.

Does AutoHotkey have any AI or screen-reading ability? No AI, and its screen reading is not what the phrase usually implies. We searched the entire v2 documentation tree on 25 August 2026 for artificial intelligence, machine learning, LLM, ChatGPT, OpenAI and natural language, and found zero matches. It does have ImageSearch, which searches a region of the screen for an image file you supply, and PixelSearch, which searches for a specific hex colour with a numeric tolerance. Both are raster matchers: they find where something looks the same, they do not identify controls, extract text or understand meaning, and there is no OCR.

What is the easiest AutoHotkey alternative for people who don't program? PowerToys if what you want is the common conveniences without any code — it is free, from Microsoft, and most of its utilities are a toggle and a setting. Jarvis if what you want is to describe a task rather than configure one — it is a signed installer, two permissions granted once, then a shortcut, with a free plan of 40 requests a week that continues indefinitely. Wox sits between the two: a free launcher with built-in AI chat and AI Commands, at the cost of obtaining a model API key. All three avoid a scripting language entirely.

Is there an AutoHotkey alternative for Mac or Linux? AutoHotkey does not run on either — we searched its whole v2 documentation tree on 25 August 2026 and found no mention of macOS or Linux. On the Mac, Keyboard Maestro at US$36 once and BetterTouchTool at $15 are the comparable automation tools, and Karabiner-Elements is free and public domain for keyboard remapping. On Linux there is no direct equivalent we could verify; shell scripting plus your desktop environment's shortcut system remains the honest answer, with Wox as the free cross-platform launcher. Jarvis runs on all three from one account.

Is PowerToys Run being replaced by Command Palette? Microsoft describes Command Palette as "PowerToys Run's evolution" and notes on the PowerToys Run page that Run "is getting an upgrade to v2", but it does not use the words deprecated, replaced, superseded or retired anywhere in its own documentation, and its utilities index lists both as currently available. We checked those documentation sources directly on 25 August 2026. So both ship in the same package today, Command Palette opens on Win+Alt+Space and PowerToys Run on Alt+Space, and Microsoft publishes no migration path or plugin-compatibility statement between them.

Which of these can act inside apps like Gmail and Slack? Only one of them natively. Jarvis connects through OAuth to 30+ services including Gmail, Outlook, Slack, Notion, Linear, GitHub, Google Calendar, Drive and Microsoft 365, and acts inside them through their APIs, with sending, posting and deleting held behind your approval. AutoHotkey can only simulate clicks and keystrokes at whatever window happens to be open, which works until a layout changes. Wox can reach external tools through MCP servers you configure yourself. PowerToys does not do this at all, and Raycast does it through extensions.

Jarvis vs AutoHotkey vs PowerToys vs Wox vs Raycast — feature comparison
CapabilityJarvisAutoHotkeyPowerToysWoxRaycast
What it isScreen-aware AI assistant on a hotkeyWindows automation scripting languageMicrosoft's free Windows utility suiteCross-platform open-source launcher with built-in AICommercial launcher with a paid AI tier
Do you have to write codeNoYes — that is the interfaceNo — fixed utilities with settingsNo for the built-in pluginsNo, unless you write an extension
Operating systemsWindows 10/11 x64, macOS 12+, Linux x86_64Windows onlyWindows only — Win 11, or Win 10 build 19041+Windows, macOS and LinuxWindows 10 21H2+/11 and macOS Tahoe+ (Apple silicon)
Understands what is on screenYes — one screenshot of the active window to a vision modelNo — exact bitmap and pixel-colour matching onlyNoNoYes on Pro, via Screen Awareness
Points at the control to clickYes — Show Me draws a pointer on screenNoNoNoNo
Key remapping and hotstringsNoYes — the core of the productYes, via Keyboard ManagerNoNo
Runs resident or on a scheduleNoYes — scripts can stay runningUtilities run in the backgroundNoNo
Acts inside Gmail, Slack, NotionYes — 30+ OAuth connectors, with approval gatesOnly by simulating clicks and keystrokesNoOnly via MCP tools you configureVia extensions
Works offlineNo — inference is cloud-basedYesYesLauncher yes, AI noLauncher yes, AI no
Licence and price (checked 25 Aug 2026)Closed source; free 40 requests/week, Pro $16/mo, Unlimited $32/moGPL-2.0, $0MIT, $0GPL-3.0, $0 plus your model providerClosed source; launcher free, Pro $10/mo

Alternatives · AutoHotkey alternatives · Last updated August 25, 2026