Nuitka Blog
12 January - Nuitka this week #14
17 December - Nuitka Release 1.9
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler, “download now”.
30 September - Nuitka Release 1.8
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler, “download now”.
01 August - Python 3.11 and Nuitka full support
I kind of noticed, that I never really updated this post series to its conclusion. Python 3.11 is now fully supported by Nuitka, that is the TLDR. This has been the case since 1.6, and the 1.7 release improved on it, and 1.8 well is around the corner, so it’s about time to state it now in dedicated form.
15 July - Nuitka Release 1.7
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler, “download now”.
What is Nuitka
Nuitka is the optimizing Python compiler written in Python that creates executables that run without an need for a separate installer. Data files can both be included or put alongside.
It is easy to use and just works. It is fully compatible with Python2 (2.6, 2.7) and Python3 (3.4 - 3.11), works on Windows, macOS, Linux and more, basically where Python works for you already.
Nuitka Standard
The standard edition bundles your code, dependencies and data into a single executable if you want. It also does acceleration, just running faster in the same environment, and can produce extension modules as well. It is freely distributed under the Apache license.
Nuitka Commercial
The commercial edition additionally protects your code, data and outputs, so that users of the executable cannot access these. This a private repository of plugins that you pay to get access to. Additionally, you can purchase priority support.