Anaconda recommends upgrading your operating system to the latest available or to one that is commonly used and supported. Upgrading your OS allows you to get the latest packages, performance improvements, bug fixes, and more.Anaconda Distribution and Miniconda installers are currently available for the following architectures:
Older versions of Anaconda Distribution and Miniconda are still available for the following architectures:Use the following instructions to download an older installer file for Anaconda Distribution or Miniconda:
These installations are no longer supported by Anaconda and most are no longer receiving security updates.
Anaconda Distribution
Miniconda
View a full list of Anaconda Distribution installers in the official archive.
Copy the filename of an installer from the archive, then download it using a curl, wget, or Invoke-Webrequest command:
Make sure to choose an installer that is compatible with your operating system and architecture.Installer filenames include the Anaconda Distribution version and platform. For example, https://repo.anaconda.com/archive/Anaconda3-2025.12-1-MacOSX-arm64.sh is Anaconda Distribution version 2025.12-1 on macOS with ARM64 architecture (Apple Silicon).
You might not be able to use conda to update or install packages beyond what is included in the Anaconda Distribution version you’ve installed. This is because Anaconda Distribution provides a static bundle of packages from the time of release, but the repository continues to be updated over time. Older package versions might be removed or replaced, and the versions present in the repository might not be compatible with your operating system. For package lists for each version of Anaconda Distribution, see the Anaconda Distribution release notes.
View a full list of Miniconda installers in the official Miniconda archive.
Copy the filename of an installer from the archive, then download it using a curl, wget, or Invoke-Webrequest command:
Make sure to choose an installer that is compatible with your operating system and architecture.Installer filenames include the Python version, Miniconda version, and platform. For example, Miniconda3-py312_24.5.0-0-MacOSX-arm64.sh is Miniconda version 24.5.0 for Python 3.12 on macOS with ARM64 architecture (Apple Silicon).
You might not be able to use conda to update or install packages beyond what is included in the Miniconda version you’ve installed. This is because Miniconda provides a static bundle of packages from the time of release, but the repository continues to be updated over time. Older package versions might be removed or replaced, and the versions present in the repository might not be compatible with your operating system. For package lists for each version of Miniconda, see the Miniconda release notes.