These answers are all about updating the version of Node, when the original question is about updating the version of the NVM tool itself.

The script to update NVM is:

$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash

and you can find the list of the latest releases here: https://github.com/nvm-sh/nvm/releases

More details found here: https://techsparx.com/nodejs/howto/nvm-deprecate-mirror.html

Answer from starryeyez024 on Stack Overflow
🌐
GitHub
github.com › coreybutler › nvm-windows
GitHub - coreybutler/nvm-windows: A node.js version management utility for Windows. Ironically written in Go.
Remember when running nvm install or nvm use, Windows usually requires administrative rights (to create symlinks). To install the latest version of Node.js, run nvm install latest.
Starred by 44.1K users
Forked by 3.7K users
Languages   Go 72.3% | Inno Setup 25.9%
🌐
SourceForge
sourceforge.net › projects › nvm-for-windows.mirror
NVM for Windows download | SourceForge.net
NVM for Windows
Download NVM for Windows for free. A node.js version management utility for Windows written in Go. Manage multiple installations of node.js on a Windows computer. Similar (not identical) to nvm, but for Windows. Manage multiple installations of node.js on a Windows computer. Similar (not identical) to nvm, but for Windows. This has always been a node version manager, not an io.js manager, so there is no back-support for io.js. However, node 4+ is supported. Remember when running nvm install or nvm use, you must have Windows administrative rights (to create symlinks). There are situations where
Rating: 5 ​
🌐
GitHub
github.com › nvm-sh › nvm
GitHub - nvm-sh/nvm: Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions
To download, compile, and install the latest release of node, do this: nvm install node # "node" is an alias for the latest version
Starred by 90.4K users
Forked by 9.7K users
Languages   Shell 98.0% | Makefile 1.2%
🌐
Nvmnode
nvmnode.com › guide › download.html
Download NVM For Windows, Linux, and macOS - NVM Documentation
This guide will help you download the appropriate version for your operating system. Below is a list of available versions of NVM for Windows: The latest stable release of NVM for Windows can be downloaded from the official GitHub repository:
🌐
GitHub
github.com › coreybutler › nvm-windows › releases
Releases · coreybutler/nvm-windows
If you already have an older version of NVM for Windows installed Download nvm-update.zip and extract it. You will find a file called nvm-update.exe. Double click to run it.
Author   coreybutler
🌐
Microsoft Learn
learn.microsoft.com › en-us › windows › dev-environment › javascript › nodejs-on-windows
Set up Node.js on native Windows | Microsoft Learn
Follow the install instructions on the nvm-windows repository. We recommend using the installer, but if you have a more advanced understanding of your needs, you may want to consider the manual installation. The installer will point you to the releases page for the most recent version. Download the nvm-setup.zip file for the most recent release.
🌐
freeCodeCamp
freecodecamp.org › news › node-version-manager-nvm-install-guide
Node Version Manager – NVM Install Guide
September 9, 2022 - Here's how to install it: In the nvm-windows repository Readme, click on "Download Now!": This will open a page showing different NVM releases. In the latest release (which as of the time of writing this is 1.1.9), you'll find different assets.
Find elsewhere
🌐
Softonic
nvm.en.softonic.com › home › windows › development & it › development kits
Nvm - Download
November 4, 2025 - Nvm, free and safe download. Nvm latest version: Free node version manager for developers. Nvm is a free-to-use development tool for programmers and d
Rating: 9.1/10 ​ - ​ 17 votes
🌐
SourceForge
sourceforge.net › projects › node-version-manager.mirror
nvm download | SourceForge.net
Download nvm for free. Version manager for node.js. Node Version Manager or nvm is a POSIX-compliant bash script for managing multiple active node.js versions. It allows you to access every long term support (LTS) version of node.js, download ...
🌐
SourceForge
sourceforge.net › home › open source software › system › storage › file managers › nvm for windows › files
NVM for Windows - Browse /1.1.12 at SourceForge.net
This is an exact mirror of the NVM for Windows project, hosted at https://github.com/coreybutler/nvm-windows. SourceForge is not affiliated with NVM for Windows. For more information, see the SourceForge Open Source Mirror Directory. Summary · Files · Reviews · Download Latest Version 1.2.2 source code.zip (2.8 MB) Home / 1.1.12 ·
🌐
freeCodeCamp
freecodecamp.org › news › nvm-for-windows-how-to-download-and-install-node-version-manager-in-windows-10
NVM for Windows – How to Download and Install Node Version Manager in Windows 10
August 11, 2022 - Step 1: Head over to the nvm-windows repository and click on Download Now!” · You’ll be taken to a page containing different versions of nvm-windows. Step 2: Click on the latest version to download it.
🌐
HeyNode
heynode.com › tutorial › install-nodejs-locally-nvm
Install Node.js Locally with Node Version Manager (nvm) | HeyNode
Windows users: The process for installing nvm on Windows is different than what’s shown below. If you’re using Windows check out this Windows-specific version of nvm. ... Using curl, or wget, download the installation script. In the URL below make sure you replace v0.35.0 with the latest ...
🌐
Software Informer
nvm-for-windows.software.informer.com › developer tools › debugging tools › nvm for windows
NVM for Windows 1.0 Download (Free) - nvm.exe
November 7, 2025 - NVM for Windows version 1.0 (nvm.exe) free download, latest version ✅1.1.12, NVM for Windows is a node.js version management utility for Windows users.
Rating: 2.5 ​ - ​ 2 votes
🌐
Linode
linode.com › docs › guides › how-to-install-use-node-version-manager-nvm
How to Install and Use NVM (Node Version Manager) | Linode Docs
November 29, 2023 - Now using node v17.0.1 (npm v8.1.0) Downloading and installing node v19.9.0... Downloading https://nodejs.org/dist/v19.9.0/node-v19.9.0-linux-x64.tar.xz... ######################################################################### 100.0% Computing checksum with sha256sum Checksums matched! Now using node v19.9.0 (npm v9.6.3) ... If you only specify the major release number for a Node version, NVM installs the latest version of that release.
🌐
DreamHost
help.dreamhost.com › hc › en-us › articles › 360029083351-Installing-a-custom-version-of-NVM-and-Node-js
Installing a custom version of NVM and Node.js – DreamHost Knowledge Base
Before proceeding, visit the github nvm-sh page to determine what version of NVM to install. These instructions use version v0.40.1. Log into your server via SSH. Change into your user's directory. ... Download NVM using curl.
🌐
2coffee
2coffee.dev › en › articles › how-to-use-and-tips-for-nvm-node-version-manager
How to Use and Tips for nvm - Node Version Manager
7 hours ago - # Download version 18 $ nvm install 18 # List installed versions $ nvm ls v16.18.1 -> v18.17.1 # Select version 16 $ nvm use 16 # Run your code $ node index.js
🌐
GitHub
github.com › nvm-sh › nvm › releases
Releases · nvm-sh/nvm
fix node download link for armv8l (#3102) nvm exec: no longer error with '-q: invalid option' for zsh users (#2800) nvm_print_npm_version: if npm exists but its node crashes, do not print the npm version ·
Author   nvm-sh
🌐
Nvmnode
nvmnode.com
NVM - Node.js Version Manager tool - NVM Documentation
# Install a specific Node.js version nvm install 18.16.0 # Use the installed version nvm use 18.16.0 # Set a default version nvm alias default 18.16.0