uv
Agent-readyLocal AIPackage ManagementPython envs, fast installs, and script execution from the terminal.
Python envs, fast installs, and script execution from the terminal. Built by Astral. Start with `uv init demo` and go from there.
Task fit
python envs, fast installs, and script execution from the terminal.
Lane
Set up coding agents, local models, and AI-first terminal workflows.
Operator brief
Use uv for python envs, fast installs, and script execution from the terminal.
Run `cd demo` to see it in action.
Repository family
Astral
First trust check
uv responds locally and is ready for the first real command.
Safe first loop
Install, verify, then run one real command.
Agent capability loop
Install command
$ brew install uvOperator pack
Copy or export the working notes for this CLI before handing it to an agent.
Verify
$ uv --versionuv responds locally and is ready for the first real command.
First real command
$ uv init demo && cd demo && uv run main.pyFirst steps
- 01Install uv.
- 02Run `uv --version` first.
- 03Start with `uv init demo && cd demo && uv run main.py`.
- 04Install the CLI and any required runtime, model, or Python environment.
When to use / hold off when
Best for
python envs, fast installs, and script execution from the terminal.
Use this when
You need packages and builds in both local dev and CI.
Hold off when
Trust and constraints
Why operators pick it
- uv fits local ai well, especially for python envs, fast installs, and script execution from the terminal.
- 209,443 homebrew installs (30d).
- Easy to automate.
Constraints
- Output is mostly plain text.
Repository context
Other CLIs in this family
ruff
Linting, formatting, and python code quality from the terminal.