How to install astral-sh/uv. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
astral-sh/uv Installation Guide
How to install astral-sh/uv. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for astral-sh/uv. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i astral-sh/uvor
Install via npx
npx @hexmos/ipm i astral-sh/uvPrerequisites
Python
languageVersion: >=3.6.0
Rust
languageVersion: >=1.50.0
Cargo
build_toolVersion: 1.69.0
Git
system_toolVersion: >=2.35
Node.js
environmentVersion: >=14.0.0
Docker
system_toolVersion: 20.10.1
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Standalone Installer (macOS & Linux)
curl -LsSf https://astral.sh/uv/install.sh | sh
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"Pip/Pipx Installation
pip install uv
pipx install uvStandalone Installer (Windows)
curl -LsSf https://astral.sh/uv/install.sh | sh
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"Standalone Installer (macOS & Linux)
curl -LsSf https://astral.sh/uv/install.sh | sh
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"Post Installation Steps
- Start the server: `uv run`
- Run migrations: `uv migrate`
