npm AlternativesTop Package Managers and other similar apps like npm
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, Self-Hosted and Windows apps. The best npm alternative is Yarn, which is both free and Open Source. Other great sites and apps similar to npm are pnpm, Bun, Advanced Package Tool and Nix Package Manager.
- Package Manager
- Free • Open Source
- 14 Yarn alternatives
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.
License model
- Free • Open Source
Application type
Country of Origin
United States
Platforms
- Mac
- Windows
- Linux
- Self-Hosted
Yarn Features
License model
- Free • Open Source
Application type
Country of Origin
United States
Platforms
- Mac
- Windows
- Linux
Comments about pnpm as an Alternative to npm
Most Recent CommentmisterrobatoFaster than npm, can use cached packages instead of downloading them every time.
single copy of binary stored on file system; faster
- 9 Bun alternatives
Bun is a modern JavaScript runtime like Node or Deno. It was built from scratch to focus on three main things:
License model
- Free • Open Source
Application types
Country of Origin
United States
Platforms
- Mac
- Windows
- Linux
- Self-Hosted
- JavaScript
- Typescript
Apt (for Advanced Package Tool) is a set of core tools inside Debian. The user interface application for Apt is aptitude.
License model
- Free • Open Source
Application types
Country of Origin
Switzerland
Platforms
- Linux
- 46 Nix Package Manager alternatives
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...
License model
- Free • Open Source
Application types
Country of Origin
Netherlands
EU
Platforms
- Mac
- Linux
- BSD
- 46 PyPI alternatives
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.
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...
License model
- Free • Open Source
Application type
Country of Origin
United States
Platforms
- Self-Hosted
- JavaScript
- Typescript
Turborepo Features
aptitude is a terminal-based frontend for Advanced Package Tool 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...
Comments about aptitude as an Alternative to npm
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.
License model
- Free • Open Source
Application type
Country of Origin
United Kingdom
Platforms
- Linux
Comments about Snapcraft as an Alternative to npm
RemovedUsersnapcraft is a general package manager for software, while npm is mostly specialized in javascript dependency management
Verdaccio Features
License model
- Free • Open Source
Application types
Country of Origin
Germany
EU
Platforms
- Linux
DiscontinuedReadme says "Souk is currently no longer being actively developed due to technical limitations. Many design elements of Souk are currently being implemented in GNOME Software 41. More details are explained in this issue."https://gitlab.gnome.org/haecker-felix/souk/-/issues/61#note_1270615
Souk Features
- 6 Composer alternatives
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.
License model
- Free • Open Source
Application type
Country of Origin
- International
Platforms
- Mac
- Windows
- Linux
- PHP
Composer Features
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.