uv
popularpackage managementbrew
Astral · Python envs, fast installs, and script execution from the terminal.
$ brew install uvOne-liner to try
$ uv init demoAgent pack
Quick reference
Install
brew install uvVerify
uv --versionFirst command
uv init demo && cd demo && uv run main.pyMachine JSON
/cli/uv.jsonAbout
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 demo2. cd demo3. uv add httpx && uv run main.py