awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesRuntime Isolation

Keeping different versions of a runtime and their associated global modules in separate directories to prevent conflicts.

Distinct from Node.js Version Managers: Distinct from Node.js Version Managers: focuses specifically on the isolation of binaries and modules rather than the act of switching.

Explore 2 awesome GitHub repositories matching programming languages & runtimes · Runtime Isolation. Refine with filters or upvote what's useful.

Awesome Runtime Isolation GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • creationix/nvmcreationix 的头像

    creationix/nvm

    93,948在 GitHub 上查看↗

    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 throug

    Ensures that different Node.js versions and their global packages remain isolated in distinct filesystem directories.

    Shell
    在 GitHub 上查看↗93,948
  • phpbrew/phpbrewphpbrew 的头像

    phpbrew/phpbrew

    5,528在 GitHub 上查看↗

    Phpbrew is a PHP version manager and build tool used to compile and manage multiple versions of PHP from source within a local user directory. It provides a self-contained development environment that allows for installing and switching between different language versions without requiring root access. The system distinguishes itself by using a variant-driven build configuration, allowing users to compile binaries with specific feature sets, flags, and custom configuration options. It also functions as an extension manager that downloads, compiles, and activates third-party extensions from re

    Installs multiple PHP versions into separate local directories to prevent system-wide conflicts.

    Makefile
    在 GitHub 上查看↗5,528
  1. Home
  2. Programming Languages & Runtimes
  3. Node.js Version Managers
  4. Runtime Isolation