Yarn is a package manager for your code. It allows you to use and share code with other developers from around the world. Yarn does this quickly, securely, and reliably so you don’t ever have to worry.



npm is described as 'Package manager for Node.js that is run through the command line and manages dependencies for an application. It the predominant package manager for Node.js' and is a popular Package Manager in the development category. There are more than 25 alternatives to npm, not only websites but also apps for a variety of platforms, including Linux, Mac, Windows and Self-Hosted apps. The best npm alternative is Yarn, which is both free and Open Source. Other great sites and apps similar to npm are Bun, pnpm, Advanced Package Tool (APT) and Nix Package Manager.
Yarn is a package manager for your code. It allows you to use and share code with other developers from around the world. Yarn does this quickly, securely, and reliably so you don’t ever have to worry.



Incredibly fast JavaScript runtime, bundler, transpiler and package manager – all in one.

Faster than npm, can use cached packages instead of downloading them every time.
single copy of binary stored on file system; faster

Apt (for Advanced Package Tool) is a set of core tools inside Debian. The user interface application for Apt is aptitude.



Nix is a powerful package manager for macOS, Linux and other Unix systems that makes package management reliable and reproducible. It provides atomic upgrades and rollbacks, side-by-side installation of multiple versions of a package, multi-user package management and easy setup...
Turborepo is a high-performance build system for JavaScript and TypeScript codebases, designed to scale monorepos and speed up single-package workspace workflows. It uses a lightweight approach to optimize repository tasks, saving time and reducing costs for developers and large...



aptitude is a terminal-based frontend for Advanced Package Tool (APT) with a number of useful features, including: a mutt-like syntax for matching packages in a flexible manner, dselect-like persistence of user actions, the ability to retrieve and...

It's not a node.js package manager
Not node.js package manager

Snaps are software packages that are simple to create and install. They auto-update and are safe to run. And because they bundle their dependencies, they work on all major Linux systems without modification.

snapcraft is a general package manager for software, while npm is mostly specialized in javascript dependency management

The Python Package Index (PyPI) is a repository of software for the Python programming language. PyPI helps you find and install software developed and shared by the Python community. Package authors use PyPI to distribute their software.




Next generation build system with first class monorepo support and powerful integrations.

Composer is a package manager not in the same sense as Yum or Apt are. Yes, it deals with "packages" or libraries, but it manages them on a per-project basis, installing them in a directory (e.g. vendor) inside your project.
I think pnpm is a good alternative to npm, because it is generally faster, and it uses symlinks, so every package is stored only once on your disk.