# 使用 Homebrew, Nix, dnf, winget 安装 micromamba

查看 micromamba 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:micromamba
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install micromamba
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#micromamba
```

  证据: nixpkgs package indexes: pkgs/by-name/mi/micromamba/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- dnf (92%):

```sh
sudo dnf install mamba
```

  证据: Fedora Rawhide package metadata: mamba from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

### Windows

- winget (92%):

```sh
winget install --id Mamba.Micromamba -e
```

  证据: Windows Package Manager source index: Mamba.Micromamba from https://cdn.winget.microsoft.com/cache/source.msix

## 软件包事实

- **软件包键:** brew:micromamba
- **软件包管理器:** Homebrew
- **版本:** 2.8.1
- **来源摘要:** Fast Cross-Platform Package Manager
- **主页:** <https://github.com/mamba-org/mamba>
- **仓库:** <https://github.com/mamba-org/mamba>
- **最后更新:** 2026-06-09T13:20:16Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- mamba (别名)
- micromamba (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 2.8.1
## 项目历史与用法

micromamba is the small, standalone member of the Mamba package-manager family. Mamba began at QuantStack as a C++ reimplementation of conda focused on faster dependency solving and downloads, using libsolv and parallel fetching while preserving conda-compatible package operations. That work grew inside the conda-forge ecosystem, where fast solving matters for large scientific and data-science package graphs.

### 项目历史

micromamba packages the same codebase with different build choices: the official documentation describes it as a tiny, statically linked C++ executable with its own CLI, no required `base` environment, and no bundled Python. The Mamba README positions it for CI/CD pipelines, Docker images, bootstrapping, and other places where a single self-contained executable is easier than installing Miniforge or a full conda stack.

### 使用方式

A major technical milestone came with the Mamba 2.0 effort, which made Mamba use the same standalone code as micromamba and removed the older Python-dependent pieces. For package-manager users, micromamba fills the bootstrapper niche: create or run conda environments quickly without first carrying an entire conda distribution.

### 来源

- <https://chanzuckerberg.com/eoss/proposals/fast-software-package-management-for-bio-and-data-science/>
- <https://formulae.brew.sh/formula/micromamba>
- <https://github.com/mamba-org/mamba>
- <https://mamba.readthedocs.io/en/latest/user_guide/micromamba.html>
- <https://medium.com/@QuantStack/introducing-mamba-2-0-0e8d5c6d1d0c>
- <https://wolfv.medium.com/making-conda-fast-again-4da4debfb3b7>


## 安全说明

infrastructure mutation or orchestration signal.

- **Geiger 风险:** orange / 中
- infrastructure mutation or orchestration signal


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: /etc/conda/.condarc, /etc/conda/condarc, /etc/conda/condarc.d/, /etc/conda/.mambarc, /var/lib/conda/.condarc, /var/lib/conda/condarc, /var/lib/conda/condarc.d/, /var/lib/conda/.mambarc, {root_prefix}/.condarc, {root_prefix}/condarc, {root_prefix}/condarc.d, {root_prefix}/.mambarc, ~/.conda/.condarc, ~/.conda/condarc, ~/.conda/condarc.d, ~/.condarc, ~/.mambarc, {target_prefix}/.condarc, {target_prefix}/condarc, {target_prefix}/condarc.d, {target_prefix}/.mambarc, $CONDARC, $MAMBARC
- Windows: C:\ProgramData\conda\.condarc, C:\ProgramData\conda\condarc, C:\ProgramData\conda\condarc.d, C:\ProgramData\conda\.mambarc, {root_prefix}\.condarc, {root_prefix}\condarc, {root_prefix}\condarc.d, {root_prefix}\.mambarc, ~\.conda\.condarc, ~\.conda\condarc, ~\.conda\condarc.d, ~\.condarc, ~\.mambarc, {target_prefix}\.condarc, {target_prefix}\condarc, {target_prefix}\condarc.d, {target_prefix}\.mambarc, %CONDARC%, %MAMBARC%
## 其他软件包管理器记录

- Nix - micromamba: normalized package name match | nixpkgs package indexes: pkgs/by-name/mi/micromamba/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- dnf - mamba - 2.8.1-2.fc45: normalized package name match | Fedora Rawhide package metadata: mamba from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | The Fast Cross-Platform Package Manager | https://github.com/mamba-org/mamba
- winget - Mamba.Micromamba: normalized package name match | Windows Package Manager source index: Mamba.Micromamba from https://cdn.winget.microsoft.com/cache/source.msix
- Nix - mamba: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/ma/mamba/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/micromamba.yml](https://github.com/mxcl/pkgdb/blob/main/combined/micromamba.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
