Installation
This will automatically install the HCLI standalone executable
curl -LsSf https://hcli.docs.hex-rays.com/install | sh 
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
iwr https://hcli.docs.hex-rays.com/install.ps1 -OutFile install.ps1
.\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
- Authentication - Set up your API credentials
 - Quick Start - Get started with basic commands