Nuitka the Python Compiler
Nuitka Blog
26 March - Nuitka Release 1.5
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler, “download now”.
13 March - Python 3.11 and Nuitka experimental support
In my all in with Nuitka post and my first post Python 3.11 and Nuitka and then progress post Python 3.11 and Nuitka Progress , I promised to give you more updates on Python 3.11 and in general.
18 February - Python 3.11 and Nuitka Progress
In my all in with Nuitka post and my first post Python 3.11 and Nuitka, I promised to give you more updates on Python 3.11 and in general. So this is where 3.11 is at, and the TLDR is, experimental support is coming with Nuitka 1.5 release.
13 February - Nuitka Package Configuration Part 2
This is the second part of a post series under the tag package_config that explains the Nuitka package configuration in more detail. To recap, Nuitka package configuration is the way Nuitka learns about hidden dependencies, needed DLLs, data files, and just generally avoids bloat in the compilation. The details are here on a dedicate page on the web site in Nuitka Package Configuration but reading on will be just fine.
05 February - Nuitka Release 1.4
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.3 - 3.10), 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.