ZIP
WinGet
Node.js
Node.js Foundation · 25.6.0 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
node-v25.6.0-win-x64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
OpenJS.NodeJS
Version
25.6.0
Description
Run JavaScript Everywhere
License
MIT
↗
Homepage
https://nodejs.org/
Installer URL
https://nodejs.org/dist/v25.6.0/node-v25.6.0-win-x64.zip
Release Notes
Notable Changes
- [796ff46ae6] - (SEMVER-MINOR) async_hooks: add trackPromises option to createHook() (Joyee Cheung) #61415
- [4cf94fae17] - (SEMVER-MINOR) net: add setTOS and getTOS to Socket (Amol Yadav) #61503
- [dce657071e] - (SEMVER-MINOR) src: add initial support for ESM in embedder API (Joyee Cheung) #61548
- [e62608bbcf] - src: improve TextEncoder encode performance with simdutf (Mert Can Altin) #61496
- [93938a4738] - (SEMVER-MINOR) stream: add bytes() method to node:stream/consumers (w…