Automic VaultAutomic Vault

brew

maturin を Homebrew, apk, dnf, Nix, pacman でインストール

maturin のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install maturin

local Homebrew formula metadata

Linux

Alpine Linux apk確認済み · 92%
sudo apk add maturin

Alpine Linux edge package indexes · maturin · ソース: dl-cdn.alpinelinux.org

Fedora dnf確認済み · 92%
sudo dnf install maturin

Fedora Rawhide package metadata · maturin · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#maturin

nixpkgs package indexes · pkgs/by-name/ma/maturin/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S maturin

Arch Linux sync databases · maturin · ソース: geo.mirror.pkgbuild.com

概要

パッケージ概要

Build and publish Rust crates as Python packages

コマンドとエイリアス

  • maturin

履歴

プロジェクトの歴史と使われ方

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.

タイムライン

  • 2018: Changelog records the 0.1.0 release.
  • 2020: Changelog records the rename from pyo3-pack to maturin and PEP 517 support.
  • 2023: GitHub release v1.0.0 is published.
  • 2020s: Changelog records support for PEP 621, PEP 660, musllinux, UniFFI, Zig cross compilation, SBOMs, and PyPI attestations.

Related projects

  • maturin is closely tied to PyO3 and Python packaging standards. Neighboring tools and projects include setuptools-rust, auditwheel, cibuildwheel, uv, pipx, Cargo, PyPI, and Rust-backed Python packages such as pydantic-core, ruff, orjson, polars, and watchfiles.

セキュリティ状態

保護ツール対応はまだ見つかっていません

maturin に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 1 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 2 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
pyproject.toml

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
maturincliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-10
マネージャ版1.14.1
マネージャ更新日2026-06-19
ローカルデータOK
上流最新
検出された最新v1.14.1

https://github.com/PyO3/maturin

  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキー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
Pulseupdated
依存関係xz
ビルド依存関係pkgconf, rust
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namematurin
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Nix95%

maturin

nix profile install nixpkgs#maturin
  • normalized package name match
  • 一致条件: Maturin
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ma/maturin/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

maturin 1.11.5-r1

Build and publish crates with pyo3, rust-cpython and cffi bindings

https://github.com/PyO3/maturin

sudo apk add maturin
  • License: Apache-2.0 OR MIT
  • Architecture: x86_64
  • Source Package: maturin
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Maturin
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: maturin from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

maturin-bash-completion 1.11.5-r1

Bash completions for maturin

https://github.com/PyO3/maturin

sudo apk add maturin-bash-completion
  • License: Apache-2.0 OR MIT
  • Architecture: x86_64
  • Source Package: maturin
  • normalized package name match
  • 一致条件: Maturin
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: maturin-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

maturin-fish-completion 1.11.5-r1

Fish completions for maturin

https://github.com/PyO3/maturin

sudo apk add maturin-fish-completion
  • License: Apache-2.0 OR MIT
  • Architecture: x86_64
  • Source Package: maturin
  • normalized package name match
  • 一致条件: Maturin
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: maturin-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

maturin-zsh-completion 1.11.5-r1

Zsh completions for maturin

https://github.com/PyO3/maturin

sudo apk add maturin-zsh-completion
  • License: Apache-2.0 OR MIT
  • Architecture: x86_64
  • Source Package: maturin
  • normalized package name match
  • 一致条件: Maturin
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: maturin-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

py3-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-maturin
  • License: Apache-2.0 OR MIT
  • Architecture: x86_64
  • Source Package: maturin
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Maturin
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: py3-maturin from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

py3-maturin-pyc 1.11.5-r1

Precompiled Python bytecode for py3-maturin

https://github.com/PyO3/maturin

sudo apk add py3-maturin-pyc
  • License: Apache-2.0 OR MIT
  • Architecture: x86_64
  • Source Package: maturin
  • 1 依存関係
  • normalized package name match
  • 一致条件: Maturin
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: py3-maturin-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

maturin 1.9.6-6.fc45

Build and publish Rust crates as Python packages

https://github.com/PyO3/maturin

sudo dnf install maturin
  • License: 0BSD AND Apache-2.0 AND Apache-2.0 WITH LLVM-exception AND BSD-3-Clause AND MIT AND MPL-2.0 AND Unicode-3.0 AND Unicode-DFS-2016 AND (0BSD OR MIT OR
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: maturin
  • 8 依存関係
  • 6 提供
  • normalized package name match
  • 一致条件: Maturin
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: maturin from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

maturin 1.13.3-1

Build and publish crates with pyo3, rust-cpython and cffi bindings

https://github.com/PyO3/maturin

sudo pacman -S maturin
  • License: Apache-2.0 OR MIT
  • Architecture: x86_64
  • 4 依存関係
  • normalized package name match
  • 一致条件: Maturin
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: maturin from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

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