Silent Install HQ
ZIP WinGet

Node.js

Node.js Foundation · 25.6.0 · arm64

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

SHA256 0124a8041cdde07c068c08fdcf4cdc59f83bde8d4b78dc9eca3b5d80672b9e40 VirusTotal ↗
Filename node-v25.6.0-win-arm64.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
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…