// install via winget
Command Prompt & PowerShell
click to copy
winget install CondaForge.Mambaforge
// direct download
Download Installer// 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 PowerShell or Windows Terminal and run:
winget install CondaForge.Mambaforge. Winget ships with Windows 10 (1809+) and Windows 11 — no additional install needed.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 distributed under the BSD-3-Clause license. Use the winget command above or click the download button to get the installer directly from the publisher.
How do I update Mambaforge with winget?
Run
winget upgrade CondaForge.Mambaforge in PowerShell or Windows Terminal to update Mambaforge to the latest available version.What architecture does Mambaforge support?
The listed installer targets the x64 architecture. See the publisher’s documentation for full compatibility details.