pnpm
Fast, disk space efficient package manager 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
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
- readme: https://github.com/pnpm/pnpm · fetched 2026-08-28 · d7280afb9fe4
- homepage: https://pnpm.io · fetched 2026-08-29 · ef10907cd9f0
- site_page: https://pnpm.io/installation · fetched 2026-08-29 · d421d49bb65a
- site_page: https://pnpm.io/faq · fetched 2026-08-29 · 32b8c8ccf8a6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pnpm/pnpm | main | 95 |
| pnpm/action-setup | infra | 97 |
| pnpm/pacquet | backend | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem