Downloading Haxe 4.0.3

If your download does not begin automatically please click here.

Support the Haxe Foundation

Thank you for downloading Haxe. If you'd like to support the Haxe Foundation please consider donating to keep our open source efforts thriving.

Monthly Donation Amount

Get Technical Help

Get support directly from the Haxe team. The Haxe Foundation offers several support tiers to help with your organization's technical challenges.

Explore our support plans

What next?

Release Notes

Dear Community,

On behalf of the Haxe Foundation we are proud to announce that Haxe 4.0.3 is now officially released!

In this bugfix release we focused on fixing regressions and reworked the windows installer to avoid false positives from anti-virus software.

See the changelog below for further details. If you have any suggestions or run into any problems, don’t hesitate to open an issue on GitHub.

We want to thank everyone involved and hope to see your codebases transition to Haxe 4 soon!

Change Log

2019-11-29: 4.0.3

General improvements and optimizations:

  • hl : profiler API

Bugfixes:

  • all : fixed EnumValue handling in constant propagation with analyzer enabled (#8959)
  • all : fixed compiler crash upon Void items in array declarations (#8972)
  • hl : fixed sys.thread.Lock implementation for Hashlink 1.11+ (#8699)
  • js/eval/java/jvm/cs/python/lua : fixed Std.parseInt() for hexadecimals with leading whitespaces (#8978)
  • java/cs : fixed Reflect.callMethod(o, method, args) for args not containing optional arguments (#8975)
  • cs : fixed Json.stringify for @:struct-annotated classes (#8979)
  • cs : fixed bitwise shifts for cs.types.Int64 (#8978)
  • python : fixed invalid generation of some inlined code blocks (#8971)
  • std : fixed an exception from haxe.zip.Huffman on reading a zip (#8875)
  • windows : workaround windows installer being detected as a malware by some anti-virus software (#8951)
  • windows : fix PATH env var modification when running windows installer without admin privileges (#8870)
  • all : fixed null-safety checker for field access on a call to inlined function

Getting Started With Haxe

Now that you've downloaded Haxe, you can get started with a specific platform. Click on a logo to learn how to set up the development environment and how to proceed from there:

For getting started with Haxe, take a look at our introduction, read through the Haxe Manual or look at these use cases for Haxe, including tutorials and popular libraries: