1 repo
Utilities that adjust application execution behavior through environment variables or system-level parameters.
Distinguishing note: Specifically targets process-level configuration via environment variables rather than application-level settings files.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Runtime Configuration Managers. Refine with filters or upvote what's useful.
Proton is a compatibility layer designed to enable the execution of Windows-based software on non-Windows operating systems. It functions as a controlled runtime environment that maps proprietary system calls to native kernel functions and translates graphics API commands into open-standard compute shaders. This allows applications to run without requiring modifications to their original source code. The project distinguishes itself through a robust toolchain for reproducible builds, which utilizes containerized isolation to ensure consistent binary outputs across different development enviro
Modifies execution behavior by intercepting system calls and adjusting internal state based on user-defined shell parameters at the moment of process startup.