Nuitka IT Manager Tour

Dear IT manager,

your team writes Python, and you are responsible for the results: how software gets to customers, how the intellectual property is protected, and what it costs to run. This tour shows how Nuitka addresses those concerns.

What Nuitka does for you

Nuitka is the Python compiler. It gives your business:

  • IP protection: ship binaries instead of source code. With Nuitka Commercial, your data files, program constants, outputs, and tracebacks are protected too, so your work cannot easily be stolen by competitors or curious clients.

  • Deployment: standalone or single file executables that do not need a Python installation. Your customers get a program, and your support has one less environment to debug.

  • Performance: compiled programs run faster, often significantly so, and start up faster.

  • Cost savings: less support effort, smaller containers and images where Python is no longer needed, and fewer development shortcuts taken to protect software.

Standard vs. Commercial

The standard edition is Free Software and already does compilation, acceleration, and bundling into executables.

Nuitka Commercial is a subscription that adds the things businesses typically need:

  • Obfuscated program constants and protected data files.

  • Encrypted outputs and tracebacks.

  • Legacy OS support, e.g. Windows 7 or even Windows XP, and portable Linux builds.

  • Convenience plugins, e.g. for Windows services and automatic updates of your deployed software.

See Nuitka Commercial for the full list.

Licensing, Plainly

Nuitka itself is AGPLv3 licensed, but that does not apply to the software you compile with it. Your code, and the binaries created from it, remain yours under your own license.

The commercial plugins are delivered as a private repository. You may not redistribute their source code, but your use is otherwise unrestricted, even after the subscription ends.

Next Steps