Last updated Mar 31, 2025

Install on macOS

Install binary with curl on macOS

  1. Download the latest release.

Intel

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

Apple Silicon

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

You can now use acli from this directory.

1 ./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

Install using package management

Homebrew

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

Rate this page: