Node.js
nodejs.org › en › download
Node.js — Download Node.js®
Read the changelog or blog post for this version. Learn more about Node.js releases, including the release schedule and LTS status. Learn how to verify signed SHASUMS. Looking for Node.js source? Download a signed Node.js source tarball.
Node.js
nodejs.org › en › blog › release › v20.9.0
Node.js — Node.js v20.9.0 (LTS)
Windows 32-bit Installer: https://nodejs.org/dist/v20.9.0/node-v20.9.0-x86.msi Windows 64-bit Installer: https://nodejs.org/dist/v20.9.0/node-v20.9.0-x64.msi Windows ARM 64-bit Installer: https://nodejs.org/dist/v20.9.0/node-v20.9.0-arm64.msi Windows 32-bit Binary: https://nodejs.org/dist/v20.9.0/win-x86/node.exe Windows 64-bit Binary: https://nodejs.org/dist/v20.9.0/win-x64/node.exe Windows ARM 64-bit Binary: https://nodejs.org/dist/v20.9.0/win-arm64/node.exe macOS 64-bit Installer: https://nodejs.org/dist/v20.9.0/node-v20.9.0.pkg macOS Apple Silicon 64-bit Binary: https://nodejs.org/dist/v20
Videos
02:53
How to Install Nodejs 20 on Windows 11/10 (2024) - YouTube
03:14
How to Install NodeJS 20 in Windows 10/11 (2024 Update) - YouTube
17:05
How To Install Node.js on Mac / MacOS (M1 | M2 | M3) (2024) - YouTube
03:53
How to Change Node JS Version in Visual Studio Code without ...
What's New In Node.js 20 | Permissions and Test Runner ...
02:18
How to Install Node.js on Windows 11 | Amit Thinks | Updated 2025 ...
Node.js
nodejs.org › en › blog › release › v20.0.0
Node.js — Node.js v20.0.0 (Current)
The MSI, zip/7z packages, and executable are available from the Node.js download site along with all other platforms. The CI system was updated and all changes are now fully tested on ARM64 Windows, to prevent regressions and ensure compatibility. ARM64 Windows was upgraded to tier 2 support by Stefan Stojanovic in #47233. When new WASI() is called, the version option is now required and has no default value.
Node.js
nodejs.org › en › blog › release › v20.12.2
Node.js — Node.js v20.12.2 (LTS)
Windows 32-bit Installer: https://nodejs.org/dist/v20.12.2/node-v20.12.2-x86.msi Windows 64-bit Installer: https://nodejs.org/dist/v20.12.2/node-v20.12.2-x64.msi Windows ARM 64-bit Installer: https://nodejs.org/dist/v20.12.2/node-v20.12.2-arm64.msi Windows 32-bit Binary: https://nodejs.org/dist/v20.12.2/win-x86/node.exe Windows 64-bit Binary: https://nodejs.org/dist/v20.12.2/win-x64/node.exe Windows ARM 64-bit Binary: https://nodejs.org/dist/v20.12.2/win-arm64/node.exe macOS 64-bit Installer: https://nodejs.org/dist/v20.12.2/node-v20.12.2.pkg macOS Apple Silicon 64-bit Binary: https://nodejs.o
Node.js
nodejs.org › en › blog › announcements › v20-release-announce
Node.js — Node.js 20 is now available!
This does mean, however, that any code that relied on the default for the version will need to be updated to request a specific version. If you have a interest in using WASI in Node.js or uvwasi which is used outside of Node.js itself, the team would love additional contributors. Try out the new Node.js 20 release!
Node.js
nodejs.org › en › blog › release › v20.19.4
Node.js — Node.js v20.19.4 (LTS)
Windows 32-bit Installer: https://nodejs.org/dist/v20.19.4/node-v20.19.4-x86.msi Windows 64-bit Installer: https://nodejs.org/dist/v20.19.4/node-v20.19.4-x64.msi Windows ARM 64-bit Installer: https://nodejs.org/dist/v20.19.4/node-v20.19.4-arm64.msi Windows 32-bit Binary: https://nodejs.org/dist/v20.19.4/win-x86/node.exe Windows 64-bit Binary: https://nodejs.org/dist/v20.19.4/win-x64/node.exe Windows ARM 64-bit Binary: https://nodejs.org/dist/v20.19.4/win-arm64/node.exe macOS 64-bit Installer: https://nodejs.org/dist/v20.19.4/node-v20.19.4.pkg macOS Apple Silicon 64-bit Binary: https://nodejs.o
GitHub
github.com › nodejs › node › releases
Releases · nodejs/node
2025-11-25, Version 20.19.6 'Iron' (LTS), @marco-ippolito · [6277910a15] - crypto: update root certificates to NSS 3.114 (Node.js GitHub Bot) #59571 · [082e50d4a2] - doc: update the instruction on how to verify releases (Antoine du Hamel) #59113 · [db68cec4cb] - doc: deprecate HTTP/2 priority signaling (Matteo Collina) #58313 ·
Author nodejs
Node.js
nodejs.org › en › blog › release › v20.11.0
Node.js — Node.js v20.11.0 (LTS)
f76a47616ceb47b9766cb7182ec6b53100192349de6a8aebb11f3abce045748f node-v20.11.0-aix-ppc64.tar.gz 6f36120adc4a49657ceeb7e55b1d42fa58e1006f4ebd04e12a0c6858f58f7b1e node-v20.11.0-arm64.msi 94e443d007e2882f8e5aecc85d978f7591520dc3b642adc7583b3cb0b3fc37d7 node-v20.11.0-darwin-arm64.tar.gz f18a7438723d48417f5e9be211a2f3c0520ffbf8e02703469e5153137ca0f328 node-v20.11.0-darwin-arm64.tar.xz c0ba02c905814258bd99a362027f8d4d2cc738218a9cf1dce2620e8735e3a80e node-v20.11.0-darwin-x64.tar.gz d4b4ab81ebf1f7aab09714f834992f27270ad0079600da00c8110f8950ca6c5a node-v20.11.0-darwin-x64.tar.xz c456d00c993b3d60d29c50e
npm
npmjs.com › package › node
node - npm
Installs a node binary into your project, which because npm runs scripts with the local ./node_modules/.bin in the PATH ahead of the system copy means you can have a local version of node that is different than your system's, and manage node as a normal dependency. Warning: don't install this globally with npm 2. npm@2 immediately removes node, then can't run the scripts that make this work. ... This will run myscript.js with the latest version of node from the v4 major.
» npm install node
DigitalOcean
digitalocean.com › community › tutorials › how-to-install-node-js-on-ubuntu-20-04
How to Install Node.js on Ubuntu | DigitalOcean
May 2, 2025 - No, Ubuntu 20.04 does not come with Node.js preinstalled. You need to install it manually using a package manager or by downloading the binaries.