there have been explanations about the different between miniforge and miniconda
miniforgeis the community (conda-forge) driven minimalistic conda installer. Subsequent package installations come thus from conda-forge channel.minicondais 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?