Downloading Haxe 4.1.4

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 the official release of Haxe 4.1.4!

This is a bugfix release. Check out the changelog below for more information.

If you have any suggestions or run into any problems, feel free to open an issue on GitHub.

Thanks to everyone involved!

Change Log

2020-09-11 4.1.4

General improvements:

  • all : allowed Any as type parameter in catch(e:SomeType<Any>) (#9641)
  • all : improved compilation speed for try..catch expressions (#9848)

Bugfixes:

  • all : fixed switch typing error for arrow functions with Void return type (#9813)
  • all : fixed typing of arrow functions with empty blocks as bodies (#9843)
  • macro : fixed haxe.macro.Context.getResources() (#9838)
  • php : fixed false detection of catch vars in anonymous functions as captured from outer scope
  • php : fixed return type of extern definition for fseek function
  • cs,java : fixed generation of @:generic classes with anonymous functions (#9799)
  • jvm : fixed sending/reading messages with sys.thread.Threads for threads created outside of Haxe (#9863)
  • jvm : fixed multiplication of Null<Float> and Int (#9870)
  • flash : fixed loading swc libraries containing Vector without a type parameter (#9805)
  • hl : fixed messages being send to wrong threads with sendMessage/readMessage in sys.thread.Thread (#9875)
  • cpp : fixed cpp.Lib.stringReference() (#8457)

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: