Downloads

The current release is Nuitka 0.3.19.2, which is a good replacement of CPython with somewhat better performance. A 258% speed factor for the pystone benchmark. The project didn’t focus much on the performance side of things so far, therefore more improvements are expected in the future.

Downloads

These archives are source and can be used directly, simply start “bin/nuitka –help” or read README.pdf to get started:

Source archives

Stable: Nuitka 0.3.19.2 (0.6 MB tar.gz)
Stable: Nuitka 0.3.19.2 (0.5 MB tar.bz2)
Stable: Nuitka 0.3.19.2 (1.1 MB zip)

Develop: Nuitka 0.3.20pre6 (0.6 MB tar.gz)
Develop: Nuitka 0.3.20pre6 (0.5 MB tar.bz2)
Develop: Nuitka 0.3.20pre6 (1.2 MB zip)

Note: Due to the sizes, only the tests are contained the adapted CPython test suite is split away from the rest and provided in git only.

Packages

Stable: Windows Installer: Nuitka 0.3.19.2 (1.2 MB exe)
Stable: Debian Package: Nuitka 0.3.19.2 (0.2 MB deb) (only on Wheezy, all architectures)
Stable: Ubuntu 10.10 (Maverick) Package: Nuitka 0.3.19.2 (0.2 MB deb)
Stable: Ubuntu 11.04 (Natty) Package: Nuitka 0.3.19.2 (0.2 MB deb)
Stable: Ubuntu 11.10 (Oneiric) Package: Nuitka 0.3.19.2 (0.2 MB deb)
Stable: Arch Linux Nuitka 0.3.19.2 (maintained by Panagiotis Mavrogiorgos)

Develop: Windows Installer: Nuitka 0.3.20pre6 (1.2 MB exe)
Develop: Debian Package: Nuitka 0.3.20pre6 (0.2 MB deb) (only on Wheezy, all architectures)
Develop: Arch Linux Nuitka from git develop (maintained by Panagiotis Mavrogiorgos)

git

Stable: git clone http://git.nuitka.net/Nuitka.git
Develop: git clone –branch develop http://git.nuitka.net/Nuitka.git

Then do your own modifications, and do git “pull –rebase” each time there is a new release. To reduce your differences, feel free to send me pull requests or the patches you create with “git format-patch <commit-id>” and I will likely merge it.

Please note: If you publish your own repository of Nuitka, please be so kind and name it “Nuitka-unoffical” or similar, or else it might be mistaken with the real thing, and drop me a line about it, just so I know.

Comments are closed.