7 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
Fast and simple Node.js version manager built in Rust. Cross-platform support with shell integration and .nvmrc compatibility.
brew install fnm
An extremely fast Python package and project manager. A single tool replacing pip, pip-tools, pipx, poetry, pyenv, and virtualenv.
brew install uv