Downloads

The following downloads are currently available :

You can access Neko sources from the GitHub Repository.

Snapshot Builds

Windows

Compiled binaries can be found in the "artifacts" tab of each AppVeyor build.

Mac

Neko snapshot of the latest master branch can be built using homebrew in a single command: brew install neko --HEAD. It will install required dependencies, build, and install Neko to the system. The binaries can be found at brew --prefix neko.

Use brew reinstall neko --HEAD to upgrade in the future.

Linux

Ubuntu users can use the Haxe Foundation snapshots PPA to install a Neko package built from the latest master branch. To do so, run the commands as follows:

sudo add-apt-repository ppa:haxe/snapshots -y
sudo apt-get update
sudo apt-get install neko -y

Users of other Linux/FreeBSD distributions should build Neko from source. See README.md for additional instructions.

© 2019 Haxe Foundation | Contribute to this page