



setup-micromamba (setup-miniconda replacement) micromamba create -n my-env -f conda-lock.yml with an environment lockfile named *-lock.yml or *-lock.yaml. Micromamba can be used to install lock files generated by conda-lock without having to install conda-lock. See the repoquery documentation for details. To efficiently query repositories and query package dependencies you can use mamba repoquery or micromamba repoquery. Mamba and micromamba come with features on top of stock conda. Additional features in Mamba and Micromamba Please refer to the mamba and micromamba installation guide in the documentation. The ecosystem also consists of quetz, an open source conda package server and boa, a fast conda package builder. Mamba is part of a bigger ecosystem to make scientific packaging more sustainable. core parts of mamba are implemented in C++ for maximum efficiencyĪt the same time, mamba utilizes the same command line parser, package installation and deinstallation code and transaction verification routines as conda to stay as compatible as possible.libsolv for much faster dependency solving, a state of the art library used in the RPM package manager of Red Hat, Fedora and OpenSUSE.parallel downloading of repository data and package files using multi-threading.Mamba is a reimplementation of the conda package manager in C++. The Fast Cross-Platform Package Manager part of mamba-org
