Mamba

The Fast Cross-Platform Package Manager
Alternatives To Mamba
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Vcpkg19,739
3 hours ago22September 15, 20221,177mitCMake
C++ Library Manager for Windows, Linux, and MacOS
Xmake7,771
5 hours ago1February 27, 201893apache-2.0Lua
🔥 A cross-platform build utility based on Lua
Conan7,208485415 hours ago363July 26, 20232,069mitPython
Conan - The open-source C and C++ package manager
Mamba5,19122 days ago39July 26, 2022452bsd-3-clauseC++
The Fast Cross-Platform Package Manager
Cpm.cmake2,136
7 days ago84mitCMake
📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management.
Modern Cpp Template1,190
9 months ago7unlicenseCMake
A template for modern C++ projects using CMake, Clang-Format, CI, unit testing and more, with support for downstream inclusion.
Cmake Conan738
3 days ago179mitPython
CMake wrapper for conan C and C++ package manager
Cget430
24 months ago15October 25, 202147otherPython
C++ package retrieval
Ocean144
3 years ago2mitRust
A C/C++ build system/project manager written in Rust
Autowiring137
4 years ago7apache-2.0C++
A C++ Inversion of Control Framework
Alternatives To Mamba
Select To Compare


Alternative Project Comparisons
Readme

mamba header image

The Fast Cross-Platform Package Manager

part of mamba-org
Package Manager mamba Package Server quetz Package Builder boa

mamba

Build Status Join the Gitter Chat docs

mamba is a reimplementation of the conda package manager in C++.

  • parallel downloading of repository data and package files using multi-threading
  • libsolv for much faster dependency solving, a state of the art library used in the RPM package manager of Red Hat, Fedora and OpenSUSE
  • core parts of mamba are implemented in C++ for maximum efficiency

At 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.

Mamba is part of a bigger ecosystem to make scientific packaging more sustainable. You can read our announcement blog post. The ecosystem also consists of quetz, an open source conda package server and boa, a fast conda package builder.

Installation

Please refer to the mamba and micromamba installation guide in the documentation.

Additional features in Mamba and Micromamba

mamba and micromamba come with features on top of stock conda.

repoquery

To efficiently query repositories and query package dependencies you can use mamba repoquery or micromamba repoquery. See the repoquery documentation for details.

Installing lock files

micromamba can be used to install lock files generated by conda-lock without having to install conda-lock. Simply invoke e.g. micromamba create -n my-env -f conda-lock.yml with an environment lockfile named *-lock.yml or *-lock.yaml.

setup-micromamba (setup-miniconda replacement)

setup-micromamba is a replacement for setup-miniconda that uses micromamba. It can significantly reduce your CI setup time by:

  • Using micromamba, which takes around 1 s to install.
  • Caching package downloads.
  • Caching entire conda environments.

micromamba

micromamba is a small, pure-C++ reimplementation of mamba/conda. It strives to be a full replacement for mamba and conda. As such, it doesn't use any conda code (in fact it doesn't require Python at all).

See the documentation on micromamba for details.

Development installation

Please refer to the instructions given by the official documentation.

Support us

For questions, you can also join us on the QuantStack Chat or on the Conda channel (note that this project is not officially affiliated with conda or Anaconda Inc.).

License

We use a shared copyright model that enables all contributors to maintain the copyright on their contributions.

This software is licensed under the BSD-3-Clause license. See the LICENSE file for details.


Biweekly Dev Meeting

We have videoconference meetings every two weeks where we discuss what we have been working on and get feedback from one another.

Anyone is welcome to attend, if they would like to discuss a topic or just listen in.

Popular Package Manager Projects
Popular Cmake Projects
Popular Package Managers Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
C Plus Plus
Cmake
Package Manager