Download (nightly): Installer (x64), OS X Bundle, Binaries, Portable, Source
Any previous pre-release versions must be uninstalled first. The nightly versions contain the latest bleeding edge binaries built against the development source and should only be used for testing. Also see: releases, status, changelog.
Benefits to existing AutoHotkey users:
[*:3la85pev]All Unicode
[*:3la85pev]Runs natively as 32 bit or 64 bit depending on your hardware
[*:3la85pev]Write once, run everywhere - your same compiled scripts will run on every platform with a .NET compatible runtime
[*:3la85pev]No source code is attached to compiled assemblies, the resulting binary resembles nothing like your original syntax and cannot be decompiled
[*:3la85pev]Permissive BSD license, freely use any part in your commercial or closed source software
[*:3la85pev]Modular design means you can use the command library or host the script engine in your own applications
[*:3la85pev]Arrays and objects with JSON syntax
[*:3la85pev]An active and open development cycle
[*:3la85pev]... and more!Bugs and suggestions are welcome on our issue tracker.
Follow developments on twitter @ironahk or GitHub.


Same script running on Windows 7 and Xubuntu Karmic.
Finally, thanks to the following people for their help in this project:
[*:3la85pev]Tobias, the co-developer responsible for Unix ports and the CIL compiler
[*:3la85pev]IsNull for key contributions to the command library
[*:3la85pev]DerRaphael for testing and bug reports
[*:3la85pev]infogulch for many useful suggestions
[*:3la85pev]Chris from autokey for X11 advice
[*:3la85pev]Slav2Gruzdev for submitting patches with improvements to the command library
[*:3la85pev]Chris for AutoHotkey