Install via Winget
winget install CondaForge.Mambaforge
Open Windows Terminal or PowerShell and run the command above. Winget is built into Windows 10 (1809+) and Windows 11.
About Mambaforge
Mambaforge is Miniforge (free minimal installer for conda specific to conda-forge) with Mamba in place of Conda.
Frequently Asked Questions
How do I install Mambaforge using winget?
Open Windows Terminal or PowerShell and run:
winget install CondaForge.Mambaforge. Winget is built into Windows 10 (1809+) and Windows 11.What is Mambaforge?
Mambaforge is Miniforge (free minimal installer for conda specific to conda-forge) with Mamba in place of Conda.
Is Mambaforge free to download?
Mambaforge is available under the BSD-3-Clause license. Use the winget command or the direct download link on this page.
How do I update Mambaforge with winget?
Run
winget upgrade CondaForge.Mambaforge in Windows Terminal or PowerShell to update Mambaforge to the latest available version.