Skip to main content
  • 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.).
This page provides instructions for installing Miniconda on macOS with a graphical installer.

Installation steps

The graphical installer for macOS installs Miniconda into /opt/miniconda3 in your file system. If you want to install Miniconda into your Home directory or if you have multiple users on a system and want to manage your installation more carefully, Anaconda recommends the command-line installer.
  1. 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.
  2. Double-click the .pkg file.
  3. View the Read Me instructions and select Continue.
  4. 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.
  5. Choose an install location:
  6. 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 running conda list. If conda has been installed correctly, a list of installed packages appears:
(base) ~ conda list

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.

Advanced install options

For more advanced installation options, such as installing with silent mode, installing on older operating systems, or installing for multiple users, see Advanced installation.

Troubleshooting