Downloads

Get NovaScript

Binaries and compiler tools are currently preparing for initial deployment. Choose a release type below or build directly from the master repository.

Stable Release

Download the latest tested build for Linux x86-64, with Windows and Debian packages also available.

Nightly Build

Verify the package hashes or inspect the source repository for the latest development build.

Building from Source

Can't wait for target binaries? You can test the dynamic engines immediately using the reference interpreters inside the native toolchain environment.

# Clone down the development toolchain branch
git clone https://github.com/PLBeluga/nova-lang.git
cd nova-lang

# Run source code immediately using the Python reference interpreter
python nova.py examples/hello.nova