← Discover
Discover · GitHub · NVM↑ +22 today

Easily manage Node.js versions

Node Version Manager is a command line tool that allows developers to manage multiple versions of Node.js on their systems. With its POSIX-compliant shell script (bash script) structure, it makes it easier to make quick version transitions between different projects.

Updates

  • August 18, 2026: Stars 94,519 → 94,630, latest release v0.40.7 (August 18, 2026).
  • August 12, 2026: Stars 94,520 → 94,519, latest release v0.40.6 (July 15, 2026).

What you get

  • Quickly switch between different Node.js versions
  • Work seamlessly in POSIX-compliant shells
  • Easily install project-specific Node.js versions

Installation

Installation using cURL
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.6/install.sh | bash
Installation using wget
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.6/install.sh | bash

Running it

Installing and using Node.js version
nvm install 24

If you don't write code

🤖 Paste this into your AI agent (Claude Code · Codex · Antigravity)

I want to manage multiple versions of Node.js on my computer. How do I install Node.js version 24 and switch between different versions using the NVM tool? Can you explain step by step the process of changing the version on the command line?

Related dictionary terms

Who it is forIt is suitable for software developers who need different Node.js versions in different projects.
LicenseMIT

Links

TreScout did not build this tool · we found it in GitHub trends and wrote it up. This page describes the repository as of 2026-08-12: The star count and our text belong to that day, the repository may have changed since. Check the repository link for the current state. This page was machine-translated from the Turkish original · the Turkish version prevails.