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

3 repos

Awesome GitHub RepositoriesBuild Toolchains

Integrated collections of compilers, linkers, and libraries required to transform source code into functional software for specific platforms.

Explore 3 awesome GitHub repositories matching devops & infrastructure · Build Toolchains. Refine with filters or upvote what's useful.

  1. Home
  2. DevOps & Infrastructure
  3. CI/CD and Pipeline Automation
  4. Core Build Engines
  5. Build Toolchains

Awesome Build Toolchains GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • golang/go

    golang/go

    132,649GitHubView on GitHub↗

    Go is a statically typed, compiled programming language designed for building scalable, concurrent software. It provides a memory-safe execution environment that combines a high-performance runtime with a self-hosting compiler toolchain, enabling the creation of statically linked machine code binaries without external

    Gogogolanglanguage
  • facebook/react-native

    facebook/react-native

    125,418GitHubView on GitHub↗

    This project is a cross-platform mobile framework that enables the development of native iOS and Android applications from a single codebase. It utilizes a declarative component-based model where developers define user interfaces using a syntax extension that maps directly to underlying platform-native view primitives.

    C++androidapp-frameworkcross-platform
  • vitejs/vite

    vitejs/vite

    78,295GitHubView on GitHub↗

    Vite is a frontend build toolchain that provides a unified development and production pipeline for modern web applications. It functions as a modular, environment-agnostic build engine that leverages native ES modules to serve source code directly to the browser, eliminating the need for expensive bundling during the d

    TypeScriptbuild-tooldev-serverfrontend

Explore sub-tags

  • Compile-Time Code GeneratorsUtilities that automatically generate type-safe glue code or bindings during the build process.
  • Compiler BootstrappingMechanisms for building language toolchains from source using existing compiler binaries.
  • Modern WebToolchains leveraging native ESM and high-speed transpilation for web applications.
  • Platform-Specific Resolution StrategiesMechanisms that automatically select source files or assets based on the target operating system during the build process.
  • Static Compilation ToolchainsCompilers producing self-contained binaries without external dependencies.