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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
isaacs avatar

isaacs/nave

0
View on GitHub↗
1,635 stars·121 forks·Shell·BlueOak-1.0.0·14 views

Nave

Virtual Environments for Node

Features

  • Environment Management - Virtual environment manager for Node.js.
  • Node.js Version Management - Virtual environments for Node.js.

Star history

Star history chart for isaacs/naveStar history chart for isaacs/nave

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Nave

These projects share indexed features with Nave. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • nodenv/nodenvnodenv avatar

    nodenv/nodenv

    2,379View on GitHub↗

    Manage your app's Node.js environment

    Shell
    View on GitHub↗2,379
  • coreybutler/nvm-windowscoreybutler avatar

    coreybutler/nvm-windows

    46,816View on 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

    Gogomanagementnode
    View on GitHub↗46,816
  • ekalinin/nodeenvekalinin avatar

    ekalinin/nodeenv

    1,784View on GitHub↗

    Virtual environment for Node.js & integrator with virtualenv

    Python
    View on GitHub↗1,784
  • schniz/fnmSchniz avatar

    Schniz/fnm

    24,020View on 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

    Rusthacktoberfestjavascriptnodejs
    View on GitHub↗24,020
Compare all 22 related projects→

Frequently asked questions

What does isaacs/nave do?

Virtual Environments for Node

What are the main features of isaacs/nave?

The main features of isaacs/nave are: Environment Management, Node.js Version Management.

Which projects share features with isaacs/nave?

Projects with overlapping indexed features include: schniz/fnm — This utility is a command-line tool designed for managing multiple Node.js runtime versions on local development… tj/n — n is a command line version manager and binary manager for the Node.js runtime environment. It functions as a runtime… ekalinin/nodeenv — Virtual environment for Node.js & integrator with virtualenv. nodenv/nodenv — Manage your app's Node.js environment. coreybutler/nvm-windows — This project is a command-line utility designed to manage multiple runtime versions on a single machine. It enables… npm/node-which — Like the unix which utility.