Mamba is a fast, robust, and cross-platform package manager.

It runs on Windows, OS X and Linux (ARM64 and PPC64LE included) and is fully compatible with conda packages and supports most of conda’s commands.

Mamba is a framework with several components:

  • libmamba: a C++ library of the domain, exposing low-level and high-level APIs

  • mamba: a ELF as a drop-in replacement for conda, built on top of libmamba

  • micromamba: the statically linked version of mamba

  • libmambapy: python bindings of libmamba

My site is free of ads and trackers. Was this post helpful to you? Why not BuyMeACoffee


Reference:

  1. Mamba