Links

Release History

Find the links to CLI builds in the Releases section below.

Integrity Check

Checksums are provided alongside each downloadable CLI binary to verify file integrity. The checksums are generated using the SHA256 algorithm. To use the checksums:
  1. 1.
    Download the CLI binary for your OS
  2. 2.
    Download the corresponding checksum using the links in the table
  3. 3.
    Calculate the SHA256 checksum of the downloaded CLI binary
  4. 4.
    Diff the calculated SHA256 checksum with the downloaded checksum. If the checksums match, the integrity is confirmed.
There are a variety of open source tools for calculating the SHA256 checksum. See the below tables for examples.
For CLI v2.2.0:
OS
Command
Windows
CertUtil -hashfile icav2.exe SHA256
Linux
sha256sum icav2
Mac
shasum -a 256 icav2
For CLI v2.3.0+:
OS
Command
Windows
CertUtil -hashfile ica-windows-amd64.zip SHA256
Linux
sha256sum ica-linux-amd64.zip
Mac
shasum -a 256 ica-darwin-amd64.zip

Releases

Version
Link
Checksum
2.18.0
mac
sha256
windows
sha256
linux
sha256
2.17.0
mac
sha256
windows
sha256
linux
sha256
2.16.0
mac
sha256
windows
sha256
linux
sha256
2.15.0
mac
sha256
windows
sha256
linux
sha256
2.12.0
mac
sha256
windows
sha256
linux
sha256
2.10.0
mac
sha256
windows
sha256
linux
sha256
2.9.0
mac
sha256
windows
sha256
linux
sha256
2.8.0
mac
sha256
windows
sha256
linux
sha256
2.4.0
mac
sha256
windows
sha256
linux
sha256
2.3.0
mac
sha256
windows
sha256
linux
sha256
2.2.0
mac
sha256
windows
sha256
linux
sha256
2.1.0
mac
windows
linux
2.0.0
mac
windows
linux
Note: To access release history of CLI versions prior to v2.0.0, please see the ICA v1 documentation here.