yarnpkg/berry

📦🐈 Active development trunk for Yarn ⚒

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 15 minutes ago
Added to GitGenius on September 8th, 2026
Created on September 10th, 2018
Open Issues & Pull Requests: 977 (+0)
GitHub issues: Enabled
Number of forks: 1,321
Total Stargazers: 8,103 (+0)
Total Subscribers: 87 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

Detailed Description

Yarn is a package manager for JavaScript and Node.js projects that emphasizes speed, reliability, and security in dependency management.

Yarn addresses the limitations of earlier package managers through a modular architecture built around plugins and a Node API. The tool solves dependency resolution and installation challenges while enabling extensibility—plugins can add support for languages beyond Node.js, and the native workspace support allows monorepo management without external tools. Yarn includes a portable shell implementation that translates bash-like package scripts to work identically across Windows, Linux, and macOS, eliminating cross-platform scripting friction. The entire codebase is written in TypeScript with full type checking, and the project exposes a programmatic Node API through its core package for teams that need to integrate package management into custom tooling.

Teams should adopt Yarn if they work with monorepos, need cross-platform script portability, or require the ability to extend the package manager for specialized workflows. Projects using multiple languages or needing to customize package management behavior will benefit from the plugin system. The tool is suitable for organizations that want to avoid shell script compatibility issues and prefer a strongly typed, API-first approach to dependency management.

The project maintains active development with continuous integration workflows. The codebase demonstrates sustained engineering effort through its TypeScript implementation and comprehensive type coverage. The tool has established community infrastructure including Discord chat and sponsorship support, indicating ongoing investment in user engagement and project sustainability.