Yarn
📦🐈 Active development trunk for Yarn ⚒ observed · 2026-08-28
Health v2 · maintenance only
96/100
- Activity 96
- Release rhythm 95
- 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: 17.5
- age_days: 2914
- days_rel: 35
- days_push: 29
- n_releases_24m: 29
Adoption not part of the score
8101 stars · 1321 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Yarn is a fast, reliable, and secure package manager for JavaScript projects that also acts as a project manager, with features like workspaces, offline caching, deterministic lockfiles, and Plug'n'Play installs. The 1.x line is frozen for maintenance; active development happens in the yarnpkg/berry repository (Yarn 2+).
Use cases
- install javascript dependencies fast and deterministically
- manage a monorepo with workspaces
- make builds reproducible with a lockfile
- install packages offline or with zero-installs
- migrate from npm to a faster package manager
- verify package integrity with checksums
- choose between node_modules, pnpm-style symlinks, or PnP installs
When to choose
- you need deterministic, reproducible installs across machines and CI
- you manage monorepos with workspaces
- you want offline caching, zero-installs, or plugin extensibility
- you want a package manager that reimplements all commands for full control
When to avoid
- you are starting a new project on Yarn 1.x Classic, which is frozen - use Yarn 4+ (berry) instead
- your team is standardized on npm or pnpm and has no need for Yarn-specific features
- you rely on tooling that only supports node_modules layouts and cannot handle PnP
Facets
cli-tool · maturity active
package-manager cli developer-tools dependency-audit developer-tools web-development cli cross-platform javascript npm-registry lockfile workspaces monorepo plugnplay zero-install offline-cache command-line nodejs
6 sources
- readme: https://github.com/yarnpkg/berry · fetched 2026-08-28 · c1e230dfd5c4
- homepage: https://yarnpkg.com · fetched 2026-08-29 · 436f5f53498c
- site_page: https://yarnpkg.com/getting-started · fetched 2026-08-29 · 8c6ccada29c0
- site_page: https://yarnpkg.com/features/caching · fetched 2026-08-29 · 2a290a432044
- site_page: https://classic.yarnpkg.com/en/docs · fetched 2026-08-29 · 75a9df30edff
- registry_npm: https://registry.npmjs.org/yarn · fetched 2026-08-29 · 62ac0fc28212
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| yarnpkg/berry | main | 96 |
| yarnpkg/yarn | mirror | 60 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem