Downloading Haxe 3.4.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 I am proud to announce that Haxe 3.4.3 is now officially released! It is available along with the changelog at https://haxe.org/download.

This is a bugfix release for various minor issues that showed up in 3.4.2.

Please test your Haxe code with this version and let us know if you come across any problems at https://github.com/HaxeFoundation/haxe/issues.

Thank you for your support

Change Log

Bugfixes:

  • all : fixed DCE issue with interface fields (#6502)
  • cpp : fixed return typing for embedded closures (#6121)
  • php7: fixed @:enum abstract generation without -dce full (#6175)
  • php7: fixed using enum constructor with arguments as a call argument (#6177)
  • php7: fixed accessing methods on dynamic values (#6211)
  • php7: fixed null property access (#6281)
  • php7: fixed setting values in a map stored in another map (#6257)
  • php7: implemented php.Lib.mail()
  • php7: implemented php.Lib.loadLib()
  • php7: implemented php.Lib.getClasses() (#6384)
  • php7: fixed exception on Reflect.getProperty(o, field) if requested field does not exist (#6559)
  • php/php7: fixed accessing enum constructors on enum type stored to a variable (#6159)
  • php/php7: fixed "cannot implement previously implemented interface" (#6208)
  • php: fixed invoking functions stored in dynamic static vars (#6158)
  • php: fixed field access on new MyClass() expressions wrapped in a cast (#6294)
  • macro : fixed bug in addClassPath that overwrites macro class paths with context class paths

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:

API Documentation: Download the API documentation for this version as a ZIP file.