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
·

6 repositorios

Awesome GitHub RepositoriesSoftware Dependency Resolution

Processes for identifying and installing required libraries and modules necessary for software execution.

Distinct from Dependency Resolution Training: The candidates focus on circular dependencies or specific runtimes; this is a general system administration capability.

Explore 6 awesome GitHub repositories matching operating systems & systems programming · Software Dependency Resolution. Refine with filters or upvote what's useful.

Awesome Software Dependency Resolution GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • homebrew/homebrew-coreAvatar de Homebrew

    Homebrew/homebrew-core

    15,383Ver en GitHub↗

    This project is a Ruby-based package definition repository that functions as a cross-platform package manager and software dependency resolver for macOS and Linux. It provides a centralized system for installing, updating, and managing software through a Git-based distribution model. The system distinguishes itself through a binary package distribution network that produces pre-compiled bottles to avoid local compilation from source. It utilizes a Ruby-based domain specific language to define installation recipes and employs a distributed version control architecture to synchronize these defi

    Calculates and installs the tree of required libraries and system components needed for software to run.

    Rubycoreformulaehacktoberfest
    Ver en GitHub↗15,383
  • linkedin/school-of-sreAvatar de linkedin

    linkedin/school-of-sre

    8,093Ver en GitHub↗

    This project is a comprehensive educational resource and curriculum focused on site reliability engineering, distributed systems, and infrastructure operations. It provides technical guides, a systems engineering course, and instructional manuals designed to teach the principles of managing large-scale computing environments. The curriculum covers high-level architectural design for scalability and resilience, including fault-tolerant infrastructure, high-availability patterns, and microservices decomposition. It emphasizes the practical application of site reliability engineering through the

    Provides guidance on identifying and installing the required libraries and modules a program needs to run.

    HTMLgithadooplinux
    Ver en GitHub↗8,093
  • corpnewt/gibmacosAvatar de corpnewt

    corpnewt/gibMacOS

    6,880Ver en GitHub↗

    gibMacOS is a Python-based suite of utilities used to fetch official macOS installation files and recovery components directly from Apple servers. Its primary purpose is to download system images and assemble them into bootable recovery USB drives. The tool specifically enables the creation of macOS recovery media from a Windows environment. It achieves this by using disk imaging and compression tools to flash the retrieved system components onto external USB storage. The project manages its own environment by automating the resolution and installation of required Python dependencies at runt

    Automates the identification and installation of Python libraries required for the tool to run.

    Python
    Ver en GitHub↗6,880
  • michaing/dietpiAvatar de MichaIng

    MichaIng/DietPi

    6,131Ver en GitHub↗

    DietPi is an ultra-lightweight Debian distribution and software platform purpose-built for single-board computers. It provides a minimal operating system that strips away unnecessary services to reduce CPU and RAM usage, and includes a curated software catalogue of pre-optimised applications that can be installed with a single command. The system reads a plain-text configuration file before first boot to perform unattended OS and software installation, and offers a web interface for remote system administration. What distinguishes DietPi is its comprehensive, integrated approach to turning a

    Lists required software dependencies and prompts users for choices among alternatives before installation.

    Shellbashdebiandietpi
    Ver en GitHub↗6,131
  • dw-0/kiauhAvatar de dw-0

    dw-0/kiauh

    4,447Ver en GitHub↗

    Kiauh es un orquestador basado en scripts diseñado para desplegar y actualizar el stack de software y el firmware necesarios para el funcionamiento de impresoras 3D. Sirve como instalador y gestor automatizado para el firmware Klipper y el software asociado en computadoras de placa única. El proyecto proporciona una interfaz de comandos basada en menús para gestionar la instalación del firmware Klipper y la actualización de los servicios del sistema. Utiliza una interfaz guiada para asegurar que los componentes de la impresora y el firmware se mantengan en las últimas versiones disponibles. El orquestador maneja la configuración del entorno mediante la resolución automatizada de dependencias y una lógica de instalación basada en estados en Linux. Abarca utilidades de orquestación del sistema para la detección de versiones y la configuración de computadoras de placa única para actuar como controladores de impresora.

    Provides automated resolution and installation of necessary system libraries and dependencies for printer software.

    Python3d-printingfluiddklipper
    Ver en GitHub↗4,447
  • significant-gravitas/auto-gpt-pluginsAvatar de Significant-Gravitas

    Significant-Gravitas/Auto-GPT-Plugins

    3,831Ver en GitHub↗

    This project is a plugin framework for extending autonomous LLM agents. It enables the integration of external scripts and third-party services into an agent's workflow without modifying the core code. The framework utilizes an event-driven hook system to execute plugin functions at predefined stages of an agent's lifecycle. It includes a sandboxed code executor to run external extensions in a secure, isolated environment. The system manages the lifecycle of external modules through a dependency injection manager and supports loading extensions from local directories or zipped archives. Conf

    Implements automated identification and installation of required software packages for external plugins during loading.

    Python
    Ver en GitHub↗3,831
  1. Home
  2. Operating Systems & Systems Programming
  3. Software Dependency Resolution

Explorar subetiquetas

  • Software Dependency DeclarationsLists other software titles that must be installed first, optionally prompting for a choice among alternatives. **Distinct from Software Dependency Resolution:** Distinct from Software Dependency Resolution: focuses on declaring and prompting for dependencies, not resolving them automatically.