Softwr

Utilities · head to head

AutoHotkey vs Sedaru

AutoHotkey logo

AutoHotkey

Utilities

Windows scripting language for hotkeys, text expansion and desktop automation

From
Free
Rated
-
Sedaru logo

Sedaru

Utilities

Water utility asset management and field operations built on top of Esri ArcGIS

From
On request
Rated
-

The short version

  • Only AutoHotkey has a free tier, so it costs nothing to try first.
  • Each has a real cost: 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.; Sedaru the Esri dependency is absolute: an ArcGIS licence is a separate and substantial cost outside the Sedaru contract, and utilities without ArcGIS must buy into that platform before Sedaru is even usable.
  • They diverge on capability: AutoHotkey covers Hotkeys and hotstrings, Sedaru covers Esri-native asset model.
  • Prices and features above were last checked on 1 September 2026.

Where they differ

Only the attributes on which AutoHotkey and Sedaru actually diverge.

Attributes where AutoHotkey and Sedaru differ
AttributeAutoHotkeySedaru
Starting priceFreeOn request
Pricing modelOpen source, no licence feequote
Free tierYesNo
PlatformsWindowsWeb, iOS, Android, Cloud

Identical on both: user rating (Not yet rated), category (Utilities).

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 AutoHotkey

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

Only in Sedaru

  • Esri-native asset model
  • Field crew mobile
  • Hydraulic model integration
  • SCADA alarm context
  • Capital planning
  • Customer service linkage

What people use each for

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

AutoHotkey

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

Sedaru

  • A water utility whose crews already work from ArcGIS maps and that wants work orders on the same map rather than in a separate CMMSnot AutoHotkey
  • A wastewater authority prioritising collection system renewal by risk and condition rather than by age alonenot AutoHotkey
  • Giving field crews offline access to network asset data and work history in areas with no mobile coveragenot AutoHotkey
  • A utility trying to connect SCADA alarms to the physical assets and recent work that explain them, instead of reading alarms in isolationnot AutoHotkey

Where each one falls short

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

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.

Sedaru

  • The Esri dependency is absolute: an ArcGIS licence is a separate and substantial cost outside the Sedaru contract, and utilities without ArcGIS must buy into that platform before Sedaru is even usable.
  • Sedaru inherits GIS data quality, so a utility with an incomplete or stale geodatabase discovers the gaps in front of field crews rather than fixing them, and the data remediation project is not in the Sedaru quote.
  • The North American water focus means limited relevance and limited implementation support outside that market, particularly for utilities operating under European or Australian regulatory reporting requirements.
  • Nothing is published on price and the product is sold within a large corporate portfolio, so a small utility has little basis for judging whether the quoted subscription is competitive.
  • It is a water and wastewater product; a municipality wanting one asset system across water, roads, parks and facilities will need a broader public works platform alongside it.

Pricing, plan by plan

AutoHotkey

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

Sedaru

On request
  • Sedaru$undefined/year
    • Subscription sized on utility scale and module selection
    • Esri ArcGIS licence required and purchased separately from Esri
    • Implementation and GIS data preparation quoted as services

Which should you pick?

Choose AutoHotkey if

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

Choose Sedaru if

  • You need esri-native asset model.
  • You work on Web, iOS, Android, Cloud.
  • You also want field crew mobile.

Questions people ask

Is AutoHotkey or Sedaru better?
Neither clearly leads. AutoHotkey starts at Free and Sedaru at On request, and user ratings are close enough to be indistinguishable. Choose on capability and platform support.
Which is cheaper, AutoHotkey or Sedaru?
AutoHotkey has a free tier; the other does not. Paid plans start at Free for AutoHotkey and On request for Sedaru.
Does AutoHotkey or Sedaru run on more platforms?
AutoHotkey runs on Windows. Sedaru runs on Web, iOS, Android, Cloud.
Can I use AutoHotkey for free?
Yes. AutoHotkey has a free tier, so you can try it without paying. Sedaru starts at On request.
What is AutoHotkey best used for?
AutoHotkey is most often used for remapping keyboard layouts or adding shortcuts to software that offers none, automating repetitive data entry in a legacy application with no api or command line, standardising clinical, legal or insurance text snippets across a team through hotstrings, driving a vendor application through its interface as part of a nightly unattended process. Of those, remapping keyboard layouts or adding shortcuts to software that offers none and automating repetitive data entry in a legacy application with no api or command line are not what Sedaru is typically brought in for.
What can AutoHotkey do that Sedaru cannot?
AutoHotkey covers Hotkeys and hotstrings, Synthetic input, Window and control access, COM and DLL calls. Sedaru covers Esri-native asset model, Field crew mobile, Hydraulic model integration, SCADA alarm context.

Answered from the vendors’ own pages

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.

Sedaru: Do I need Esri ArcGIS to use Sedaru?

Yes. Sedaru is built on the ArcGIS geodatabase and the Esri licence is a separate purchase from Esri, not part of the Sedaru subscription.

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.

Sedaru: Who owns Sedaru?

Aquatic Informatics, which is part of Veralto, the water quality group spun out of Danaher in 2023.

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.

Sedaru: Does Sedaru replace a CMMS?

For water network assets, largely yes. For plant equipment and facilities maintenance many utilities still run a separate CMMS.

Sedaru: Is pricing published?

No. Subscriptions are sized on the utility and quoted, with implementation and data preparation charged as services.

Share

Related pages

Other head to heads