Install Harlequin using uv
mainThe recommended way to install Harlequin is using uv. This installs Harlequin into an isolated environment and adds the executable to your PATH.
Install
uvfirst:- POSIX (Linux/macOS):
curl -LsSf https://astral.sh/uv/install.sh | sh - Windows (PowerShell):
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
- POSIX (Linux/macOS):
Install Harlequin:
uv tool install harlequin
curl -LsSf https://astral.sh/uv/install.sh | sh
# then
uv tool install harlequin