Ross ROSS = Recommend OSS · open-source software intelligence for agents

pnpm

Fast, disk space efficient package manager observed · 2026-08-28

github.com/pnpm/pnpm · homepage · Rust · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

95/100

  • Activity 99
  • Release rhythm 87
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 3.0
  • age_days: 3870
  • days_rel: 7
  • days_push: 7
  • n_releases_24m: 143

Full methodology

Adoption not part of the score

36227 stars · 1671 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

pnpm is a fast, disk space efficient package manager for Node.js and JavaScript projects that stores packages in a global content-addressable store and links them into projects. It supports monorepo workspaces, deterministic lockfiles, strict dependency access, and can also manage Node.js runtime versions.

Use cases

  • install javascript dependencies faster than npm
  • save disk space when many projects share packages
  • manage a monorepo with multiple packages and workspaces
  • get deterministic installs with a lockfile
  • prevent packages from accessing undeclared dependencies
  • manage node.js versions alongside packages
  • speed up CI builds with faster dependency installation
  • mitigate npm supply chain attacks

When to choose

  • you work on JavaScript or TypeScript projects of any size
  • you maintain a monorepo with many packages and want workspace support
  • disk space or install speed is a concern across many projects
  • you want strict, deterministic dependency resolution
  • you need a battle-tested package manager used in production since 2016

When to avoid

  • you need a package manager for non-JavaScript ecosystems like Python, Rust, or Go
  • your tooling or deployment pipeline assumes npm or Yarn-specific behavior
  • you rely on packages that break under pnpm's symlinked node_modules layout

Facets

cli-tool · maturity stable

package-manager cli developer-tools dependency-audit developer-tools web-development cross-platform windows cli npm monorepo workspaces lockfile nodejs javascript disk-efficiency supply-chain-security command-line linux macos

4 sources

Member repositories

RepositoryRoleHealth v2
pnpm/pnpmmain95
pnpm/action-setupinfra97
pnpm/pacquetbackend10

For agents

markdown · JSON · MCP: product_card(name="pnpm/pnpm")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem