← All categories

Package Manager

7 tools in this category

npm

npm

Package Manager

The default package manager for Node.js. Millions of packages, workspaces support, and lockfile management.

9kJavaScriptby GitHub / npm Inc.
$Bundled with Node.js
pnpm

pnpm

Package Manager

Fast, disk-efficient package manager. Content-addressable storage means no duplicate packages across projects.

31kTypeScriptby Zoltan Kochan
$npm install -g pnpm
Bun

Bun

Package Manager

All-in-one JavaScript runtime, bundler, test runner, and package manager. Written in Zig for maximum speed.

77kZigby Oven
$curl -fsSL https://bun.sh/install | bash
Deno

Deno

Package Manager

Secure JavaScript and TypeScript runtime. Built-in formatter, linter, test runner, and package management.

101kRustby Deno Land
$curl -fsSL https://deno.land/install.sh | sh
Yarn

Yarn

Package Manager

Modern package manager with Plug'n'Play, constraints, and workspaces. Zero-installs via offline cache.

7kTypeScriptby Yarn Contributors
$corepack enable && yarn set version stable
fnm

fnm

Package Manager

Fast and simple Node.js version manager built in Rust. Cross-platform support with shell integration and .nvmrc compatibility.

25kRustby Gal Schlezinger
$brew install fnm
uv

uv

Package Manager

An extremely fast Python package and project manager. A single tool replacing pip, pip-tools, pipx, poetry, pyenv, and virtualenv.

84kRustby Astral
$brew install uv