awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
creationix avatar

creationix/nvm

0
View on GitHub↗
93,948 estrellas·10,242 forks·Shell·MIT·4 vistas

Nvm

nvm is a Node.js version manager implemented as a POSIX bash script. It serves as a shell environment manager and runtime orchestrator for installing, switching, and managing multiple versions of the Node.js runtime on POSIX systems.

The tool allows for the automation of runtime switching by reading configuration files in project directories to select the required version. It supports the management of long-term support releases and the migration of global packages between different installed versions of the runtime.

The project covers broader capabilities including runtime management through version aliases and default version settings, software management via installation and uninstallation of specific releases, and environment isolation to prevent conflicts between binaries and modules.

The toolset is loaded into the current shell process via the source command to enable the modification of shell state.

Features

  • Node.js Version Managers - Provides a comprehensive system for installing and switching between multiple Node.js runtime versions.
  • Dynamic Script Loading - Loads the manager into the current shell process via sourcing to enable direct modification of shell state.
  • Runtime Version Switching - Toggles between different runtime versions automatically based on directory-level configuration files.
  • Configuration-Based Switching - Read a configuration file in a directory to switch to the required runtime version when entering that folder.
  • Shell Environment Managers - Dynamically updates the shell PATH environment variable to swap active runtime versions.
  • Version Selection Interfaces - Reads project-root configuration files to automatically select and install the required runtime version.
  • Directory-Based Environment Switching - Automatically switches the Node.js runtime when entering a project directory based on a local configuration file.
  • Multi-Version Installations - Downloads and installs multiple specific versions of the Node.js runtime environment.
  • Directory-Based Version Resolution - Automatically switches the active Node.js version by detecting configuration files in the current working directory.
  • Isolated Runtime Directories - Isolates different runtime versions in distinct filesystem directories to prevent binary and module conflicts.
  • Package Migrators - Automates the migration of global packages from one installed runtime version to another.
  • Runtime Version Mappings - Provides a mechanism to map human-readable aliases to specific runtime versions for consistent environment switching.
  • Version Aliases - Allows creating custom aliases (like 'lts/iron') to simplify referencing specific runtime versions.
  • Runtime Version Removal - Provides functionality to uninstall specific Node.js versions to reclaim disk space.
  • Remote Version Discovery - Displays a list of Node.js versions currently installed locally or available for download from remote sources.
  • Release Track Management - Organizes and tracks long-term support (LTS) release lines to ensure environment stability.
  • POSIX Shell Utilities - Implemented as a lightweight POSIX bash script to ensure compatibility and avoid external binary dependencies.
  • Per-Command Version Runtimes - Provides the ability to run a command using a specific Node.js version without permanently switching the active runtime.
  • Runtime Isolation - Ensures that different Node.js versions and their global packages remain isolated in distinct filesystem directories.
  • Default Version Settings - Allows users to define a global default Node.js version that persists across new terminal sessions.
  • Version Migrations - Installs new runtime versions while automatically migrating global packages from a previous installation.
  • Entorno de desarrollo - Node version manager for macOS and Linux.

Historial de estrellas

Gráfico del historial de estrellas de creationix/nvmGráfico del historial de estrellas de creationix/nvm

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Nvm

Proyectos open-source similares, clasificados según cuántas características comparten con Nvm.
  • rbenv/rbenvAvatar de rbenv

    rbenv/rbenv

    16,710Ver en GitHub↗

    rbenv is a Ruby version manager and shell environment manager designed to install, switch between, and manage multiple versions of the Ruby programming language. It functions as a project runtime isolator and an extensible versioning framework that ensures the correct Ruby binaries are executed based on the current context. The system uses a shim-based command interception model to resolve the active version before delegating execution to the binary. It allows for locking specific Ruby versions and environment variables to individual directories, ensuring project environment isolation. The ar

    Shellbashrubyruby-installation
    Ver en GitHub↗16,710
  • moovweb/gvmAvatar de moovweb

    moovweb/gvm

    11,645Ver en GitHub↗

    Gvm is a Go version manager, environment orchestrator, and dependency isolator. It provides a system for installing, removing, and switching between different versions of the Go programming language on a single machine. The tool manages native dependencies and creates isolated package sets to prevent version conflicts between different project environments. It uses environment variable overlays and directory isolation to link native code without modifying the host operating system. The software covers the full language lifecycle, including remote version cataloging, active version switching,

    Shelldependency-managergolang
    Ver en GitHub↗11,645
  • tj/nAvatar de tj

    tj/n

    19,515Ver en 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

    Shell
    Ver en GitHub↗19,515
  • pyenv-win/pyenv-winAvatar de pyenv-win

    pyenv-win/pyenv-win

    7,006Ver en GitHub↗

    pyenv-win is a version manager for Windows that enables the installation and switching of multiple Python versions without affecting the system global installation. It functions as a multi-version installer and environment controller that ensures isolation and reproducibility across different projects. The tool uses a shim-based routing system to intercept executable calls and direct them to specific versioned binaries. This allows for both system-wide default configurations and local directory-level overrides, where a specific version is automatically activated when entering a project folder

    VBScriptpyenvpyenv-alternativepyenv-for-windows
    Ver en GitHub↗7,006
Ver las 30 alternativas a Nvm→

Preguntas frecuentes

¿Qué hace creationix/nvm?

nvm is a Node.js version manager implemented as a POSIX bash script. It serves as a shell environment manager and runtime orchestrator for installing, switching, and managing multiple versions of the Node.js runtime on POSIX systems.

¿Cuáles son las características principales de creationix/nvm?

Las características principales de creationix/nvm son: Node.js Version Managers, Dynamic Script Loading, Runtime Version Switching, Configuration-Based Switching, Shell Environment Managers, Version Selection Interfaces, Directory-Based Environment Switching, Multi-Version Installations.

¿Qué alternativas de código abierto existen para creationix/nvm?

Las alternativas de código abierto para creationix/nvm incluyen: rbenv/rbenv — rbenv is a Ruby version manager and shell environment manager designed to install, switch between, and manage multiple… moovweb/gvm — Gvm is a Go version manager, environment orchestrator, and dependency isolator. It provides a system for installing,… tj/n — n is a command line version manager and binary manager for the Node.js runtime environment. It functions as a runtime… sstephenson/rbenv — rbenv is a Ruby version manager and shell shim environment manager. It allows for the installation of multiple Ruby… pyenv-win/pyenv-win — pyenv-win is a version manager for Windows that enables the installation and switching of multiple Python versions… version-fox/vfox — Vfox is a command-line utility designed to manage multiple programming language runtimes and development tools on a…