Credential-Zugriff
Reads Python index credentials, environment variables, and project configuration.
brew / Approval Gates
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für uv in AI-Agent-Workflows.
Agent-Sicherheit
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.
Installation
brew install uvlocal Homebrew formula metadata
sudo port install uvMacPorts ports tree · devel/uv/Portfile · Quelle: api.github.com
sudo apk add uvAlpine Linux edge package indexes · uv · Quelle: dl-cdn.alpinelinux.org
sudo dnf install uvFedora Rawhide package metadata · uv · Quelle: dl.fedoraproject.org
nix profile install nixpkgs#uvnixpkgs package indexes · pkgs/by-name/uv/uv/package.nix · Quelle: api.github.com
sudo pacman -S uvArch Linux sync databases · uv · Quelle: geo.mirror.pkgbuild.com
sudo zypper install python311-uvopenSUSE Tumbleweed package metadata · python311-uv · Quelle: download.opensuse.org
choco install uvChocolatey community package catalog · uv · Quelle: community.chocolatey.org
scoop install main/uvScoop official bucket manifest trees · bucket/uv.json · Quelle: api.github.com
winget install --id astral-sh.uv -eWindows Package Manager source index · astral-sh.uv · Quelle: cdn.winget.microsoft.com
Überblick
Extremely fast Python package installer and resolver, written in Rust
Verlauf
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
Der lokale Approval-Gate-Seed enthält 6 Regeln für uv. Abgedeckte Einstiegspunkte: uv, uvx. Schweregrade: kritisch, hoch, mittel. Abdeckung: partial, geprüft am 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
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
uv | cli | globales Executable | |
uvx | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/astral-sh/uv
Installationsmetadaten
| Paketschlüssel | brew:uv |
|---|---|
| Version | 0.11.28 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/uv |
| Homepage | https://docs.astral.sh/uv/ |
| Repository | https://github.com/astral-sh/uv |
| Upstream-Dokumentation | https://docs.astral.sh/uv |
| Lizenz | Apache-2.0 OR MIT |
| Quellarchiv | https://github.com/astral-sh/uv/archive/refs/tags/0.11.28.tar.gz |
| Zuletzt aktualisiert | 2026-07-08T01:42:41Z |
| Pulse | updated |
| Build-Abhängigkeiten | pkgconf, rust |
| Von macOS bereitgestellte Bibliotheken | bzip2, xz |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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/uvQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.