awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 مستودعات

Awesome GitHub RepositoriesRuntime Version Removal

Deleting specific versions of installed runtimes to reclaim disk space.

Distinct from Version Managers: Focuses on removing the runtime version itself rather than updating the version manager tool.

Explore 6 awesome GitHub repositories matching development tools & productivity · Runtime Version Removal. Refine with filters or upvote what's useful.

Awesome Runtime Version Removal GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • creationix/nvmالصورة الرمزية لـ creationix

    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

    Provides functionality to uninstall specific Node.js versions to reclaim disk space.

    Shell
    عرض على GitHub↗93,948
  • tj/nالصورة الرمزية لـ tj

    tj/n

    19,515عرض على 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

    Deletes cached versions or active installations to reclaim disk space or revert to defaults.

    Shell
    عرض على GitHub↗19,515
  • moovweb/gvmالصورة الرمزية لـ moovweb

    moovweb/gvm

    11,645عرض على 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,

    Provides the ability to remove specific Go language installations from the system to reclaim disk space.

    Shelldependency-managergolang
    عرض على GitHub↗11,645
  • abbodi1406/vcredistالصورة الرمزية لـ abbodi1406

    abbodi1406/vcredist

    7,385عرض على GitHub↗

    This project is a tool for automating the deployment, installation, and removal of multiple Visual C++ redistributable runtime versions on Windows. It provides a system for managing these runtimes across various operating system versions, including legacy support. The project features an all-in-one runtime bundle that packages multiple versions into a single self-extracting executable for bulk deployment. It includes a utility to extract product identifiers from MSI files and a command-line interface for performing silent installations and repairs without user prompts. The toolset covers sof

    Identifies and removes outdated or non-compliant runtime versions to ensure a clean installation state.

    VBScript
    عرض على GitHub↗7,385
  • microsoft/typespecالصورة الرمزية لـ microsoft

    microsoft/typespec

    5,781عرض على GitHub↗

    TypeSpec is a language for defining cloud API shapes and generating OpenAPI, JSON Schema, and client/server code from a single source of truth. It functions as a protocol-agnostic API designer that models REST, gRPC, and other API protocols using a unified, extensible syntax, with a decorator-based metadata system for attaching metadata, validation rules, and lifecycle visibility to API models and operations. The compiler produces OpenAPI 3.0 specifications and other artifacts, and the tool supports declaring API versions and tracking changes to models, properties, and operations across releas

    Records the API version when models, properties, or operations were removed.

    Javajson-schemaopenapi3protobuf
    عرض على GitHub↗5,781
  • moonrepo/moonالصورة الرمزية لـ moonrepo

    moonrepo/moon

    3,687عرض على GitHub↗

    Moon is a monorepo build system and task runner designed to orchestrate complex projects with multiple packages. It functions as a dependency graph orchestrator that executes build targets in topological order and utilizes input hashing to cache results and skip redundant work. The project features a polyglot toolchain manager that automates the installation and versioning of language runtimes and CLI tools to ensure environment consistency. It also includes a plugin framework based on WebAssembly, allowing developers to extend build logic and toolchain behavior using any supported language.

    Provides the ability to delete specific versions of installed runtimes to reclaim disk space.

    Rustbuild-systembuild-toolbun
    عرض على GitHub↗3,687
  1. Home
  2. Development Tools & Productivity
  3. Version Managers
  4. Runtime Version Removal

استكشف الوسوم الفرعية

  • Versioned Element Removal TrackingRecords the API version in which a model, property, or operation was removed. **Distinct from Runtime Version Removal:** Distinct from Runtime Version Removal: focuses on tracking removals in API definitions, not deleting runtime installations.