macOS
brew install nuitkalocal Homebrew formula metadata
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de nuitka pour les workflows d'agents IA.
installation
brew install nuitkalocal Homebrew formula metadata
sudo apt install nuitkaUbuntu 24.04 LTS package indexes · nuitka · Source: archive.ubuntu.com
aperçu
Python compiler written in Python
historique
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.
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.
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.
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.
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.
posture de sécurité
Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour nuitka. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
compile-python-for-nuitka-linux.sh | cli | exécutable global | |
nuitka | cli | exécutable global | |
nuitka-run | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
métadonnées d'installation
| Clé du paquet | brew:nuitka |
|---|---|
| Version | 4.1.3 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/nuitka |
| Page d'accueil | https://nuitka.net |
| Dépôt | https://github.com/Nuitka/Nuitka |
| Docs amont | https://nuitka.net/user-documentation/user-manual.html |
| Licence | AGPL-3.0-only |
| Archive source | https://files.pythonhosted.org/packages/3f/d8/bdb7febea4b4fe5d3d6fe2610f946771f03e792e05a5e8ec00b62c00b265/nuitka-4.1.3.tar.gz |
| Dernière mise à jour | 2026-06-22T13:55:04Z |
| Pulse | updated |
| Dépendances | ccache, python@3.14 |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| 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 |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
nuitka 1.3.5+ds-1
Python compiler with full language support and CPython compatibility
sudo apt install nuitkapiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.