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

6 repos

Awesome GitHub RepositoriesNative Build Orchestrators

Systems designed for compiling, signing, and packaging source code into platform-specific native binaries and executables.

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

  1. Home
  2. DevOps & Infrastructure
  3. Build and Deployment Tools
  4. Core Build Engines
  5. Build Tooling
  6. Native Build Orchestrators

Awesome Native Build Orchestrators GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • 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
  • godotengine/godot

    godotengine/godot

    106,855GitHubView on GitHub↗

    Godot is a comprehensive, node-based game engine designed for building interactive 2D and 3D applications. It provides an integrated development environment that utilizes a hierarchical scene system to organize objects, propagate spatial transformations, and manage lifecycle events. The engine functions as a cross-plat

    C++game-developmentgame-enginegamedev
  • tauri-apps/tauri

    tauri-apps/tauri

    102,979GitHubView on GitHub↗

    Tauri is a cross-platform framework for building desktop applications that combine web-based user interfaces with a memory-safe systems-language backend. It functions as a secure runtime that hosts web content within native windowing containers, allowing developers to leverage existing web technologies while maintainin

    Rustdesktop-apphigh-performancemobile-app
  • oven-sh/bun

    oven-sh/bun

    87,491GitHubView on GitHub↗

    Bun is a high-performance runtime environment designed to execute JavaScript and TypeScript applications with minimal latency and high throughput. Built on a native core implemented in Zig, it provides a unified execution engine that leverages JavaScriptCore for efficient memory management and low-latency startup. The

    Zigbunbundlerjavascript
  • spring-projects/spring-boot

    spring-projects/spring-boot

    80,046GitHubView on GitHub↗

    Spring Boot is an opinionated application framework designed to streamline the creation of production-ready services. It functions as a comprehensive development platform that utilizes a centralized dependency injection container to manage object lifecycles and wiring. By employing convention-over-configuration, the fr

    Javaframeworkjavaspring
  • localsend/localsend

    localsend/localsend

    75,231GitHubView on GitHub↗

    LocalSend is a cross-platform utility designed for secure, peer-to-peer file transfers between devices on the same local network. By establishing direct, encrypted communication channels, the application enables users to share files without relying on external servers, cloud storage, or active internet connectivity. T

    Dartdartfile-sharingflutter

Explore sub-tags

  • Engine Build SystemsSystems that compile source code into executable binaries for various desktop, mobile, and web platforms.
  • Executable PackagingUtilities that package application code and dependencies into self-contained, deployable archives.
  • Multi-Platform Build OrchestratorsTools that automate the generation of native binaries and installation packages across multiple operating systems.
Native Binary Bundlers
Orchestration tools that compile source code and manage platform-specific assets into bundled native applications.
  • Native Bundlers and TranspilersBuild engines that transform, minify, and package source code into optimized assets.
  • Native Glue Code GeneratorsTools that generate platform-specific native code from typed specification files.