Download Latest Version pnpm-win32-arm64.zip (36.8 MB)
Email in envelope

Get an email when there's a new version of pnpm

Home / v11.15.1
Name Modified Size InfoDownloads / Week
Parent folder
pnpm-darwin-arm64.tar.gz 2026-07-19 48.0 MB
pnpm-linux-arm64-musl.tar.gz 2026-07-19 53.5 MB
pnpm-linux-arm64.tar.gz 2026-07-19 51.2 MB
pnpm-linux-x64-musl.tar.gz 2026-07-19 52.9 MB
pnpm-linux-x64.tar.gz 2026-07-19 51.0 MB
pnpm-win32-arm64.zip 2026-07-19 36.8 MB
pnpm-win32-x64.zip 2026-07-19 40.8 MB
source-maps.tgz 2026-07-19 5.8 MB
pnpm 11.15.1 source code.tar.gz 2026-07-19 7.1 MB
pnpm 11.15.1 source code.zip 2026-07-19 9.8 MB
README.md 2026-07-19 7.7 kB
Totals: 11 Items   356.9 MB 12

Patch Changes

  • pnpm install now detects a supportedArchitectures change and re-evaluates previously skipped platform-specific optional dependencies, instead of reporting the project as up to date and leaving the packages for the old architecture set in place.

  • pnpm setup now removes leftover v10-layout shims at the top of PNPM_HOME, so pnpm self-update no longer warns about a v10 installation layout after PATH has been migrated to the v11 PNPM_HOME/bin layout. Applies to both the TypeScript CLI and pacquet.

In the TypeScript CLI, self-update also no longer treats a dangling legacy shim (one whose install target was garbage-collected) as a real v10 layout, so the warning can no longer fire on dead shim files.

Closes [#12496].

  • Completed pnpm runtime installation parity for Node.js, Deno, and Bun, including runtime failure policy, target architecture selection, and dependency runtime engines. Runtime failure overrides now preserve explicit runtime dependencies without matching engine entries.

  • Fixed pnpm install running out of memory while resolving large dependency graphs #8441. The resolver kept full registry documents — per-version readmes, scripts, descriptions, and other install-irrelevant bulk — in memory for every package fetched with full metadata (optional dependencies, and packages re-fetched for minimumReleaseAge's publish timestamps). Every retained document is now condensed down to the field set installation actually reads, which reduces peak resolution memory by several times on workspaces with more than a thousand packages.

  • When a dependency's build script fails under enableGlobalVirtualStore, the global virtual store directory it was being built in is now removed for scoped packages too. Previously the cleanup resolved one directory level short of the hash directory for a scoped name, leaving a half-built directory behind that later installs would reuse.

  • Fixed pnpm login, pnpm adduser, and pnpm logout against a registry hosted under a URL subpath (e.g. https://example.com/npm/registry) when the configured URL has no trailing slash. Such URLs were left unnormalized, so the last path segment was dropped when building the login and token endpoints and the auth token was stored under a truncated key. Registry URLs with a path now always get a trailing slash appended during normalization, matching how root-level registry URLs are handled.

Platinum Sponsors

Bit
<picture> OpenAI </picture>

Gold Sponsors

<picture> Sanity </picture> <picture> Discord </picture> Vite
<picture> SerpApi </picture> <picture> CodeRabbit </picture> <picture> Stackblitz </picture>
<picture> Workleap </picture> <picture> Nx </picture>
Source: README.md, updated 2026-07-19