# astral-sh/uv

An extremely fast Python package and project manager, written in Rust.

Repository: https://github.com/astral-sh/uv
Canonical: https://ross.abutalabs.com/products/uv
Homepage: https://docs.astral.sh/uv
Language: Rust
License: Apache-2.0
License Family: permissive
Topics: packaging, python, resolver, uv
Last push: 2026-08-26T18:19:56+00:00

## Health v2 (maintenance only)
Score: 90/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 99, release rhythm 87, longevity 76
- inputs: {"age_days": 1066, "days_push": 7, "days_rel": 8, "gap_med": 2.0, "n_releases_24m": 209}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 89125, forks 3517 (observed 2026-08-28T04:12:23.125869+00:00)

## What it is
uv is an extremely fast Python package and project manager written in Rust by Astral. It replaces pip, pip-tools, pipx, poetry, pyenv, virtualenv, and twine with a single tool that handles dependency resolution, lockfiles, Python version management, script execution, and package publishing.

## Use cases
- install python packages faster than pip
- manage python project dependencies with a lockfile
- replace poetry and pip-tools with one tool
- install and manage python versions
- run python scripts with inline dependencies
- run cli tools from pypi without installing globally
- create and manage virtual environments
- build and publish python packages

## When to choose
- you want a single fast tool for Python packaging, environments, and Python version management
- you need reproducible installs with a universal lockfile
- you want a drop-in pip-compatible interface with better performance
- you manage many projects or monorepo-style workspaces

## When to avoid
- you rely on tooling deeply integrated with pip or poetry workflows that uv does not support
- you need features still marked as preview or experimental
- your environment requires a pure-Python package manager

## Facets
- artifact type: cli-tool
- maturity: stable
- function: package-manager, build-tool, cli, developer-tools
- domain: developer-tools
- platform: windows, cli, cross-platform
- tags: python-packaging, dependency-resolution, virtualenv, lockfile, pip-replacement, rust, command-line, python, automation, macos, linux

## Member repositories
- astral-sh/uv (main) score 90

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:12:23.125869+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T16:13:52.440858+00:00, confidence not recorded.
  - readme: https://github.com/astral-sh/uv (fetched 2026-08-28T04:12:23.125869+00:00, sha 645e12397342)
  - homepage: https://docs.astral.sh/uv (fetched 2026-08-28T17:38:21.144342+00:00, sha 22f8c843f987)
  - site_page: https://docs.astral.sh/uv/getting-started/ (fetched 2026-08-28T17:38:21.153024+00:00, sha db524b9157ff)
  - site_page: https://docs.astral.sh/uv/getting-started/installation/ (fetched 2026-08-28T17:38:21.154710+00:00, sha 8176e22da3e9)
  - site_page: https://docs.astral.sh/uv/getting-started/first-steps/ (fetched 2026-08-28T17:38:21.156592+00:00, sha f6ab8b7306b6)
  - site_page: https://docs.astral.sh/uv/getting-started/features/ (fetched 2026-08-28T17:38:21.158379+00:00, sha cbcadd2a5a64)
  - site_page: https://docs.astral.sh/uv/getting-started/help/ (fetched 2026-08-28T17:38:21.160205+00:00, sha e420c001fccf)
  - site_page: https://docs.astral.sh/uv/guides/install-python/ (fetched 2026-08-28T17:38:21.161761+00:00, sha 5ad5f68f02d7)
  - site_page: https://docs.astral.sh/uv/guides/integration/ (fetched 2026-08-28T17:38:21.163182+00:00, sha 20cef2304402)
  - site_page: https://docs.astral.sh/uv/concepts/preview/ (fetched 2026-08-28T17:38:21.164591+00:00, sha 13581efa0c02)
- Data as of 2026-08-30T08:39:29.467469+00:00.
