Nuitka the Python Compiler

Nuitka Blog

  • 20 January - Nuitka Package Configuration Kickoff

    The term “kickoff” refers to a series of posts about the Nuitka package configuration. The details are here on a dedicate page on the web site only. Nuitka Package Configuration.

  • 28 December - Nuitka Release 1.3

    This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler, “download now”.

  • 10 December - Python 3.11 and Nuitka

    In my all in with Nuitka post, I promised to give you an update on the current status of Python 3.11 support and Nuitka, and this is the report on my busy bee activities there.

  • 09 December - All in with Nuitka

    After more than 10 years of working on the Python compiler Nuitka, and at the age of 50, I have finally decided to take the plunge. My projects “Nuitka” and “Nuitka commercial” are now my day job, and I quit my work in the Air Traffic Community, after working on ARTAS (a software to create an Air Situation Picture from radar and other sensors) for 20 years.

  • 26 November - Nuitka Release 1.2

    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.

Get Nuitka Standard

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.

Find out more …