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

11 repos

Awesome GitHub RepositoriesBuild Systems

Tools that manage the transformation of source code into executable binaries or deployable artifacts through defined configuration rules.

Explore 11 awesome GitHub repositories matching development tools & productivity · Build Systems. Refine with filters or upvote what's useful.

  1. Home
  2. Development Tools & Productivity
  3. Build and Automation Systems
  4. Build Systems

Awesome Build Systems GitHub Repositories

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

    python/cpython

    71,643GitHubView on GitHub↗

    CPython is the primary, community-maintained reference implementation of the Python programming language. It functions as a high-level, interpreted execution environment that compiles source code into platform-independent bytecode for processing by a stack-based virtual machine. The runtime manages memory through a com

    Python
  • fffaraz/awesome-cpp

    fffaraz/awesome-cpp

    69,832GitHubView on GitHub↗

    This project is a comprehensive, curated directory of high-quality libraries, tools, and educational resources for C and C++ development. It serves as an ecosystem discovery index, helping developers navigate the vast landscape of third-party components, frameworks, and technical documentation available for the languag

    awesomeawesome-listc
  • swiftlang/swift

    swiftlang/swift

    69,781GitHubView on GitHub↗

    Swift is a high-performance, general-purpose programming language designed for safety and speed. It features a modular compiler front-end that transforms source code into optimized machine binaries, utilizing a value-oriented type system that prioritizes predictable state management through value and reference types. T

    C++
  • facebook/docusaurus

    facebook/docusaurus

    63,840GitHubView on GitHub↗

    Docusaurus is a documentation framework and static site generator designed to transform markdown files and component templates into optimized web pages. It functions as a content management platform for technical knowledge bases, utilizing a build process that pre-renders content into static HTML and JavaScript bundles

    TypeScriptdocumentationhacktoberfestjavascript
  • nuxt/nuxt

    nuxt/nuxt

    59,659GitHubView on GitHub↗

    Nuxt is a universal web framework designed for building full-stack applications that seamlessly transition between server-side rendering and client-side interactivity. It provides a comprehensive development environment that automates routing, dependency injection, and type generation, allowing developers to focus on a

    TypeScriptcsrframeworkfull-stack
  • topjohnwu/Magisk

    topjohnwu/Magisk

    58,780GitHubView on GitHub↗

    Magisk is an Android rooting framework designed to manage system-level modifications and grant administrative access to mobile devices. It functions by patching boot and recovery images to inject custom code into the operating system initialization sequence, allowing for system-wide control while maintaining compatibil

    Rust
  • remix-run/react-router

    remix-run/react-router

    56,250GitHubView on GitHub↗

    React Router is a navigation and data-loading framework that maps URL patterns to nested component hierarchies. It functions as a full-stack router, coordinating server-side resource fetching with client-side hydration to synchronize application state across different environments. By providing a declarative interface

    TypeScript
  • dani-garcia/vaultwarden

    dani-garcia/vaultwarden

    55,211GitHubView on GitHub↗

    Vaultwarden is a self-hosted password management server designed to store and synchronize sensitive credentials, identities, and organizational data across multiple client devices. It functions as a database-backed web application that provides an API layer for secure client-server communication, enabling users to mana

    Rustbitwardenbitwarden-rsdocker
  • ngosang/trackerslist

    ngosang/trackerslist

    52,988GitHubView on GitHub↗

    This project is a curated, community-driven registry of public BitTorrent trackers designed to facilitate peer-to-peer file sharing. It serves as a centralized resource for network endpoints that coordinate connections between distributed clients, helping users discover and maintain reliable infrastructure for decentra

    bittorrentbittorrent-trackerbittorrent-trackers
  • JetBrains/kotlin

    JetBrains/kotlin

    52,346GitHubView on GitHub↗

    Kotlin is a statically typed, general-purpose programming language designed for type safety and concise syntax. It functions as a cross-platform development toolkit that enables the sharing of business logic across mobile, web, and server-side environments by compiling a unified intermediate representation into platfor

    Kotlincompilergradle-pluginintellij-plugin
  • jekyll/jekyll

    jekyll/jekyll

    51,449GitHubView on GitHub↗

    Jekyll is a static site generator that transforms plain text files and markup into complete, deployable websites. It functions as a content management engine and blog-aware publishing platform, orchestrating a multi-stage build process that organizes structured data and source files into a consistent site architecture.

    Rubyblog-enginejekyllliquid

Explore sub-tags

  • Binary Compilation Toolchains3 sub-tagsSpecialized toolsets for generating executable binaries, focusing on hardware-level interaction or server-side deployment, distinct from web or script-based build tools.
  • Build InstructionsDocumentation and scripts detailing the process of compiling source code into a functional runtime.
  • Build Optimization Engines3 sub-tagsMechanisms that improve build performance through dependency graph analysis, incremental compilation, or modular unit management, distinct from general task execution.
Build Plugin Integrations
Support for extending build processes with custom plugins.
  • Compilation FlagsConfiguration options that modify the behavior or features of the compiled binary.
  • Cross-Platform Orchestrators2 sub-tagsSystems designed to manage complex compilation pipelines across multiple hardware architectures and operating systems, distinct from single-target compilers.
  • Declarative Configuration Frameworks3 sub-tagsTools that utilize manifest files or structured models to define project dependencies and build orchestration, distinct from imperative task runners.
  • Static Site GeneratorsSystems that pre-render content into static HTML and JavaScript bundles at build time for web hosting.