Downloading Haxe 3.1.1

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,

We just released Haxe 3.1.1 with various fixes. It is available at https://haxe.org/download

Although originally intended as a pure bugfix release, three minor new features found their way in. Make sure to check out the changelog (https://haxe.org/file/CHANGES.txt).

Thank you for your support

Change Log

New features:

  • all : added -D deprecation-warnings
  • all : allowed \u escape sequences in strings
  • cs : implemented haxe.CallStack

Bugfixes:

  • all : fixed wrong handling of "" and null in haxe.io.Path.join
  • all : fixed invalid cast-to-self generation on some abstracts
  • all : removed @:to Dynamic from UInt to avoid issues in the Map selection algorithm
  • all : fixed various issues with UInt
  • all : fixed position setter in haxe.io.BytesInput
  • all : fixed various issues with member/static extension macros
  • flash : fixed invalid override involving single-constraint type parameters
  • flash8 : fixed various bugs
  • js : fixed a problem with Std.string(null) being optimized incorrectly
  • js : fixed custom generators
  • cpp : dealt with string literals that are too long for MSVC
  • cs : fixed various issues with -net-lib

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: