🍺 BREW Explorer

← all formulae

pnpm

brew install pnpm v11.8.0 MIT

Fast, disk space efficient Node.js package manager with strict dependency resolution.

Why you might care

pnpm uses hard links and a content-addressable store to save disk space versus npm/yarn, executes faster, and enforces stricter dependency trees by default—avoiding phantom dependencies. Drop-in replacement for npm if your projects don't rely on loose peer dependency semantics.

Categories

Alternatives

npm yarn bun
71.4k
30-day installs · #71
178.5k
90-day · #118
514.9k
365-day · #145

Build dependencies

Links

Caveats

pnpm requires a Node installation to function. You can install one with:
  brew install node

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

Raw metadata
{
  "aliases": [
    "pnpm@11"
  ],
  "alternatives": [
    "npm",
    "yarn",
    "bun"
  ],
  "build_dependencies": [
    "node"
  ],
  "categories": [
    "package-manager"
  ],
  "caveats": "pnpm requires a Node installation to function. You can install one with:\n  brew install node\n",
  "conflicts_with": [
    "corepack"
  ],
  "dependencies": [],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Fast, disk space efficient package manager",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:40:38+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "pnpm",
  "github_default_branch": null,
  "github_last_commit_at": null,
  "github_readme_excerpt": null,
  "github_repo": null,
  "github_stars": null,
  "github_topics": [],
  "homepage": "https://pnpm.io/",
  "homepage_og_description": "Fast, disk space efficient package manager",
  "homepage_og_image": "https://pnpm.io/img/ogimage.png",
  "homepage_title": "Fast, disk space efficient package manager | pnpm",
  "installs_30d": 71395,
  "installs_365d": 514927,
  "installs_90d": 178525,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "MIT",
  "llm_generated_at": "2026-06-20T23:42:31+00:00",
  "llm_model": "claude-haiku-4-5",
  "name": "pnpm",
  "oldnames": [],
  "one_liner": "Fast, disk space efficient Node.js package manager with strict dependency resolution.",
  "optional_dependencies": [],
  "rank_30d": 71,
  "rank_365d": 145,
  "rank_90d": 118,
  "raw_hash": "648ad00f8866a2c5",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/p/pnpm.rb",
  "tap": "homebrew/core",
  "test_dependencies": [
    "node"
  ],
  "uses_from_macos": [],
  "version_head": null,
  "version_stable": "11.8.0",
  "versioned_formulae": [
    "pnpm@10",
    "pnpm@9"
  ],
  "why_use_this": "pnpm uses hard links and a content-addressable store to save disk space versus npm/yarn, executes faster, and enforces stricter dependency trees by default\u2014avoiding phantom dependencies. Drop-in replacement for npm if your projects don\u0027t rely on loose peer dependency semantics."
}