awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • nvm-sh/nvmAvatar nvm-sh

    nvm-sh/nvm

    93,825Vezi pe GitHub↗

    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
    Vezi pe GitHub↗93,825
  • coreybutler/nvm-windowsAvatar coreybutler

    coreybutler/nvm-windows

    46,816Vezi pe GitHub↗

    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
    Vezi pe GitHub↗46,816
  • schniz/fnmAvatar Schniz

    Schniz/fnm

    24,020Vezi pe GitHub↗

    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
    Vezi pe GitHub↗24,020
  • tj/nAvatar tj

    tj/n

    19,515Vezi pe GitHub↗

    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
    Vezi pe GitHub↗19,515
  • nodejs/releaseAvatar nodejs

    nodejs/Release

    4,339Vezi pe GitHub↗

    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
    Vezi pe GitHub↗4,339
  • jasongin/nvsAvatar jasongin

    jasongin/nvs

    2,958Vezi pe GitHub↗

    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
    Vezi pe GitHub↗2,958
  • nodenv/nodenvAvatar nodenv

    nodenv/nodenv

    2,379Vezi pe GitHub↗

    Manage your app's Node.js environment

    Version manager with automatic switching.

    Shell
    Vezi pe GitHub↗2,379
  • ekalinin/nodeenvAvatar ekalinin

    ekalinin/nodeenv

    1,784Vezi pe GitHub↗

    Virtual environment for Node.js & integrator with virtualenv

    Node.js virtual environments.

    Python
    Vezi pe GitHub↗1,784
  • isaacs/naveAvatar isaacs

    isaacs/nave

    1,635Vezi pe GitHub↗

    Virtual Environments for Node

    Virtual environments for Node.js.

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

Explorează sub-etichetele

  • 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.