awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 dépôts

Awesome GitHub RepositoriesRuntime Environment Detection

Capabilities to determine if a system is running in a container, a specific init system, or a CI environment.

Distinguishing note: No candidates provide runtime environment detection; existing ones are unrelated AI or business features.

Explore 7 awesome GitHub repositories matching operating systems & systems programming · Runtime Environment Detection. Refine with filters or upvote what's useful.

Awesome Runtime Environment Detection GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • auchenberg/volkswagenAvatar de auchenberg

    auchenberg/volkswagen

    15,448Voir sur GitHub↗

    This project provides utilities for detecting continuous integration environments and wrapping test execution to conditionally ignore errors. Its primary purpose is to prevent test failures from blocking build pipelines by identifying the runtime context and adjusting test behavior. The software maintains automated build stability by intercepting test results and manipulating the internal state of the testing framework. This mechanism allows the project to force a passing status and bypass failing assertions when specific environment flags are detected. The toolset covers CI pipeline managem

    Provides capabilities to detect if the current runtime context is a continuous integration environment.

    JavaScriptcheatci-servercontinuous-integration
    Voir sur GitHub↗15,448
  • chef/chefAvatar de chef

    chef/chef

    8,199Voir sur GitHub↗

    Chef is a configuration management platform and infrastructure as code framework used to automate the deployment and maintenance of infrastructure state across a fleet of servers. It operates as an idempotent automation engine, ensuring systems converge to a desired state by applying only the necessary changes to resolve differences. The system functions as a multi-platform server orchestrator capable of managing infrastructure across different operating systems, cloud providers, and hardware architectures. It includes a dedicated infrastructure testing framework to verify configuration code

    Determines if a node is operating within a container, using a specific init system, or in a CI environment.

    Rubyautomationcfgmgtchef
    Voir sur GitHub↗8,199
  • fatih/colorAvatar de fatih

    fatih/color

    7,883Voir sur GitHub↗

    This is an ANSI terminal color library and console output manager used for applying colors and text attributes to command line interface output. It functions as a terminal text styler and RGB color formatter, generating the escape codes necessary for foreground and background styling. The project supports 24-bit high-color RGB mapping for precise color rendering in compatible terminal emulators. It enables the creation of colorized text fragments that can be embedded into larger blocks of text or applied as global styles that persist across subsequent output streams. The library covers broad

    Determines color output based on terminal detection and environment variable flags during runtime.

    Goansicolorcoloring
    Voir sur GitHub↗7,883
  • rebootuser/linenumAvatar de rebootuser

    rebootuser/LinEnum

    7,835Voir sur GitHub↗

    LinEnum is a suite of security utilities for auditing Linux systems, scanning for privilege escalation paths, and enumerating local vulnerabilities. It functions as a system security audit tool, a local enumeration utility, and a scanner for identifying misconfigurations that could allow a user to gain root access. The project includes specialized auditing for containerized environments, specifically detecting Docker and LXC signatures to identify potential escape vectors to the host system. Its broader capabilities cover the analysis of kernel versions, the identification of SUID binaries a

    Checks system indicators to determine if the environment is running inside Docker or LXC containers.

    Shell
    Voir sur GitHub↗7,835
  • sebastianbergmann/environmentAvatar de sebastianbergmann

    sebastianbergmann/environment

    6,778Voir sur GitHub↗

    This project is a PHP environment abstraction layer and runtime detection library. It functions as a logic router designed to identify the active execution engine and trigger specific code paths based on the runtime environment. The library enables cross-engine PHP development by routing application logic through different branches and managing behaviors depending on the detected context. This allows for the implementation of environment-specific configurations and conditional execution logic to ensure compatibility across various setups. The system covers runtime detection, execution path m

    Identifies the active PHP execution engine to trigger environment-specific code paths.

    PHP
    Voir sur GitHub↗6,778
  • react-native-device-info/react-native-device-infoAvatar de react-native-device-info

    react-native-device-info/react-native-device-info

    6,672Voir sur GitHub↗

    This is a cross-platform mobile device information library for iOS and Android applications. It provides utilities to retrieve hardware specifications, operating system details, and unique device identifiers. The project specializes in unique device identification by providing hardware, software, and installation IDs, serial numbers, and build fingerprints. It also includes environment detection to distinguish between physical devices, emulators, and tablets. The library covers a broad range of system introspection capabilities, including application metadata retrieval, hardware specificatio

    Determines if the application is running on a physical device, an emulator, or a tablet.

    TypeScripthacktoberfestreact-native
    Voir sur GitHub↗6,672
  • kardianos/serviceAvatar de kardianos

    kardianos/service

    4,821Voir sur GitHub↗

    Ce projet est une bibliothèque Go et une boîte à outils pour l'orchestration de démons multiplateforme. Il fournit une interface unifiée pour enregistrer et gérer des programmes Go en tant que services d'arrière-plan sur plusieurs systèmes d'exploitation, notamment Windows, macOS et diverses distributions Linux. La boîte à outils agit comme un gestionnaire d'init multiplateforme, s'interfaçant avec systemd, OpenRC et launchd. Elle automatise le cycle de vie des processus d'arrière-plan, fournissant des capacités pour installer, désinstaller, démarrer, arrêter et redémarrer les applications. Au-delà de la gestion de service, la bibliothèque inclut des outils pour la détection d'environnement afin d'identifier si un processus s'exécute dans un terminal interactif, un conteneur ou en tant que service système. Elle dispose également d'un pont de journal système qui achemine la sortie de l'application vers des installations natives, telles que les syslogs Unix ou les journaux d'événements Windows, selon le système d'exploitation hôte.

    Inspects environment variables and system files to detect if the program is running in a container or terminal.

    Go
    Voir sur GitHub↗4,821
  1. Home
  2. Operating Systems & Systems Programming
  3. Runtime Environment Detection