凭据访问
Reads Python index credentials, environment variables, and project configuration.
代理安全
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.
安装
brew install uvlocal Homebrew formula metadata
sudo apk add uvAlpine Linux edge package indexes · uv · 来源: dl-cdn.alpinelinux.org
sudo dnf install uvFedora Rawhide package metadata · uv · 来源: dl.fedoraproject.org
nix profile install nixpkgs#uvnixpkgs package indexes · pkgs/by-name/uv/uv/package.nix · 来源: api.github.com
sudo pacman -S uvArch Linux sync databases · uv · 来源: geo.mirror.pkgbuild.com
sudo zypper install python311-uvopenSUSE Tumbleweed package metadata · python311-uv · 来源: download.opensuse.org
choco install uvChocolatey community package catalog · uv · 来源: community.chocolatey.org
scoop install main/uvScoop official bucket manifest trees · bucket/uv.json · 来源: api.github.com
winget install --id astral-sh.uv -eWindows Package Manager source index · astral-sh.uv · 来源: cdn.winget.microsoft.com
概览
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.
审批门
本地审批门种子包含 6 条适用于 uv 的规则。覆盖的入口点:uv, uvx。严重级别:严重, 高, 中。覆盖状态:partial,审核于 2026-05-21。
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.
Credential-bearing paths to review before unattended agent runs.
~/.local/share/uv/credentials/credentials.toml可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
uv | cli | 全局可执行文件 | |
uvx | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/astral-sh/uv
安装元数据
| 软件包键 | 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 |
| Pulse | updated |
| 构建依赖 | pkgconf, rust |
| macOS 提供的库 | bzip2, xz |
| 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 | uv |
| 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 软件包链接分开显示。
uv
nix profile install nixpkgs#uvpy3-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-uvpy3-uv-pyc 0.11.19-r0
Precompiled Python bytecode for py3-uv
https://github.com/astral-sh/uv
sudo apk add py3-uv-pycuv 0.11.19-r0
Extremely fast Python package installer and resolver, written in Rust
https://github.com/astral-sh/uv
sudo apk add uvuv-bash-completion 0.11.19-r0
Bash completions for uv
https://github.com/astral-sh/uv
sudo apk add uv-bash-completionuv-fish-completion 0.11.19-r0
Fish completions for uv
https://github.com/astral-sh/uv
sudo apk add uv-fish-completionuv-zsh-completion 0.11.19-r0
Zsh completions for uv
https://github.com/astral-sh/uv
sudo apk add uv-zsh-completionpython3-uv 0.11.19-3.fc45
Importable Python module for uv
https://github.com/astral-sh/uv
sudo dnf install python3-uvuv 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 uvuv 0.11.19-1
An extremely fast Python package installer and resolver written in Rust
https://github.com/astral-sh/uv
sudo pacman -S uvpython311-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-uvpython313-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-uvpython314-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-uvuv
sudo port install uvuv
choco install uvmain/uv
scoop install main/uv来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.