nvm-windows/nvm

The Node.js version manager for Windows.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 10 minutes ago
Added to GitGenius on August 31st, 2026
Created on September 20th, 2014
Open Issues & Pull Requests: 2 (+0)
Number of forks: 3,883
Total Stargazers: 47,518 (+0)
Total Subscribers: 464 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 11.4 hours
Mean response time: 95.2 days
90th percentile: 38.5 days
Tracked items: 211

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 6% of issues opened in the past year have been closed. Three people close 90% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 2
New in 7 days: 3
Closed in 7 days: 59
Avg open age: 1 days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 3
Closed in 7 days: 59
Comments in 7 days: 47
Events in 7 days: 135

Top labels

  • Stale (56)
  • enhancement request (55)
  • legacy (v1.x.x) (33)
  • consider for rt (18)
  • help wanted (16)
  • duplicate (15)
  • bug (11)
  • edge case (9)

Detailed Description

nvm-windows is a Node.js version manager for Windows that allows developers to install, manage, and switch between multiple Node.js versions on their machines.

The tool solves the problem of managing multiple Node.js installations on Windows without requiring administrator privileges. It operates in two modes: shim mode, which uses fast shims written in Zig without symlinks, and link mode, which uses junctions with symlink fallback for zero-latency access. The project distinguishes itself through features like per-directory version pinning, automatic installation of missing versions, parallel simultaneous installations, and native Windows integrations including Event Viewer logging and Desktop Notification Center support.

Windows developers who need to work with multiple Node.js versions should consider this tool, particularly those in environments where administrator privileges are restricted. It suits projects requiring version isolation across different directories and teams that want to automate version management through configuration files. The tool is recommended by Microsoft and Google for Node.js setup on Windows. Unlike the original nvm project, which is for Mac and Linux only, this is a Windows-specific implementation with a different underlying philosophy and architecture.

The project is undergoing significant modernization with a complete rewrite for version 2, which is available as a release candidate and represents a substantial departure from version 1. Development includes planned commercial certified builds with code signing, MSI installers, and advanced logging capabilities for enterprise environments. The tool supports customization through user-defined aliases and default global modules, and can be configured for air-gapped environments with local download mirrors.