CMD + K

nuitka

Community

Python compiler with full language support and CPython compatibility

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::nuitka

Usage Tracking

2.8.9
2.8.8
2.8.4
2.8.3
2.8.2
5 / 8 versions selected
Downloads (Last 6 months): 0

Description

Nuitka is the Python compiler. It is a seamless replacement or extension to the Python interpreter and compiles every construct that CPython 2.6, 2.7, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13 have. It then executes uncompiled code, and compiled code together in an extremely compatible manner.

You can use all Python library modules or and all extension modules freely. It translates the Python into a C level program that then uses "libpython" to execute in the same way as CPython does. All optimization is aimed at avoiding overhead, where it's unnecessary. None is aimed at removing compatibility, although slight improvements will occassionally be done, where not every bug of standard Python is emulated, e.g. more complete error messages are given, but there is a full compatibility mode to disable even that.

About

Summary

Python compiler with full language support and CPython compatibility

Last Updated

Nov 29, 2025 at 13:26

License

Apache-2.0

Total Downloads

2.5M

Supported Platforms

macOS-64
macOS-arm64
win-64
linux-ppc64le
linux-aarch64
linux-64

Unsupported Platforms

noarch Last supported version: 1.0.6
win-32 Last supported version: 0.5.29.4