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

nodejs/corepack

Package manager version manager for Node.js projects observed · 2026-08-28

github.com/nodejs/corepack · TypeScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

89/100

  • Activity 98
  • Release rhythm 72
  • 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: 47
  • age_days: 2365
  • days_rel: 110
  • days_push: 13
  • n_releases_24m: 14

Full methodology

Adoption not part of the score

3793 stars · 275 forks observed · 2026-08-28

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

Corepack is a zero-dependency Node.js tool that manages and proxies Yarn, npm, and pnpm versions per project, so developers don't need to install package managers globally. It reads project configuration to download and run the correct package manager version automatically.

Use cases

  • use yarn and pnpm without installing them globally
  • pin package manager versions per project
  • ensure team members use the same package manager version
  • prevent running the wrong package manager in a project
  • manage package manager versions across many node projects

When to choose

  • you work across multiple Node.js projects using different package managers or versions
  • you want reproducible package manager versions checked into your repo
  • you want to avoid global yarn/pnpm installs

When to avoid

  • you only use npm and don't need version pinning
  • you prefer managing package managers via a version manager like nvm or asdf
  • you're on Node.js 25+ where Corepack is no longer bundled

Facets

cli-tool · maturity active

package-manager developer-tools cli developer-tools web-development cross-platform cli yarn pnpm npm version-manager javascript command-line nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
nodejs/corepackmain89

For agents

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

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