7 مستودعات
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.
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.
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.
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.
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.
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.
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.
هذا المشروع عبارة عن مكتبة Go ومجموعة أدوات لتنسيق الخفي (daemon) عبر الأنظمة الأساسية. يوفر واجهة موحدة لتسجيل وإدارة برامج Go كخدمات خلفية عبر أنظمة تشغيل متعددة، بما في ذلك Windows، وmacOS، وتوزيعات Linux المختلفة. تعمل مجموعة الأدوات كمدير بدء تشغيل متعدد المنصات، تتفاعل مع systemd، وOpenRC، وlaunchd. تقوم بأتمتة دورة حياة العمليات الخلفية، وتوفر إمكانيات لتثبيت، وإلغاء تثبيت، وبدء، وإيقاف، وإعادة تشغيل التطبيقات. بعيداً عن إدارة الخدمة، تتضمن المكتبة أدوات لاكتشاف البيئة لتحديد ما إذا كانت العملية تعمل في محطة تفاعلية، أو حاوية، أو كخدمة نظام. تتميز أيضاً بجسر سجل النظام الذي يوجه مخرجات التطبيق إلى المرافق الأصلية، مثل Unix syslogs أو سجلات أحداث Windows، اعتماداً على نظام التشغيل المضيف.
Inspects environment variables and system files to detect if the program is running in a container or terminal.