Automic VaultAutomic Vault

brew / 承認ゲート

uv を Homebrew, apk, chocolatey, dnf, MacPorts, Nix, pacman, scoop, winget, zypper でインストール

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

エージェント安全性

エージェント安全性の回答

uv manages Python environments, dependencies, tools, and package publishing workflows.

認証情報アクセス

Reads Python index credentials, environment variables, and project configuration.

リモート変更

Can install packages, resolve remote indexes, and run project commands.

公開/成果物リスク

Can build or publish Python packages when paired with packaging commands.

推奨コントロール

Gate publishing and secret-backed index access; scan project env files first.

エージェント利用ガイダンス

Allow lock/test operations; require approval for publish, credentialed index writes, and script execution using secrets.

インストール

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

macOS

Homebrew確認済み · 100%
brew install uv

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install uv

MacPorts ports tree · devel/uv/Portfile · ソース: api.github.com

Linux

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

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

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

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

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

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

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

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

openSUSE zypper確認済み · 92%
sudo zypper install python311-uv

openSUSE Tumbleweed package metadata · python311-uv · ソース: download.opensuse.org

概要

パッケージ概要

Extremely fast Python package installer and resolver, written in Rust

履歴

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

uv is Astral's Rust-written Python package and project manager. It began as a fast installer and resolver for pip and pip-tools workflows, then expanded into a unified interface for dependency resolution, virtual environments, project management, scripts, tools, and Python installation.

プロジェクトの歴史

Astral announced uv in February 2024 as the next tool in the same high-performance Python-tooling line as Ruff. The initial public framing was deliberately pragmatic: support common pip and pip-tools APIs under `uv pip`, provide a resolver, virtual environment creator, installer, sync command, and do so without requiring projects to rewrite their packaging workflow.

In August 2024 Astral announced a larger expansion of uv, describing it as moving beyond a pip alternative into an end-to-end solution for Python projects, command-line tools, single-file scripts, and Python itself. The official documentation later presented uv as a single tool replacing or overlapping pip, pip-tools, pipx, poetry, pyenv, twine, virtualenv, and related pieces of the Python packaging stack.

採用の歴史

uv's adoption path was shaped by compatibility and speed rather than by a new packaging format alone. Astral emphasized that the first release was production-ready for existing pip and pip-tools workflows and required little configuration for those users.

Package-manager adoption followed the same low-friction pattern. The official installation documentation lists standalone installers, PyPI installation, Homebrew, MacPorts, WinGet, Scoop, Docker images, and other distribution routes, making uv easy to place in developer laptops, CI images, and reproducible build environments.

使われ方

For package-nerd workflows, uv is commonly used as a faster `pip install`, `pip compile`, `pip sync`, `venv`, and `pipx`-style tool runner. In project mode, it centers dependency state around `pyproject.toml` and `uv.lock`, while retaining a `uv pip` interface for requirements-file and environment-oriented workflows.

The official docs call out a global cache, Cargo-style workspaces, cross-platform installation, and integrations for Docker, GitHub Actions, GitLab CI/CD, pre-commit, PyTorch, FastAPI, Bazel, and several private package registries. Those are the surfaces that made uv especially interesting to people who care about resolver behavior, lockfiles, build reproducibility, and CI runtime.

パッケージ好きにとっての重要性

uv matters in package-manager culture because it compressed several long-standing Python packaging pain points into one fast executable: resolution, installation, environment creation, lockfile generation, tool execution, and Python runtime management. Its significance is not just that it is fast, but that it made speed available through familiar pip-shaped entry points before asking users to adopt its fuller project model.

It also accelerated the Rust-based rewrite trend in Python infrastructure. Like Ruff for linting and formatting, uv made performance a central product argument and forced comparisons with older Python-native tools such as pip-tools, Poetry, PDM, pipx, and virtualenv.

タイムライン

  • 2024-02: Astral announced uv as a fast Python package installer and resolver written in Rust.
  • 2024-08: Astral announced uv's expansion into unified Python packaging, including projects, tools, scripts, and Python installation.
  • 2024-2026: Official docs list uv across standalone installers, PyPI, Homebrew, MacPorts, WinGet, Scoop, Docker, and CI integrations.

Related projects

  • Ruff is Astral's earlier Rust-written Python linter and formatter and is the closest sibling in toolchain philosophy.
  • pip, pip-tools, pipx, Poetry, PDM, pyenv, twine, and virtualenv are the tools uv explicitly overlaps with or replaces in common Python packaging workflows.

ソース

承認ゲート

危険なコマンドの人手レビュー用メタデータ

ローカルの承認ゲートシードには uv 用のルールが 6 件含まれます。対象エントリポイント: uv, uvx。重大度ラベル: 重大, 高, 中。カバレッジ: partial、レビュー日: 2026-05-21。

