Install the Akka CLI
| In case there is any trouble with installing the CLI when following these instructions, please check the detailed CLI installation instructions. |
- Linux
-
Install the
akkaCLI using the Debian package repository:curl -1sLf \ 'https://downloads.akka.io/setup.deb.sh' \ | sudo -E bash sudo apt install akka - macOS
-
The recommended approach to install
akkaon macOS, is using brewbrew install akka/brew/akka - Windows
-
Install the
akkaCLI using winget:winget install Akka.Cli
| By downloading and using this software you agree to Akka’s Privacy Policy and Software Terms of Use. |
Verify that the Akka CLI has been installed successfully by running the following to list all available commands:
akka help