macOS
brew install maturinlocal Homebrew formula metadata
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de maturin pour les workflows d'agents IA.
installation
brew install maturinlocal Homebrew formula metadata
sudo apk add maturinAlpine Linux edge package indexes · maturin · Source: dl-cdn.alpinelinux.org
sudo dnf install maturinFedora Rawhide package metadata · maturin · Source: dl.fedoraproject.org
nix profile install nixpkgs#maturinnixpkgs package indexes · pkgs/by-name/ma/maturin/package.nix · Source: api.github.com
sudo pacman -S maturinArch Linux sync databases · maturin · Source: geo.mirror.pkgbuild.com
aperçu
Build and publish Rust crates as Python packages
historique
maturin is the PyO3 ecosystem's Rust-to-Python packaging tool. It builds Rust crates with PyO3, cffi, UniFFI, and binary bindings into Python wheels and source distributions, and can also publish packages to PyPI.
The README identifies maturin as formerly `pyo3-pack`, and the changelog records the 0.1.0 release on 2018-08-22. A later changelog entry states that the project changed its name from pyo3-pack to maturin and added PEP 517 support.
The project evolved from a PyO3-focused wheel builder into a broader Python packaging bridge for Rust. The README documents support for Python 3.8+ wheels on Windows, Linux, macOS, and FreeBSD, plus PyPy and GraalPy support. The changelog tracks packaging-specific work such as manylinux, musllinux, auditwheel behavior, PEP 621 metadata, PEP 660 editable installs, UniFFI support, Zig-based cross compilation, and PyPI attestations.
maturin's adoption followed the growth of Python packages with Rust native extensions. The README examples list prominent Rust-backed Python projects and bindings such as orjson, polars, pydantic-core, ruff, tantivy-py, watchfiles, DataFusion/Arrow bindings, and delta-rs Python bindings.
The batch input records packaging in Homebrew, Alpine, Fedora, Nix, and Arch. In practice, maturin is also commonly installed from PyPI with pip, pipx, uv, or as part of PEP 517 builds, making it both an end-user CLI and a build backend in Python packaging workflows.
Common commands are `maturin new`, `maturin build`, and `maturin develop`. The README recommends `maturin build` for producing wheels under `target/wheels`, `maturin develop` for installing into the current virtualenv during development, and `uv publish` or related tooling for publication.
Configuration lives in `pyproject.toml` when projects need Python metadata, build-system configuration, `tool.maturin` options, Python source layout, binding type, compatibility settings, include rules, or PEP 621 metadata. For simple projects, the README says maturin can work with minimal extra configuration and merge metadata from Cargo.toml and pyproject.toml.
maturin is a package-nerd cornerstone because it sits exactly where Rust's Cargo model and Python's wheel/PEP ecosystem meet. It hides a lot of platform tagging, manylinux/musllinux, interpreter detection, native-library repair, metadata, and cross-compilation detail behind one command.
Its importance rose as Python projects adopted Rust for speed and safety while still needing ordinary `pip install` behavior. For distro and Homebrew maintainers, maturin is both a packaged tool and part of the build chain for other packages.
posture de sécurité
Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour maturin. 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.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
pyproject.tomlexécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
maturin | 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.
https://github.com/PyO3/maturin
métadonnées d'installation
| Clé du paquet | brew:maturin |
|---|---|
| Version | 1.14.1 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/maturin |
| Page d'accueil | https://github.com/PyO3/maturin |
| Dépôt | https://github.com/PyO3/maturin |
| Docs amont | https://www.maturin.rs/ |
| Licence | Apache-2.0 OR MIT |
| Archive source | https://github.com/PyO3/maturin/archive/refs/tags/v1.14.1.tar.gz |
| Dernière mise à jour | 2026-06-19T08:00:43Z |
| Pulse | updated |
| Dépendances | xz |
| Dépendances de compilation | pkgconf, rust |
| 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 | maturin |
| 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.
maturin
nix profile install nixpkgs#maturinmaturin 1.11.5-r1
Build and publish crates with pyo3, rust-cpython and cffi bindings
https://github.com/PyO3/maturin
sudo apk add maturinmaturin-bash-completion 1.11.5-r1
Bash completions for maturin
https://github.com/PyO3/maturin
sudo apk add maturin-bash-completionmaturin-fish-completion 1.11.5-r1
Fish completions for maturin
https://github.com/PyO3/maturin
sudo apk add maturin-fish-completionmaturin-zsh-completion 1.11.5-r1
Zsh completions for maturin
https://github.com/PyO3/maturin
sudo apk add maturin-zsh-completionpy3-maturin 1.11.5-r1
Build and publish crates with pyo3, rust-cpython and cffi bindings (python module)
https://github.com/PyO3/maturin
sudo apk add py3-maturinpy3-maturin-pyc 1.11.5-r1
Precompiled Python bytecode for py3-maturin
https://github.com/PyO3/maturin
sudo apk add py3-maturin-pycmaturin 1.9.6-6.fc45
Build and publish Rust crates as Python packages
https://github.com/PyO3/maturin
sudo dnf install maturinmaturin 1.13.3-1
Build and publish crates with pyo3, rust-cpython and cffi bindings
https://github.com/PyO3/maturin
sudo pacman -S maturinpiste 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.