awesome-repositories.com
Blog
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to npm/node-which

Open-source alternatives to Node Which

26 open-source projects similar to npm/node-which, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Node Which alternative.

  • sindresorhus/user-homesindresorhus avatar

    sindresorhus/user-home

    158View on GitHub↗

    ` $ npm install --save user-home `

    JavaScript
    View on GitHub↗158
  • sindresorhus/usernamesindresorhus avatar

    sindresorhus/username

    146View on GitHub↗

    Get the username of the current user

    JavaScript
    View on GitHub↗146
  • npm/osenvnpm avatar

    npm/osenv

    138View on GitHub↗

    Look up environment settings specific to different operating systems.

    JavaScript
    View on GitHub↗138
  • kentcdodds/cross-envkentcdodds avatar

    kentcdodds/cross-env

    6,527View on GitHub↗

    cross-env is a Node.js command line utility and cross-platform shell script runner. It functions as an environment variable setter that ensures variables are handled identically across Windows, macOS, and Linux. The tool standardizes variable assignment by wrapping shell execution in a uniform interface, allowing scripts to run consistently regardless of the underlying operating system. This enables the use of a single syntax for environment configuration across diverse shell environments. The project covers capabilities for automated build tooling, Node.js environment configuration, and the

    TypeScript
    View on GitHub↗6,527
  • sindresorhus/is-elevatedsindresorhus avatar

    sindresorhus/is-elevated

    44View on GitHub↗

    By checking if the process is root on Unix systems or if the user is administrator on Windows.

    JavaScript
    View on GitHub↗44

AI search

Explore more awesome repositories

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

Find more with AI search
  • marciogm/asdf-crystalmarciogm avatar

    marciogm/asdf-crystal

    77View on GitHub↗

    Crystal plugin for the asdf version manager maintainer=@marciogm

    Shell
    View on GitHub↗77
  • motdotla/dotenvmotdotla avatar

    motdotla/dotenv

    20,284View on GitHub↗

    Dotenv is a configuration management library designed to load environment variables from local files into the process environment. By separating application settings from source code, it enables developers to maintain consistent configurations across different deployment stages and team environments. The utility provides mechanisms to transform plain text configuration files into encrypted formats, allowing sensitive secrets to be stored securely within version control systems. It handles the parsing and normalization of key-value pairs, ensuring that configuration data is consistently proces

    JavaScriptconfiguration-filedotenvenv
    View on GitHub↗20,284
  • nodenv/nodenvnodenv avatar

    nodenv/nodenv

    2,379View on GitHub↗

    Manage your app's Node.js environment

    Shell
    View on GitHub↗2,379
  • postmodern/chrubypostmodern avatar

    postmodern/chruby

    2,913View on GitHub↗

    Changes the current Ruby

    Shell
    View on GitHub↗2,913
  • postmodern/ruby-installpostmodern avatar

    postmodern/ruby-install

    1,969View on GitHub↗

    Installs Ruby, JRuby, TruffleRuby, or mruby

    Shell
    View on GitHub↗1,969
  • qw3rtman/pqw3rtman avatar

    qw3rtman/p

    778View on GitHub↗

    :snake: Python Version Management Made Simple

    Shell
    View on GitHub↗778
  • sashahart/vexsashahart avatar

    sashahart/vex

    371View on GitHub↗

    Run a command in the named virtualenv.

    Python
    View on GitHub↗371
  • 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
  • sstephenson/rbenvsstephenson avatar

    sstephenson/rbenv

    16,711View on GitHub↗

    rbenv is a Ruby version manager and shell shim environment manager. It allows for the installation of multiple Ruby versions on a single machine and coordinates the selection of the active version based on the current directory or shell session. The tool functions as an extensible command line framework that intercepts executable calls using shell shims. These shims route requests to the selected language version, ensuring environment isolation by storing binaries in independent directories. The system includes capabilities for language runtime administration, including the ability to downlo

    Shell
    View on GitHub↗16,711
  • sstephenson/ruby-buildsstephenson avatar

    sstephenson/ruby-build

    3,971View on GitHub↗

    ruby-build is a system for downloading, compiling, and installing specific versions of the Ruby language from source on Unix-like systems. It functions as a source compiler and version installer that manages the deployment of Ruby runtimes without relying on system packages. The tool supports custom Ruby compilation by allowing the application of patches to the source code before the compilation process begins. It also provides the ability to use external build definitions for versions not included by default. The installation pipeline includes package integrity verification using checksums

    Shell
    View on GitHub↗3,971
  • tabrindle/envinfotabrindle avatar

    tabrindle/envinfo

    793View on GitHub↗

    envinfo generates a report of the common details needed when troubleshooting software issues, such as your operating system, binary versions, browsers, installed languages, and more

    JavaScript
    View on GitHub↗793
  • terlar/fryterlar avatar

    terlar/fry

    62View on GitHub↗

    Simple ruby version manager for fish

    Shell
    View on GitHub↗62
  • tj/ntj avatar

    tj/n

    19,515View on 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
    View on GitHub↗19,515
  • tokaido/tokaidoapptokaido avatar

    tokaido/tokaidoapp

    605View on GitHub↗

    The home of the Tokaido app

    Objective-C
    View on GitHub↗605
  • yanecc/vfox-crystalyanecc avatar

    yanecc/vfox-crystal

    10View on GitHub↗

    Crystal language plugin for vfox

    Lua
    View on GitHub↗10
  • 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
  • yyuu/pyenvyyuu avatar

    yyuu/pyenv

    44,899View on GitHub↗

    pyenv is a Python version manager and runtime orchestrator that allows for the installation and switching of multiple Python versions on a single machine without affecting the system installation. It functions as a shell-based version controller that manages binaries through shims to redirect executable calls to specific versions. The tool is a plugin-extensible system, allowing users to add custom subcommands and logic via shell script plugins. This architecture enables the extension of the command line interface through a dedicated plugins directory. It provides capabilities for side-by-si

    Shell
    View on GitHub↗44,899
  • crenv/crenvcrenv avatar

    crenv/crenv

    238View on GitHub↗

    :gem: Crystal version manager like rbenv.

    Shell
    View on GitHub↗238
  • ekalinin/nodeenvekalinin avatar

    ekalinin/nodeenv

    1,784View on GitHub↗

    Virtual environment for Node.js & integrator with virtualenv

    Python
    View on GitHub↗1,784
  • isaacs/naveisaacs avatar

    isaacs/nave

    1,635View on GitHub↗

    Virtual Environments for Node

    Shellnavenodenodejs
    View on GitHub↗1,635
  • maiha/rcm.crmaiha avatar

    maiha/rcm.cr

    45View on GitHub↗

    Redis Cluster Manager in Crystal

    Crystal
    View on GitHub↗45