Install

Learn how to install Azure Quick Review (azqr)

Install on Linux or Azure Cloud Shell

bash -c "$(curl -fsSL https://raw.githubusercontent.com/azure/azqr/main/scripts/install.sh)"

Install on Windows

Use winget:

winget install azqr

or download the executable file:

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/azure/azqr/main/scripts/install.ps1'))

Install on Mac

Use homebrew:

brew install azqr

or download the latest release from here.


Last modified September 6, 2025: Fix GitInfo Page Edit (5b9297a)