We’ve pushed the latest Nox codebase (0.6.0) to git on noxrepo. Currently this version is available from git pending updates to documentation and further examples. We will provide more formal release notes on 0.6.0 later, but briefly it is a much simpler and robust codebase than 0.5. We suggest that projects built on Nox plan to transition to 0.6.0.
To get/build the code:
git clone git://noxrepo.org/nox
cd nox
./boot.sh
mkdir build
cd build/
../configure
make

