Skip to content

Installation

This will automatically install the HCLI standalone executable

curl -LsSf https://hcli.docs.hex-rays.com/install | sh 
Request a specific version by including it in the URL:
curl -LsSf https://hcli.docs.hex-rays.com/install | sh -s -- --version 0.12.0

iwr -useb https://hcli.docs.hex-rays.com/install.ps1 | iex
To request a specific version:
iwr https://hcli.docs.hex-rays.com/install.ps1 -OutFile install.ps1
Then run locally with the -Version argument
.\install.ps1 -Version "0.12.0"

Tip

The installation script may be inspected before use:

$ curl -LsSf https://hcli.docs.hex-rays.com/install | less
PS> powershell -c "irm https://hcli.docs.hex-rays.com/install.ps1 | more"

Alternatively, the binaries can be downloaded directly from GitHub Releases.

Verify Installation

hcli --version

Next Steps