🍺 BREW Explorer

← all casks

miniforge

brew install --cask miniforge v26.3.2-3

Minimal conda installer preconfigured to use conda-forge as its default package channel.

Why you might care

Lighter and faster than Anaconda or Miniconda, with conda-forge packages enabled by default. Ideal for developers who want conda/mamba without bloat, especially on Apple Silicon or non-x86 architectures. Open-source and community-maintained.

Categories

Alternatives

Anaconda Miniconda Mambaforge
4.4k
30-day installs · #99
14.0k
90-day · #99
45.4k
365-day · #103
9.9k
★ GitHub stars · updated 17d ago

Links

Blurb generated by claude-haiku-4-5 on today.

Raw metadata
{
  "alternatives": [
    "Anaconda",
    "Miniconda",
    "Mambaforge"
  ],
  "artifacts": [
    {
      "uninstall_preflight": null
    },
    {
      "uninstall": [
        {
          "delete": "$HOMEBREW_PREFIX/Caskroom/miniforge/base"
        }
      ]
    },
    {
      "installer": [
        {
          "script": {
            "args": [
              "-b",
              "-p",
              "$HOMEBREW_PREFIX/Caskroom/miniforge/base"
            ],
            "executable": "Miniforge3-26.3.2-3-MacOSX-arm64.sh"
          }
        }
      ]
    },
    {
      "binary": [
        "$HOMEBREW_PREFIX/Caskroom/miniforge/base/condabin/conda"
      ],
      "target": "$HOMEBREW_PREFIX/bin/conda"
    },
    {
      "binary": [
        "$HOMEBREW_PREFIX/Caskroom/miniforge/base/condabin/mamba"
      ],
      "target": "$HOMEBREW_PREFIX/bin/mamba"
    },
    {
      "postflight": null
    },
    {
      "zap": [
        {
          "trash": [
            "/private/tmp/miniforge-envs",
            "~/.conda",
            "~/.condarc"
          ]
        }
      ]
    }
  ],
  "auto_updates": 1,
  "categories": [
    "dev-tools",
    "container"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Minimal installer for conda specific to conda-forge",
  "disable_reason": null,
  "disabled": 0,
  "display_name": "miniforge",
  "enrichment_fetched_at": "2026-06-20T22:46:52+00:00",
  "first_seen": "2026-06-20T00:47:34+00:00",
  "full_token": "miniforge",
  "github_default_branch": "main",
  "github_last_commit_at": "2026-06-03T07:32:21Z",
  "github_readme_excerpt": "# Miniforge\n\n[![Build miniforge](https://github.com/conda-forge/miniforge/actions/workflows/ci.yml/badge.svg)](https://github.com/conda-forge/miniforge/actions/workflows/ci.yml)\n[![GitHub downloads](https://img.shields.io/github/downloads/conda-forge/miniforge/total.svg)](https://tooomm.github.io/github-release-stats/?username=conda-forge\u0026repository=miniforge)\n\nThis repository holds the minimal installers for [Conda](https://conda.io/) and [Mamba](https://github.com/mamba-org/mamba) specific to [conda-forge](https://conda-forge.org/), with the following features pre-configured:\n\n* Packages in the base environment are obtained from the [conda-forge channel](https://anaconda.org/conda-forge).\n* The [conda-forge](https://conda-forge.org/) channel is set as the default (and only) channel.\n\nWe put an emphasis on supporting various CPU architectures (x86_64, ppc64le,\nand aarch64 including Apple Silicon) as well as the stability of this\ninstaller.\n\n## Goals\n\nThe goal of this installer is to provide you with an entry point to the\nconda and mamba commands. If these two commands execute correctly, then this\ninstaller has achieved its goal.\n\nIf you have issues with specific packages, please report them to the\nassociated feedstock. You may find the feedstock associated with a package using\nour [website](https://conda-forge.org/packages/)\n\n## Usage\n\nMiniforge provides installers for the commands [`conda`](https://conda.io/) and\n[`mamba`](https://github.com/mamba-org/mamba).  Once the installer for your OS\nand architecture has been executed, you should be able to use these commands in\na terminal.\n\n### conda/mamba usable in any terminals\n\nHowever, with the default choices of the Windows installer, these commands are\nonly available in the \"Miniforge Prompt\". To be able to use these commands in\nother terminals, one needs to initialize conda for your shell by running in\nthe Miniforge Prompt.\n\n```sh\nconda init\n```\n\nNote that one can also just add the `C:\\Users\\myusername\\miniforge3\\co",
  "github_repo": "conda-forge/miniforge",
  "github_stars": 9917,
  "github_topics": [],
  "homepage": "https://github.com/conda-forge/miniforge",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 4377,
  "installs_365d": 45428,
  "installs_90d": 14046,
  "last_seen": "2026-06-20T00:47:34+00:00",
  "llm_generated_at": "2026-06-20T23:02:55+00:00",
  "llm_model": "claude-haiku-4-5",
  "names": [
    "miniforge"
  ],
  "one_liner": "Minimal conda installer preconfigured to use conda-forge as its default package channel.",
  "rank_30d": 99,
  "rank_365d": 103,
  "rank_90d": 99,
  "raw_hash": "b799d9a4966bb9bc",
  "ruby_source_path": "Casks/m/miniforge.rb",
  "tap": "homebrew/cask",
  "token": "miniforge",
  "version": "26.3.2-3",
  "why_use_this": "Lighter and faster than Anaconda or Miniconda, with conda-forge packages enabled by default. Ideal for developers who want conda/mamba without bloat, especially on Apple Silicon or non-x86 architectures. Open-source and community-maintained."
}