Using Miniconda in a commercial setting?
Using Miniconda in a commercial setting?
- You might need to purchase a license to stay compliant with our Terms of Service.
- If your company security policies do not allow admin privileges for end users, you will be unable to install Miniconda manually. Consider requesting that your IT admin add Miniconda to a software delivery or fleet management system (such as Kandji, Jamf, etc.).
Installation steps
-
Navigate to anaconda.com/download, register with Anaconda, and then select 64-bit (Apple silicon) Graphical Installer under Miniconda.
As of August 15, 2025, Anaconda has stopped building packages for Intel Mac computers (osx-64). Existing Intel (
MacOSX-x86_64) installers are still available at https://repo.anaconda.com/miniconda/. The last Miniconda installer release for Intel Mac computers will be 25.7.x. For more information, see our blog on the end of Intel mac support. -
Double-click the
.pkgfile. - View the Read Me instructions and select Continue.
- Read through Miniconda’s End User License Agreement (EULA) and select Continue, then select Agree to agree to the terms. You can view Anaconda’s Terms of Service (TOS) at https://www.anaconda.com/legal.
- Choose an install location:
-
Select Install. When the installation finishes, open your terminal application.
You should see
(base)in the command line prompt. This tells you that you’re in your base conda environment. To learn more about environments, see Environments.
Verify your install
Verify your installation by opening your terminal application and runningconda list. If conda has been installed correctly, a list of installed packages appears:
What’s next?
- Follow the Intro to conda workflows tutorial to learn how to create and manage your first conda environments.
- Get familiar with key concepts like packages, environments, and channels that form the foundation of working with conda.
- Try installing Anaconda Navigator if you’d prefer a visual interface for managing your environments and packages.