Softwr

Productivity · head to head

Alfred vs AutoHotkey

Alfred logo

Alfred

Productivity

Mac launcher and automation tool sold as a one-time Powerpack licence rather than a subscription

From
Free
Rated
-
AutoHotkey logo

AutoHotkey

Utilities

Windows scripting language for hotkeys, text expansion and desktop automation

From
Free
Rated
-

The short version

  • Each has a real cost: Alfred there is no official built in AI assistant, so anything AI related depends on a community workflow calling an external API key you supply yourself.; AutoHotkey version 2 is a different language rather than a new release, so v1 scripts must be rewritten and the conversion script handles only routine cases, leaving years of accumulated internal automation stranded.
  • They diverge on capability: Alfred covers Workflows, AutoHotkey covers Hotkeys and hotstrings.
  • Prices and features above were last checked on 1 September 2026.

Where they differ

Only the attributes on which Alfred and AutoHotkey actually diverge.

Attributes where Alfred and AutoHotkey differ
AttributeAlfredAutoHotkey
Pricing modelOne-time purchaseOpen source, no licence fee
PlatformsMacWindows
CategoryProductivityUtilities

Identical on both: starting price (Free), free tier (Yes), user rating (Not yet rated).

What each one covers

Drawn from each product's published feature list. An absence here means we hold no record of it - not that the product lacks it.

Only in Alfred

  • Workflows
  • Clipboard history
  • Snippets
  • File actions
  • Universal actions
  • Theming

Only in AutoHotkey

  • Hotkeys and hotstrings
  • Synthetic input
  • Window and control access
  • COM and DLL calls
  • Built-in GUI toolkit
  • Script compilation

What people use each for

The jobs each tool is most often brought in to do.

Alfred

  • A developer who wants to trigger scripts, run shell commands and search files from one hotkey without a subscriptionnot AutoHotkey
  • A writer who wants text snippets and clipboard history and does not want built in AInot AutoHotkey
  • A long time Alfred user with a large personal library of custom workflows built up over yearsnot AutoHotkey
  • A user who prefers paying once per major version over a recurring monthly chargenot AutoHotkey

AutoHotkey

  • Remapping keyboard layouts or adding shortcuts to software that offers nonenot Alfred
  • Automating repetitive data entry in a legacy application with no API or command linenot Alfred
  • Standardising clinical, legal or insurance text snippets across a team through hotstringsnot Alfred
  • Driving a vendor application through its interface as part of a nightly unattended processnot Alfred

Where each one falls short

Documented limitations, not opinions. Every one is a constraint you would hit in normal use.

Alfred

  • There is no official built in AI assistant, so anything AI related depends on a community workflow calling an external API key you supply yourself.
  • The workflow format is older XML and script filters, which is less approachable for a beginner than a modern extension store with typed APIs.
  • It is Mac only, so a user who splits time between Mac and Windows needs a second tool on the other machine.
  • The free tier is quite limited, with no workflows or clipboard history, so most serious users end up paying for the Powerpack anyway.
  • Because upgrades to a new major version are a separate purchase for Single Licence holders, users who skip the Mega Supporter tier can face a further one-time charge every few years.

AutoHotkey

  • Version 2 is a different language rather than a new release, so v1 scripts must be rewritten and the conversion script handles only routine cases, leaving years of accumulated internal automation stranded.
  • Version 1.1 receives no active development, so teams that decline the rewrite are running an interpreter that will not get fixes for future Windows changes.
  • Antivirus and EDR products frequently quarantine the interpreter and compiled scripts because the same capabilities are used by keyloggers, which turns deployment into a security exception request.
  • Automation depends on window titles, control classes and screen positions, so a vendor application update can break every script overnight with no compile-time warning.
  • It is Windows only with no path to macOS or Linux, so any process automated with it cannot follow the organisation if it moves platforms.

Pricing, plan by plan

Alfred

Free
  • FreeFree
    • Basic app and file launching
    • Web searches and system commands
    • No workflows or clipboard history
  • Powerpack Single Licence$34/one-time
    • 1 user on up to 2 Macs
    • Workflows, clipboard history and snippets
    • Free updates within the same major version
  • Powerpack Mega Supporter$59/one-time
    • 1 user on up to 4 Macs
    • Free upgrades to all future major versions
    • Early access to betas

AutoHotkey

Free
  • AutoHotkeyFree
    • GPLv2 licence with no paid edition
    • v2 and legacy v1.1 branches both downloadable
    • Script compiler included

Which should you pick?

Choose Alfred if

  • You need workflows.
  • You want to start without paying.
  • You work on Mac.
  • You also want clipboard history.

Choose AutoHotkey if

  • You need hotkeys and hotstrings.
  • You want to start without paying.
  • You work on Windows.
  • You also want synthetic input.

Questions people ask

Is Alfred or AutoHotkey better?
Neither clearly leads. Alfred starts at Free and AutoHotkey at Free, and user ratings are close enough to be indistinguishable. Choose on capability and platform support.
Which is cheaper, Alfred or AutoHotkey?
Alfred starts at Free and AutoHotkey at Free.
Does Alfred or AutoHotkey run on more platforms?
Alfred runs on Mac. AutoHotkey runs on Windows.
Can I use Alfred for free?
Both have a free tier, so you can try either at no cost before committing.
What is Alfred best used for?
Alfred is most often used for a developer who wants to trigger scripts, run shell commands and search files from one hotkey without a subscription, a writer who wants text snippets and clipboard history and does not want built in ai, a long time alfred user with a large personal library of custom workflows built up over years, a user who prefers paying once per major version over a recurring monthly charge. Of those, a developer who wants to trigger scripts, run shell commands and search files from one hotkey without a subscription and a writer who wants text snippets and clipboard history and does not want built in ai are not what AutoHotkey is typically brought in for.
What can Alfred do that AutoHotkey cannot?
Alfred covers Workflows, Clipboard history, Snippets, File actions. AutoHotkey covers Hotkeys and hotstrings, Synthetic input, Window and control access, COM and DLL calls.

Answered from the vendors’ own pages

Alfred: Is Alfred a subscription?

No. The Powerpack is a one-time purchase per major version, or a one-time Mega Supporter purchase that includes all future major version upgrades.

AutoHotkey: Should a new project start on v1 or v2?

Version 2. Version 1.1 is not actively developed and every new script written against it adds to a future rewrite.

Alfred: Does Alfred replace Spotlight?

It can. Alfred can take over the system-wide hotkey and generally returns results faster with more configurable behaviour than Spotlight.

AutoHotkey: Will compiled scripts trigger antivirus?

Often yes. Compiled AutoHotkey executables are a known malware pattern and usually need to be allowlisted by hash or signed with your own certificate.

Alfred: Does Alfred have AI features?

Not officially built in. Some community workflows add AI chat or completion by calling an external API with a key you provide.

AutoHotkey: Can it automate a web application?

It can drive a browser as a user would, but it has no page object model, so a CSS change breaks it. Use a browser automation framework where one is available.

Share

Related pages

Other head to heads