ゲート対象アクション例

  • Publish distributions to a Python package index.
  • Install Python packages into an environment.
  • Remove Python packages from an environment.
  • Resolve dependencies and execute a command or script.
  • Synchronize an environment to lockfile or project metadata.
  • Download and execute a Python tool package.

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.

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
~/.local/share/uv/credentials/credentials.toml

実行可能ファイル

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

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

鮮度

バージョンと鮮度

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

ページ生成日2026-07-10
マネージャ版0.11.28
マネージャ更新日2026-07-08
ローカルデータOK
上流最新
検出された最新0.11.28

https://github.com/astral-sh/uv

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

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:uv
バージョン0.11.28
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/uv
ホームページhttps://docs.astral.sh/uv/
リポジトリhttps://github.com/astral-sh/uv
上流ドキュメントhttps://docs.astral.sh/uv
ライセンスApache-2.0 OR MIT
ソースアーカイブhttps://github.com/astral-sh/uv/archive/refs/tags/0.11.28.tar.gz
最終更新2026-07-08T01:42:41Z
Pulseupdated
ビルド依存関係pkgconf, rust
macOS 提供ライブラリbzip2, xz
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameuv
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%

uv

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

py3-uv 0.11.19-r0

Extremely fast Python package installer and resolver, written in Rust (python module)

https://github.com/astral-sh/uv

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

py3-uv-pyc 0.11.19-r0

Precompiled Python bytecode for py3-uv

https://github.com/astral-sh/uv

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

uv 0.11.19-r0

Extremely fast Python package installer and resolver, written in Rust

https://github.com/astral-sh/uv

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

uv-bash-completion 0.11.19-r0

Bash completions for uv

https://github.com/astral-sh/uv

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

uv-fish-completion 0.11.19-r0

Fish completions for uv

https://github.com/astral-sh/uv

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

uv-zsh-completion 0.11.19-r0

Zsh completions for uv

https://github.com/astral-sh/uv

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

python3-uv 0.11.19-3.fc45

Importable Python module for uv

https://github.com/astral-sh/uv

sudo dnf install python3-uv
  • License: 0BSD AND (0BSD OR Apache-2.0 OR MIT) AND Apache-2.0 AND (Apache-2.0 OR BSD-2-Clause) AND (Apache-2.0 OR BSD-2-Clause OR MIT) AND (Apache-2.0 OR BSL-1.0) AND
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: uv
  • 2 依存関係
  • 5 提供
  • normalized package name match
  • 一致条件: Uv
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: python3-uv from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

uv 0.11.19-3.fc45

An extremely fast Python package installer and resolver, written in Rust

https://github.com/astral-sh/uv

sudo dnf install uv
  • License: 0BSD AND (0BSD OR Apache-2.0 OR MIT) AND Apache-2.0 AND (Apache-2.0 OR BSD-2-Clause) AND (Apache-2.0 OR BSD-2-Clause OR MIT) AND (Apache-2.0 OR BSL-1.0) AND
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: uv
  • 7 依存関係
  • 3 提供
  • normalized package name match
  • 一致条件: Uv
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: uv from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

uv 0.11.19-1

An extremely fast Python package installer and resolver written in Rust

https://github.com/astral-sh/uv

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

python311-uv 0.11.19-1.1

A Python package installer and resolver, written in Rust

https://github.com/astral-sh/uv

sudo zypper install python311-uv
  • License: Apache-2.0 OR MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: python-uv
  • 7 依存関係
  • 4 提供
  • normalized package name match
  • 一致条件: Uv
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: python311-uv from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

python313-uv 0.11.19-1.1

A Python package installer and resolver, written in Rust

https://github.com/astral-sh/uv

sudo zypper install python313-uv
  • License: Apache-2.0 OR MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: python-uv
  • 7 依存関係
  • 5 提供
  • normalized package name match
  • 一致条件: Uv
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: python313-uv from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

python314-uv 0.11.19-1.1

A Python package installer and resolver, written in Rust

https://github.com/astral-sh/uv

sudo zypper install python314-uv
  • License: Apache-2.0 OR MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: python-uv
  • 7 依存関係
  • 4 提供
  • normalized package name match
  • 一致条件: Uv
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: python314-uv from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

uv

sudo port install uv
  • normalized package name match
  • 一致条件: Uv
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/uv/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Chocolatey95%

uv

choco install uv
  • normalized package name match
  • 一致条件: Uv
Chocolatey community package catalog · community.chocolatey.org · Chocolatey community package catalog: uv from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','upx'
Scoop95%

main/uv

scoop install main/uv
  • normalized package name match
  • 一致条件: Uv
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/uv.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

ソース経路

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

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

Combined YAML source

View the package source record on GitHub.

combined/uv.yml

使用ソース

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