awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Reproducible Build Environments · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesReproducible Build Environments

Systems that ensure software binaries are generated identically regardless of the host machine by using isolated build environments.

Distinguishing note: Focuses on the reproducibility of the build process rather than the container orchestration itself.

Explore 1 awesome GitHub repository matching software engineering & architecture · Reproducible Build Environments. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Reproducible Build Environments

Awesome Reproducible Build Environments GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • ValveSoftware/Proton

    ValveSoftware/Proton

    30,196View on GitHub↗

    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

    Creating consistent software binaries by compiling source code within isolated containers that ensure identical outputs across different developer machines.

    C++proton
    30,196View on GitHub↗