Silent Install HQ
EXE WinGet

pnpm

pnpm · 10.8.0 · arm64

Before deploying, verify this file with VirusTotal ↗

Silent Commands

Portable application — no installation required. Run the executable directly from any location.

File Identity

SHA256 01887974f79ea840ffc342a097cece7bd86508c5e0de4da8440cbeaf1b9d6510 VirusTotal ↗
Filename pnpm-win-arm64.exe

Signature

Status Upload installer to verify signature

Installer Selection

WinGet Package

Package ID pnpm.pnpm
Version 10.8.0
Description Fast, disk space efficient package manager.
License MIT
Release Notes Minor Changes - Experimental. A new hook is supported for updating configuration settings. The hook can be provided via .pnpmfile.cjs. For example: module.exports = { hooks: { updateConfig: (config) => ({ ...config, nodeLinker: "hoisted", }), }, }; - Now you can use the pnpm add command with the --config flag to install new configurational dependencies #9377. Patch Changes - Do not hang indefinitely, when there is a glob that starts with !/ in pnpm-workspa…