Last updated May 23, 2025

Install on macOS

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 using package management

Use package management to install, update, and remove software packages by the following:

Homebrew

Open a terminal window and enter the command below to install. If you are on macOS and using Homebrew package manager, you can install acli with Homebrew.

  1. Run the installation command:
1
2
brew tap atlassian/homebrew-acli
brew install acli
  1. Test to ensure the version you installed is up-to-date:
1
2
acli --version

Install binary with curl on macOS

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

  1. Download the latest release:

Intel

1
2
curl -LO "https://acli.atlassian.com/darwin/latest/acli_darwin_amd64/acli"

Apple Silicon

1
2
curl -LO "https://acli.atlassian.com/darwin/latest/acli_darwin_arm64/acli"
  1. Make the acli binary executable:
1
2
chmod +x ./acli

You can now use acli from this directory:

1
2
./acli --help
  1. Move the acli binary to a file location on your system PATH (requires admin access):
1
2
sudo mv ./acli /usr/local/bin/acli
sudo chown root: /usr/local/bin/acli

You can now use acli globally:

1
2
acli --help

Rate this page:

OSZAR »