macOS
brew install maturinlocal Homebrew formula metadata
brew
maturin のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install maturinlocal Homebrew formula metadata
sudo apk add maturinAlpine Linux edge package indexes · maturin · ソース: dl-cdn.alpinelinux.org
sudo dnf install maturinFedora Rawhide package metadata · maturin · ソース: dl.fedoraproject.org
nix profile install nixpkgs#maturinnixpkgs package indexes · pkgs/by-name/ma/maturin/package.nix · ソース: api.github.com
sudo pacman -S maturinArch Linux sync databases · maturin · ソース: geo.mirror.pkgbuild.com
概要
Build and publish Rust crates as Python packages
履歴
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.
セキュリティ状態
maturin に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
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.toml実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
maturin | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/PyO3/maturin
インストールメタデータ
| パッケージキー | brew:maturin |
|---|---|
| バージョン | 1.14.1 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/maturin |
| ホームページ | https://github.com/PyO3/maturin |
| リポジトリ | https://github.com/PyO3/maturin |
| 上流ドキュメント | https://www.maturin.rs/ |
| ライセンス | Apache-2.0 OR MIT |
| ソースアーカイブ | https://github.com/PyO3/maturin/archive/refs/tags/v1.14.1.tar.gz |
| 最終更新 | 2026-06-19T08:00:43Z |
| Pulse | updated |
| 依存関係 | xz |
| ビルド依存関係 | pkgconf, rust |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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 maturinソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.