# mamba-org/mamba

The Fast Cross-Platform Package Manager

Repository: https://github.com/mamba-org/mamba
Canonical: https://ross.abutalabs.com/products/mamba-org-mamba
Homepage: https://mamba.readthedocs.io
Language: C++
License: BSD-3-Clause
License Family: permissive
Topics: conda, cpp, package-manager, python
Last push: 2026-08-25T08:03:21+00:00

## Health v2 (maintenance only)
Score: 98/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 96, longevity 100
- inputs: {"age_days": 2738, "days_push": 8, "days_rel": 26, "gap_med": 17, "n_releases_24m": 26}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 8082, forks 448 (observed 2026-08-28T04:10:12.581136+00:00)

## What it is
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
- artifact type: cli-tool
- maturity: stable
- function: package-manager, cli
- domain: developer-tools, data-science
- platform: windows, cli, cpp, cross-platform
- tags: conda, micromamba, dependency-resolution, libsolv, environment-management, conda-forge, python-packaging, ci-cd, scientific-computing, command-line, linux, macos, docker

## Member repositories
- mamba-org/mamba (main) score 98

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:12.581136+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:31:19.822929+00:00, confidence not recorded.
  - readme: https://github.com/mamba-org/mamba (fetched 2026-08-28T04:10:12.581136+00:00, sha 83bdd18d5060)
  - homepage: https://mamba.readthedocs.io (fetched 2026-08-29T08:28:50.454921+00:00, sha c4ddfc51c647)
- Data as of 2026-08-30T08:39:29.467469+00:00.
