# Install nuitka with Homebrew, apt

Python compiler written in Python. Version 4.1.3 via Homebrew; verified 2026-06-22.

## Install

```sh
sudo av install brew:nuitka
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install nuitka
```

  Evidence: local Homebrew formula metadata

### Linux

- Ubuntu apt (92%):

```sh
sudo apt install nuitka
```

  Evidence: Ubuntu 24.04 LTS package indexes: nuitka from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

## Package facts

- **Package key:** brew:nuitka
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/nuitka>
- **Version:** 4.1.3
- **Source summary:** Python compiler written in Python
- **Homepage:** <https://nuitka.net>
- **Repository:** <https://github.com/Nuitka/Nuitka>
- **Upstream docs:** <https://nuitka.net/user-documentation/user-manual.html>
- **License:** AGPL-3.0-only
- **Source archive:** <https://files.pythonhosted.org/packages/3f/d8/bdb7febea4b4fe5d3d6fe2610f946771f03e792e05a5e8ec00b62c00b265/nuitka-4.1.3.tar.gz>
- **Last updated:** 2026-06-22T13:55:04Z
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- compile-python-for-nuitka-linux.sh (cli)
- nuitka (cli)
- nuitka-run (cli)
- compile-python-for-nuitka-linux.sh (alias)
- nuitka (alias)
- nuitka-run (alias)

## Dependencies

- ccache
- python@3.14

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 4.1.3
- Package-manager updated: 2026-06-22
- Local data: ok
- Upstream repository: https://nuitka.net
- info: Release/tag comparison is only available for GitHub repositories.
## Project history and usage

Nuitka is a Python compiler written in Python. It translates Python programs into compiled executables or extension modules, with special attention to CPython compatibility and deployment modes such as standalone and onefile builds.

### Project history

Nuitka has roots in Kay Hayen's long-running Python compiler work. The official Nuitka blog index lists early stable releases back to at least Nuitka 0.2 on August 28, 2010, and later records Nuitka 1.0 on August 16, 2022, showing a project that spent many years maturing before the 1.0 milestone.

The GitHub repository was created on April 23, 2013, according to GitHub's repository API. By July 1, 2026, the same API reported 14,965 stars, which matches the pattern of a specialized but well-known packaging/compiler project rather than a tiny one-off CLI.

### Adoption history

Nuitka's adoption track is tied to Python application distribution. Instead of only bundling Python files, it compiles Python through C/C toolchains and can produce executables that run without a separate installer. The official homepage says it works across Windows, macOS, Linux, and other Python-supported systems, and the GitHub README highlights standalone and onefile modes.

Homebrew packages Nuitka for macOS and Linux users; its formula showed stable version 4.1.3 and 1,054 installs over the 365-day analytics window visible on July 1, 2026. The project is also packaged by Linux distributions, including Ubuntu in this av.db source record, which gives it a route into distro-managed Python tooling.

### How it is used

Package nerds reach for Nuitka when they want a Python program delivered as an executable, especially desktop apps, CLI tools, or internal utilities where asking the user to install Python and dependencies is undesirable. The common mental model is: install Nuitka, compile the entry point, decide between accelerated/module/standalone/onefile behavior, and then tune data files, imports, plugins, and platform-specific compiler details.

`--mode=standalone` and `--mode=onefile` matter in real usage because they answer different distribution problems: a directory tree that carries the runtime and dependencies, or a compressed single-file executable that extracts/runs as needed. Nuitka users often compare that tradeoff against PyInstaller, cx_Freeze, and native extension builds.

### Why package nerds care

Nuitka sits at the boundary between packaging and compilation. It is not the default Python package installer, but it is one of the serious tools people evaluate when Python packaging stops being about libraries and becomes about shipping an application to machines that may not have a managed Python environment.

### Timeline

- 2010-08-28: Official blog index lists Nuitka Release 0.2.
- 2013-04-23: GitHub repository created.
- 2022-08-16: Official blog index lists Nuitka Release 1.0.
- 2026-07-01: GitHub API reported 14,965 stars; Homebrew formula showed stable 4.1.3.

### Related projects

- CPython
- PyInstaller
- cx_Freeze
- setuptools
- Python packaging

### Sources

- <https://api.github.com/repos/Nuitka/Nuitka>
- <https://formulae.brew.sh/formula/nuitka>
- <https://github.com/Nuitka/Nuitka>
- <https://nuitka.net/>
- <https://nuitka.net/blog/author/kay-hayen.html>
- <https://nuitka.net/user-documentation/user-manual.html>


## Security Notes

No matching local secret-handling manifest was found for nuitka. Nucleus package metadata is still published here so future coverage has a stable package URL.


## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** nuitka
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Other Package-Manager Records

- Ubuntu apt - nuitka - 1.3.5+ds-1: normalized package name match | Ubuntu 24.04 LTS package indexes: nuitka from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Python compiler with full language support and CPython compatibility | https://nuitka.net


## Related links

- [Package publisher tools](https://www.automicvault.com/pkg/package-publishers/) - Belongs to a package publishing or registry command family.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [ccache](https://www.automicvault.com/pkg/brew/ccache/) - Runtime dependency declared by Homebrew.
- [python@3.14](https://www.automicvault.com/pkg/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [bunster](https://www.automicvault.com/pkg/brew/bunster/) - Shares av.db curated category or tags: cli, compiler, compilers, developer-tools, packaging.
- [pythran](https://www.automicvault.com/pkg/brew/pythran/) - Shares av.db curated category or tags: cli, compiler, compilers, developer-tools, python.
- [aarch64-elf-gcc](https://www.automicvault.com/pkg/brew/aarch64-elf-gcc/) - Shares av.db curated category or tags: cli, compiler, compilers, developer-tools.
- [abi3audit](https://www.automicvault.com/pkg/brew/abi3audit/) - Shares av.db curated category or tags: cli, cpython, developer-tools, packaging, python.
- [adaptivecpp](https://www.automicvault.com/pkg/brew/adaptivecpp/) - Shares av.db curated category or tags: cli, compiler, compilers, developer-tools.
- [arm-none-eabi-gcc](https://www.automicvault.com/pkg/brew/arm-none-eabi-gcc/) - Shares av.db curated category or tags: cli, compiler, compilers, developer-tools.
- [dtc](https://www.automicvault.com/pkg/brew/dtc/) - Shares av.db curated category or tags: cli, compiler, compilers, developer-tools.
- [foma](https://www.automicvault.com/pkg/brew/foma/) - Shares av.db curated category or tags: cli, compiler, compilers, developer-tools.

## Combined YAML source

View the package source record on GitHub. [combined/nuitka.yml](https://github.com/automic-vault/db/blob/main/combined/nuitka.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
