Download Node.js®

Get Node.js® for using with

InfoInstallation methods that involve community software are supported by the teams maintaining that software.
# Download and install fnm:
winget install Schniz.fnm

# Download and install Node.js:
fnm install 23

# Verify the Node.js version:
node -v # Should print "v23.6.0".

# Verify npm version:
npm -v # Should print "10.9.2".
"fnm" is a cross-platform Node.js version manager. If you encounter any issues please visit fnm's website

Or get a prebuilt Node.js® for running a architecture.

Read the changelog for this version.

Read the blog post for this version.

Learn how to verify signed SHASUMS.

Learn how to build Node.js from source.

Check out our nightly binaries or all previous releases or the unofficial binaries for other platforms.