awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjektÜber unsHow we rankPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 Repos

Awesome GitHub RepositoriesNode.js Version Management

Tools for managing and switching Node.js versions.

Explore 9 awesome GitHub repositories matching part of an awesome list · Node.js Version Management. Refine with filters or upvote what's useful.

Awesome Node.js Version Management GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • nvm-sh/nvmAvatar von nvm-sh

    nvm-sh/nvm

    93,825Auf GitHub ansehen↗

    This project is a command-line tool designed for managing multiple runtime versions on a local machine. It functions as a shell-based environment manager that enables users to install, switch between, and maintain different versions of a runtime to support project-specific requirements or diverse shell sessions. By dynamically updating system paths and environment variables, it provides a consistent interface for runtime version control across various Unix-like operating systems. The tool distinguishes itself through its portable, POSIX-compliant shell implementation, which ensures reliable e

    Node.js version manager.

    Shellbashinstalllts
    Auf GitHub ansehen↗93,825
  • coreybutler/nvm-windowsAvatar von coreybutler

    coreybutler/nvm-windows

    46,816Auf GitHub ansehen↗

    This project is a command-line utility designed to manage multiple runtime versions on a single machine. It enables developers to install, remove, and toggle between different versions to satisfy project-specific dependency requirements, ensuring that each environment remains isolated to prevent version conflicts or path overlaps. The tool functions by storing distinct runtime versions in separate, isolated directories and utilizing symbolic links to point to the currently active version. It orchestrates these file system operations through a unified command-line interface that modifies syste

    Node.js version manager for Windows.

    Gogomanagementnode
    Auf GitHub ansehen↗46,816
  • schniz/fnmAvatar von Schniz

    Schniz/fnm

    24,020Auf GitHub ansehen↗

    This utility is a command-line tool designed for managing multiple Node.js runtime versions on local development machines. It functions as a cross-platform manager that enables users to install, switch, and synchronize runtime versions across Windows, macOS, and Linux environments. The tool automates environment configuration by detecting project-specific version requirements through directory-traversal resolution. It maintains consistency by dynamically updating shell paths and environment variables, allowing for automatic version switching as users navigate between different project directo

    Fast Node.js version manager.

    Rusthacktoberfestjavascriptnodejs
    Auf GitHub ansehen↗24,020
  • tj/nAvatar von tj

    tj/n

    19,515Auf GitHub ansehen↗

    n is a command line version manager and binary manager for the Node.js runtime environment. It functions as a runtime environment switcher, allowing for the installation and management of multiple Node.js versions to maintain compatibility across different projects. The tool orchestrates the downloading and caching of Node.js binaries from official or custom distribution mirrors. It enables switching between installed versions via a command line interface or interactive menu, providing the ability to execute scripts using specific versions from a local cache without performing a full system i

    Node.js version management tool.

    Shell
    Auf GitHub ansehen↗19,515
  • nodejs/releaseAvatar von nodejs

    nodejs/Release

    4,339Auf GitHub ansehen↗

    The Node.js Release repository is the official tooling and process definition for managing the release lifecycle of the Node.js runtime itself. It implements a time-based branching model that creates new major version branches from the main line every six months, with even-numbered lines designated for Long-Term Support (LTS) and odd-numbered lines remaining as Current releases. The project defines a strict state machine that governs how each release line transitions through Current, Active LTS, and Maintenance phases, each with its own rules for what changes may land. The repository provides

    Forecasts planned dates for Node.js version transitions through Active LTS, Maintenance, and end-of-life.

    JavaScriptnodenodejs
    Auf GitHub ansehen↗4,339
  • jasongin/nvsAvatar von jasongin

    jasongin/nvs

    2,958Auf GitHub ansehen↗

    NVS is a cross-platform utility for switching between different versions and forks of Node.js. NVS is itself written in node JavaScript.

    Cross-platform Node version switcher.

    JavaScript
    Auf GitHub ansehen↗2,958
  • nodenv/nodenvAvatar von nodenv

    nodenv/nodenv

    2,379Auf GitHub ansehen↗

    Manage your app's Node.js environment

    Version manager with automatic switching.

    Shell
    Auf GitHub ansehen↗2,379
  • ekalinin/nodeenvAvatar von ekalinin

    ekalinin/nodeenv

    1,784Auf GitHub ansehen↗

    Virtual environment for Node.js & integrator with virtualenv

    Node.js virtual environments.

    Python
    Auf GitHub ansehen↗1,784
  • isaacs/naveAvatar von isaacs

    isaacs/nave

    1,635Auf GitHub ansehen↗

    Virtual Environments for Node

    Virtual environments for Node.js.

    Shellnavenodenodejs
    Auf GitHub ansehen↗1,635
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Node.js Version Management

Unter-Tags erkunden

  • Version Transition ForecastsAnnounces planned dates when a major version will enter Active LTS, shift to Maintenance, and reach end-of-life. **Distinct from Node.js Version Management:** Distinct from Node.js Version Management: forecasts lifecycle transitions rather than managing runtime installations.