Install hx in one command.
Latest release: loading...
curl -fsSL https://www.hyperbrowser.ai/cli/install.sh | sh
Latest develop build: loading...
curl -fsSL https://www.hyperbrowser.ai/cli/install.sh | sh -s -- --version your-version
$version = (Invoke-WebRequest -UseBasicParsing https://www.hyperbrowser.ai/cli/LATEST).Content.Trim()
$url = "https://www.hyperbrowser.ai/cli/hx_${version}_windows_amd64.tar.gz"
Invoke-WebRequest -UseBasicParsing $url -OutFile hx.tar.gz
tar -xzf hx.tar.gz
Move-Item .\hx.exe "$env:USERPROFILE\AppData\Local\Microsoft\WindowsApps\hx.exe"
hx version