Icon

Uv

uv is a fast Python package and project manager written in Rust that manages dependencies and environments for single-file scripts and projects, supporting lockfiles, workspaces, and isolated virtual environments.
Latest: 10100
Last checked: Jun 9, 2026 12:10am
Rank: 136/15140
Monitored via:
GitHub Releases Site Monitor Winget
Follow to track new versions in your feed.
Report

Overview

0
License: Apache-2.0 or MITInstaller: shell scriptWinget: Available

Version & Lifecycle

0
Current: 10100 N-2: 0.11.16 Predicted EOL: 2025-12-31 Avg cadence: Every 3 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

Command-line note • December 1, 2025
0

uv – Command-line note

For Windows deployment of uv, use the PowerShell installer with the -ExecutionPolicy ByPass flag to enable silent installation in enterprise environments: powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex". To deploy uv across multiple machines without user interaction, execute this command via Group Policy, Configuration Manager, or your enterprise deployment tool, ensuring administrator privileges are granted and that the endpoint has internet access to astral.sh. For air-gapped environments or standardized deployments, download the installer binary directly from the GitHub releases page and distribute it via your internal package repository or deployment platform.

Release Notes & Updates

0
Avg cadence:
Updates • 0

Help us match vulnerabilities

No vulnerability match yet. Pick the right product:

Looking for matching products…
Don’t see it? Paste a CPE

Also known as

Other names people use for this app — helps search and matching.

uvastral-sh uv

Packaging Notes

0

Uses pyproject.toml with hatchling build backend; avoids setuptools issues

Notes

0

Known issues with setuptools metadata resolved by switching to hatchling build backend; supports inline script metadata for dependencies.