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
·

5 repositorios

Awesome GitHub RepositoriesSystem Environment Setup

Procedures for preparing host operating systems to support specific application runtimes.

Distinguishing note: Focuses on the preparation of the host environment rather than application-level dependencies.

Explore 5 awesome GitHub repositories matching devops & infrastructure · System Environment Setup. Refine with filters or upvote what's useful.

Awesome System Environment Setup GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • huginn/huginnAvatar de huginn

    huginn/huginn

    49,480Ver en GitHub↗

    Huginn is a self-hosted automation platform that functions as an event-driven workflow engine. It allows users to build autonomous agents that monitor web services, scrape data, and execute complex tasks by propagating events through a directed graph. By running on your own server infrastructure, it provides a private environment for orchestrating workflows without relying on third-party automation services. The platform distinguishes itself through a modular, plugin-based architecture that enables the development of custom agents to handle specific data processing needs. Each agent maintains

    Prepares the host environment by installing required runtimes and system-level software.

    Rubyagentautomationfeed
    Ver en GitHub↗49,480
  • twpayne/chezmoiAvatar de twpayne

    twpayne/chezmoi

    18,075Ver en GitHub↗

    chezmoi is a command-line utility designed to manage and synchronize system configuration files across multiple machines. It uses a local Git repository as the single source of truth, allowing users to track, version, and distribute dotfiles while maintaining a consistent state across diverse operating systems and hardware architectures. The project distinguishes itself through a declarative reconciliation model that computes the difference between the current filesystem and the desired state defined in the repository. It features a robust templating engine that processes configuration files

    Executes automated scripts to install dependencies and configure system settings on new machines.

    Goconfigurationdotfiledotfile-management
    Ver en GitHub↗18,075
  • casdoor/casdoorAvatar de casdoor

    casdoor/casdoor

    13,814Ver en GitHub↗

    Casdoor is a centralized identity and access management platform that functions as an OAuth 2.0 authorization server. It provides a comprehensive suite of services for managing user identities, authentication sessions, and access policies across both web and machine-to-machine applications. Built with a decoupled frontend-backend architecture in Go, the platform supports high-concurrency environments and offers a web-based management interface for administrative tasks. The platform distinguishes itself through its extensive support for federated identity management, allowing integration with

    Automates the setup of containerized environments by loading JSON configuration files at startup.

    Goai-gatewayauthauthentication
    Ver en GitHub↗13,814
  • microsoft/wsl2-linux-kernelAvatar de microsoft

    microsoft/WSL2-Linux-Kernel

    10,463Ver en GitHub↗

    This project is a Linux kernel designed for Windows Linux integration, providing the underlying operating system kernel required to execute binary files and applications within the Windows Subsystem for Linux. It utilizes hypervisor-based virtualization to run a full kernel within a lightweight utility virtual machine managed by a Windows host. The repository enables the customization and compilation of the kernel from source. This allows for the modification of system behavior, the addition of specific drivers, and the tailoring of hardware compatibility for virtualized environments. The sy

    Configures the underlying operating system kernel to optimize performance and compatibility for Linux workloads on Windows.

    C
    Ver en GitHub↗10,463
  • andrew-d/static-binariesAvatar de andrew-d

    andrew-d/static-binaries

    3,714Ver en GitHub↗

    This project is a collection of common Unix utilities compiled as statically linked binaries. It provides a portable Nix toolset and a bundle of POSIX utilities designed to run across different Linux distributions without requiring shared library dependencies. The collection focuses on cross-distribution compatibility and minimal environment setup. By utilizing a musl-based toolchain and static-link compilation, these utilities are distributed as standalone files that execute immediately without the need for a package manager or external system packages. The project covers a range of portabl

    Supplies essential binaries for preparing lightweight systems and containers without requiring a full operating system.

    Shell
    Ver en GitHub↗3,714
  1. Home
  2. DevOps & Infrastructure
  3. System Environment Setup

Explorar subetiquetas

  • Minimal Container EnvironmentsProviding essential binaries to set up lightweight systems or containers without a full OS. **Distinct from System Environment Setup:** Focuses on providing the minimal set of binary tools for container bootstrapping rather than general host OS preparation.