Skip to main content
The Anaconda CLI (ana) is a standalone binary that provides authentication, tool management, and package source configuration for Anaconda products.
ana is available for macOS (Apple Silicon), Linux (x86_64 and aarch64), and Windows (x86_64).

Install

Requires PowerShell 5.1 or later.
To verify the installation, run:

Bootstrap

The installer runs ana bootstrap automatically. This installs companion tools that enable the ana org and ana mcp commands. If you skipped bootstrap during installation, run it manually:
Running bootstrap again after the initial install has no effect if the tools are already present. To see what was installed, run ana tool list. For more on managing tools, see Tools.
The Anaconda CLI does not install conda. If you need conda, see Install Anaconda.

Authenticate

This starts a browser-based OAuth flow and stores your credentials in the keyring. Once complete, verify your session:
For API key login, CI/CD configuration, and other authentication methods, see Authentication.

What’s next

Now that you’re set up, you can: