mamba-org/mamba
The Fast Cross-Platform Package Manager observed · 2026-08-28
Health v2 · maintenance only
98/100
- Activity 99
- Release rhythm 96
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 17
- age_days: 2738
- days_rel: 26
- days_push: 8
- n_releases_24m: 26
Adoption not part of the score
8082 stars · 448 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Mamba is a fast, cross-platform package manager written in C++ that acts as a drop-in replacement for conda, using the libsolv dependency solver and parallel downloads for much faster operations. The project ships mamba (conda-compatible CLI), micromamba (a standalone statically-linked executable suited to CI and containers), and libmamba/libmambapy (a C++ library with Python bindings).
Use cases
- faster alternative to conda for installing packages
- resolve conda dependencies quickly
- manage Python environments from the command line
- install conda packages in a CI pipeline without Python
- set up reproducible scientific computing environments
- build minimal container images with a self-contained package manager
When to choose
- You use conda or conda-forge packages and want dramatically faster downloads and dependency solving
- You need a standalone, dependency-free executable (micromamba) for CI/CD or Docker workflows
- You want programmatic access to conda package management via libmamba or its Python bindings
- You need a cross-platform environment manager covering Windows, macOS, and Linux including ARM64/PPC64LE
When to avoid
- Your workflow is pip/PyPI-only with no conda packages or environments involved
- You rely on conda features or plugins not yet reimplemented in mamba
- You need a graphical package manager rather than a command-line tool
Facets
cli-tool · maturity stable
package-manager cli developer-tools data-science windows cli cpp cross-platform conda micromamba dependency-resolution libsolv environment-management conda-forge python-packaging ci-cd scientific-computing command-line linux macos docker
2 sources
- readme: https://github.com/mamba-org/mamba · fetched 2026-08-28 · 83bdd18d5060
- homepage: https://mamba.readthedocs.io · fetched 2026-08-29 · c4ddfc51c647
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mamba-org/mamba | main | 98 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem