Install with winget
Open PowerShell or Command Prompt and run:
winget install CondaForge.Mambaforge
Copied to clipboard!
1Open PowerShell or Command Prompt
2Paste and run the command above
3Follow any on-screen prompts to complete installation
About Mambaforge
Mambaforge is Miniforge (free minimal installer for conda specific to conda-forge) with Mamba in place of Conda.
Advanced Install Options
Install (latest)
winget install CondaForge.MambaforgeInstall (pinned version)
winget install --id CondaForge.Mambaforge -e --version 24.11.0-1Upgrade
winget upgrade CondaForge.MambaforgeUninstall
winget uninstall CondaForge.MambaforgeFrequently Asked Questions
How do I install Mambaforge using winget?
Open PowerShell or Windows Terminal and run:
winget install CondaForge.Mambaforge. Winget comes pre-installed on 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 use?
Mambaforge is distributed under the BSD-3-Clause license. Check the publisher’s site for full licensing details.
How do I update Mambaforge with winget?
Run
winget upgrade CondaForge.Mambaforge in PowerShell or Windows Terminal to upgrade to the latest available version.How do I uninstall Mambaforge?
Run
winget uninstall CondaForge.Mambaforge to remove Mambaforge from your system.