We keep our development version always as stable as possible, so it's a viable option if you want to start using the system.
Get the source: You can download the code here: Download zip or use Git, if you want to track our changes:
git clone https://github.com/dimalabs/ozone.git
Go to the project directory:
cd ozone
And build the project using Maven
mvn -DskipTests clean package # this will take up to 5 minutes
The distribution binaries are assembled under
stratosphere-dist/target/stratosphere-dist-0.2-ozone-bin/stratosphere-0.2-ozone/
Please refer to our README for further instructions on running your first code.
stratosphere-dist/target/stratosphere-dist-0.2-ozone.deb
you will find a Debian package that can be used with your OS package manager if you are a Debian or Ubuntu user.
There are currently no official releases in the Ozone project. The most recent development version is the best you can get.
Don't hesitate to ask if you have any questions. The best way to get fast and good help is to open an issue on GitHub.