Developer
Documentation
Resources
Get Support
Sign in
Developer
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Developer
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Last updated Jun 17, 2025

Install on Windows

Each CLI version will only be supported 6 months after release. We recommend regularly updating to the latest CLI version to benefit from new features and improvements.

Install binary with curl on Windows

Open a PowerShell window and enter the command below to install:

  1. Download the latest release:

    x86-64

    1
    2
    Invoke-WebRequest -Uri  https://acli.atlassian.com/windows/latest/acli_windows_amd64/acli.exe -OutFile acli.exe
    

    ARM64

    1
    2
    Invoke-WebRequest -Uri https://acli.atlassian.com/windows/latest/acli_windows_arm64/acli.exe -OutFile acli.exe
    
  2. You can now use acli.exe from this directory:

    1
    2
    .\acli.exe --help
    

Rate this page: