Windows 10/11
winget install OpenJS.NodeJS
Linux Debian/Ubuntu
apt-get install -y curl curl -fsSL https://deb.nodesource.com/setup_23.x -o nodesource_setup.sh bash nodesource_setup.sh apt-get install -y nodejs
Linux CentOS/Red Hat/Fedora
dnf install nodejs
macOS
curl "https://nodejs.org/dist/latest/$(curl -s https://nodejs.org/dist/latest/ | grep "pkg" | cut -d'"' -f 2)" -o "$HOME/Downloads/node-latest.pkg" && sudo installer -store -pkg "$HOME/Downloads/node-latest.pkg" -target "/"