Miniconda#
Miniconda is a free, miniature installation of Anaconda Distribution that includes only conda, Python, the packages they both depend on, and a small number of other useful packages.
If you need more packages, use the conda install
command to install from thousands of packages available by default in Anaconda’s public repo, or from other channels, like conda-forge or bioconda.
Is Miniconda free for me?
For details on Miniconda and Anaconda’s Terms of Service, see our Terms of Service FAQ and our official Terms of Service.
Should I install Miniconda or Anaconda Distribution?
The Anaconda or Miniconda page lists some reasons why you might want one installation over the other.
Latest Miniconda installer links#
For the latest Miniconda installers for Python 3.12, go to anaconda.com/download. For a list of Miniconda hashes and an archive of Miniconda versions, including installers for older versions of Python, see https://repo.anaconda.com/miniconda.
Quick command line install#
See our new section on the Installing Miniconda page!