uv

popularpackage managementbrew

Astral · Python envs, fast installs, and script execution from the terminal.

$ brew install uv
One-liner to try
$ uv init demo

Agent pack

Copy into an agent

A markdown-ready setup brief with install, verify, safe starting commands, and guardrails for AI agents.

Open .md
Readiness
Usable with guardrails · 50/100
Verify
uv --version
Agent URL
/cli/uv/agent.md

Quick reference

Installbrew install uv
Verifyuv --version
First commanduv init demo && cd demo && uv run main.py

About

Python envs, fast installs, and script execution from the terminal. Built by Astral. Start with `uv init demo` and go from there.

Example workflow

1. uv init demo
2. cd demo
3. uv add httpx && uv run main.py

Alternatives worth considering