yarn
brew install yarn
v1.22.22
BSD-2-Clause
JavaScript package manager with fast, reliable dependency resolution and offline support.
Why you might care
Yarn offers deterministic installs via lock files, significantly faster performance than npm through parallel downloads and caching, and works offline after initial setup. Teams often prefer it for reproducible builds and monorepo support; it's a drop-in replacement for npm install workflows.
5.0k
30-day installs · #603
17.3k
90-day · #590
109.0k
365-day · #392
Links
- https://yarnpkg.com/
- Brew formula source: Formula/y/yarn.rb
Caveats
yarn 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": [],
"alternatives": [
"npm",
"pnpm",
"bun"
],
"build_dependencies": [],
"categories": [
"package-manager"
],
"caveats": "yarn requires a Node installation to function. You can install one with:\n brew install node\n",
"conflicts_with": [
"corepack",
"hadoop"
],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "JavaScript package manager",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:40:59+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "yarn",
"github_default_branch": null,
"github_last_commit_at": null,
"github_readme_excerpt": null,
"github_repo": null,
"github_stars": null,
"github_topics": [],
"homepage": "https://yarnpkg.com/",
"homepage_og_description": "Yarn, the modern JavaScript package manager",
"homepage_og_image": "https://yarnpkg.com/img/social-preview.png",
"homepage_title": "Home page | Yarn",
"installs_30d": 4974,
"installs_365d": 109018,
"installs_90d": 17303,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "BSD-2-Clause",
"llm_generated_at": "2026-06-20T23:45:52+00:00",
"llm_model": "claude-haiku-4-5",
"name": "yarn",
"oldnames": [],
"one_liner": "JavaScript package manager with fast, reliable dependency resolution and offline support.",
"optional_dependencies": [],
"rank_30d": 603,
"rank_365d": 392,
"rank_90d": 590,
"raw_hash": "ce0bf35ef3f946c6",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/y/yarn.rb",
"tap": "homebrew/core",
"test_dependencies": [
"node"
],
"uses_from_macos": [],
"version_head": null,
"version_stable": "1.22.22",
"versioned_formulae": [],
"why_use_this": "Yarn offers deterministic installs via lock files, significantly faster performance than npm through parallel downloads and caching, and works offline after initial setup. Teams often prefer it for reproducible builds and monorepo support; it\u0027s a drop-in replacement for npm install workflows."
}