logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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/uv
or

Install via npx

npx @hexmos/ipm i astral-sh/uv

Prerequisites

Python

language

Version: >=3.6.0

Rust

language

Version: >=1.50.0

Cargo

build_tool

Version: 1.69.0

Git

system_tool

Version: >=2.35

Node.js

environment

Version: >=14.0.0

Docker

system_tool

Version: 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 uv

Standalone 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`