there have been explanations about the different between miniforge
and miniconda
miniforge
is the community (conda-forge) driven minimalistic conda installer. Subsequent package installations come thus from conda-forge channel.miniconda
is the Anaconda (company) driven minimalistic conda installer. Subsequent package installations come from the anaconda channels (default or otherwise).
as for mambaforge, mambaforge-pypy3, miniforge, miniforge-pypy3, how do we choose which package to install?