Skip to main content
The Nebius AI Cloud CLI is available for both Ubuntu and macOS.
The old installer script (https://storage.ai.nebius.cloud/nebius/install.sh) has been deprecated. If you got an error trying to update the Nebius AI Cloud CLI, please reinstall it using the new script: .
  1. Open your terminal.
  2. Run the command:
    curl -sSL https://storage.eu-north1.nebius.cloud/cli/install.sh | bash
    
  3. To complete the installation, restart your terminal or run exec -l $SHELL.
  4. Make sure that the installation is successful. Run:
    nebius version
    
    In the output, you’ll see the version number of your Nebius AI Cloud CLI.
  5. Go to How to set up the Nebius AI Cloud CLI.

Setting up command autocompletion

During setup, your shell will enable Nebius AI Cloud CLI autocompletion by default. If it doesn’t happen, use one of the solutions below:
Run the following command:
nebius completion zsh > ~/.nebius/completion.zsh.inc
echo 'if [ -f '~/.nebius/completion.zsh.inc' ]; then source '~/.nebius/completion.zsh.inc'; fi' >> ~/.zshrc