Is there a difference between miniconda and miniforge?

less than 1 minute read comments

A simple answer to that question is: not really. With both, miniconda and miniforge, you get the same conda installation and you won’t notice by which of both it was provided. It’s just two different ways to install conda.

img

While miniconda is the company (Anaconda) driven minimal conda installer, miniforge is the community (conda-forge) driven variant of it. Unlike miniconda or Anaconda, the miniforge installer sets the conda-forge channel as the default and only channel. In the miniconda/Anaconda installation we have to add that channel in an extra step. That’s the major difference between both.

According this post on stackoverflow, miniforge started in early 2020. At that time, miniconda didn’t support the 64-bit ARM architecture (AArch64), which is e.g. the base of Apple’s M1 chip. In the mean time, miniforge also began to support other architectures. Today, there are versions for all Linux architectures, macOS, and Windows.


Comments

Commenting on this post is currently disabled.

Comments on this website are based on a Mastodon-powered comment system. Learn more about it here.