# micromamba を Homebrew, Nix, dnf, winget でインストール

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
