5 tools in this category
The default package manager for Node.js. Millions of packages, workspaces support, and lockfile management.
Bundled with Node.js
Fast, disk-efficient package manager. Content-addressable storage means no duplicate packages across projects.
npm install -g pnpm
All-in-one JavaScript runtime, bundler, test runner, and package manager. Written in Zig for maximum speed.
curl -fsSL https://bun.sh/install | bash
Secure JavaScript and TypeScript runtime. Built-in formatter, linter, test runner, and package management.
curl -fsSL https://deno.land/install.sh | sh
Modern package manager with Plug'n'Play, constraints, and workspaces. Zero-installs via offline cache.
corepack enable && yarn set version stable