Credential access
Reads Python index credentials, environment variables, and project configuration.
brew / approval gates
Extremely fast Python package installer and resolver, written in Rust. Version 0.11.28 via Homebrew; verified 2026-07-08.
agent safety
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.
install
brew install uvlocal Homebrew formula metadata
sudo port install uvMacPorts ports tree · devel/uv/Portfile · source: api.github.com
sudo apk add py3-uvAlpine Linux edge package indexes · py3-uv · source: dl-cdn.alpinelinux.org
sudo dnf install python3-uvFedora Rawhide package metadata · python3-uv · source: dl.fedoraproject.org
nix profile install nixpkgs#uvnixpkgs package indexes · pkgs/by-name/uv/uv/package.nix · source: api.github.com
sudo pacman -S uvArch Linux sync databases · uv · source: geo.mirror.pkgbuild.com
sudo zypper install python311-uvopenSUSE Tumbleweed package metadata · python311-uv · source: download.opensuse.org
choco install uvChocolatey community package catalog · uv · source: community.chocolatey.org
scoop install main/uvScoop official bucket manifest trees · bucket/uv.json · source: api.github.com
winget install --id astral-sh.uv -eWindows Package Manager source index · astral-sh.uv · source: cdn.winget.microsoft.com
overview
Extremely fast Python package installer and resolver, written in Rust
history
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.
approval gates
The local approval-gate seed includes 6 rules for uv. Covered entrypoints: uv, uvx. Severity labels: critical, high, medium. Coverage: partial, reviewed 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.tomlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
uv | cli | global executable | |
uvx | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/astral-sh/uv
install metadata
| Package key | brew:uv |
|---|---|
| Version | 0.11.28 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/uv |
| Homepage | https://docs.astral.sh/uv/ |
| Repository | https://github.com/astral-sh/uv |
| Upstream docs | https://docs.astral.sh/uv |
| License | Apache-2.0 OR MIT |
| Source archive | https://github.com/astral-sh/uv/archive/refs/tags/0.11.28.tar.gz |
| Last updated | 2026-07-08T01:42:41Z |
| Pulse | updated |
| Build dependencies | pkgconf, rust |
| Uses from macOS | bzip2, xz |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
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/uvsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.