awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 repositorios

Awesome GitHub RepositoriesMobile Binary Compilation

Orchestration of the build process to produce deployable application binaries for mobile platforms.

Distinct from Binary Compilers: Candidates [f5_mt1] through [f5_mt5] focus on server binaries, static binaries, or Python wheels, not mobile app builds.

Explore 8 awesome GitHub repositories matching mobile development · Mobile Binary Compilation. Refine with filters or upvote what's useful.

Awesome Mobile Binary Compilation GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • fastlane/fastlaneAvatar de fastlane

    fastlane/fastlane

    41,703Ver en GitHub↗

    fastlane is a mobile DevOps framework and release automation tool designed to coordinate the building, signing, and distribution of iOS and Android applications. It functions as a build orchestrator and distribution manager that automates the delivery of mobile apps to app stores and testing environments. The project distinguishes itself through a plugin-based extension model that allows for custom action sets and a specialized system for managing developer resources. It automates the synchronization of code signing certificates and provisioning profiles and handles secure account authenticat

    Compiles iOS and Android applications into deployable binaries.

    Rubyandroidappsautomation
    Ver en GitHub↗41,703
  • infinitered/nsfwjsAvatar de infinitered

    infinitered/nsfwjs

    8,908Ver en GitHub↗

    NSFW detection on the client-side via TensorFlow.js

    Detects adult content in images on mobile devices using TensorFlow.js for React Native applications.

    TypeScriptcontent-managementjavascriptmachine-learning
    Ver en GitHub↗8,908
  • lightningnetwork/lndAvatar de lightningnetwork

    lightningnetwork/lnd

    8,154Ver en GitHub↗

    Lnd is a full implementation of the Lightning Network protocol, functioning as a Bitcoin Layer 2 daemon that manages payment channels and settles transactions on the Bitcoin blockchain. It serves as an off-chain payment processor and a cryptographic wallet manager, enabling the execution of instant, scalable transactions through a network node. The project distinguishes itself through a focus on secure node networking and programmatic control. It provides gRPC and REST API servers for automating payment workflows and utilizes macaroon-based authorization to delegate granular permissions via c

    Compiles core logic into libraries via the Go mobile toolchain for integration into mobile apps.

    Gobitcoinblockchaincryptocurrency
    Ver en GitHub↗8,154
  • golang/mobileAvatar de golang

    golang/mobile

    6,127Ver en GitHub↗

    The Go Mobile project is a framework and toolchain that enables Go developers to build native mobile applications for Android and iOS entirely in Go, or to compile Go packages into shared libraries that can be called from existing native mobile apps. It provides a complete set of libraries for handling mobile app lifecycle events, rendering 2D and 3D graphics through OpenGL ES, accessing device sensors like accelerometers and gyroscopes, processing touch and keyboard input, playing audio via OpenAL Soft, and reading bundled application assets. The project distinguishes itself by offering two

    Compiles Go code into a shared library that can be called from Java/Kotlin or Objective-C/Swift within an existing native app project.

    Go
    Ver en GitHub↗6,127
  • sjj1024/pakeplus-androidAvatar de Sjj1024

    Sjj1024/PakePlus-Android

    5,942Ver en GitHub↗

    PakePlus-Android is a tool that converts any public webpage or static frontend project into a native desktop or mobile application. It wraps web content inside a configurable WebView shell, enabling the creation of cross-platform apps for Windows, Mac, Linux, Android, and iOS from a single source. The project distinguishes itself by automating the entire packaging and compilation pipeline through GitHub Actions, requiring no local development environment or dependencies. Users configure the app name, icon, window behavior, and platform-specific settings through a guided interface or configura

    Retrieves the finished desktop or mobile app package from the Releases section after compilation completes.

    Luabuildpacbaopack
    Ver en GitHub↗5,942
  • cri-o/cri-oAvatar de cri-o

    cri-o/cri-o

    5,629Ver en GitHub↗

    CRI-O is an open-source container runtime that implements the Kubernetes Container Runtime Interface (CRI) to manage container images, pods, and containers on cluster nodes using OCI-compatible runtimes. It serves as a node-level container manager that handles image pulling, container lifecycle, and resource monitoring for Kubernetes clusters, running containers according to the Open Container Initiative specifications. The runtime distinguishes itself through live configuration reloading that applies changes to runtime definitions, registry mirrors, and TLS certificates without restarting th

    Downloads pre-built release bundles for specific architectures with checksum and signature verification.

    Go
    Ver en GitHub↗5,629
  • cnlohr/rawdrawandroidAvatar de cnlohr

    cnlohr/rawdrawandroid

    4,281Ver en GitHub↗

    rawdrawandroid es un framework para construir aplicaciones Android utilizando C y Make. Proporciona un sistema de desarrollo nativo que compila el código fuente en paquetes ejecutables independientes, evitando las cadenas de herramientas y máquinas virtuales estándar de Java o Kotlin. El proyecto cuenta con un kit de herramientas de interfaz de usuario nativa para crear ventanas gráficas aceleradas por hardware y una interfaz de hardware dedicada para la comunicación directa con periféricos USB y sensores integrados. Utiliza un entorno de compilación en contenedores para garantizar una compilación y firma consistentes de binarios sin requerir instalaciones locales de cadenas de herramientas. El sistema cubre la interfaz de hardware de bajo nivel, incluyendo la captura de datos de sensores en tiempo real y la gestión de dispositivos USB. También admite renderizado OpenGL ES, integración de vista web nativa y la gestión de activos de aplicaciones integradas y almacenamiento externo. La depuración remota de la lógica de la aplicación compilada es compatible a través de una conexión entre una máquina host y un dispositivo móvil físico.

    Orchestrates the build process to produce small, optimized executable binaries tailored for mobile device execution.

    C
    Ver en GitHub↗4,281
  • mozilla/uniffi-rsAvatar de mozilla

    mozilla/uniffi-rs

    4,326Ver en GitHub↗

    uniffi-rs is a Rust FFI binding generator and multi-language binding tool. It functions as an automated binding scaffolder that creates type-safe foreign function interfaces and native wrappers for Rust libraries in languages such as Swift, Kotlin, and Python. The project provides a system for cross-language interface definition, allowing functions and data structures to be specified in a shared format to ensure consistent API signatures across platforms. It further serves as an FFI memory management layer, handling object lifetimes and thread safety when sharing state between Rust and foreig

    Integrates Rust libraries into iOS and Android apps with automatic memory management and thread safety.

    Rustffi-layerrust-crate
    Ver en GitHub↗4,326
  1. Home
  2. Mobile Development
  3. Mobile Binary Compilation

Explorar subetiquetas

  • Mobile Framework Libraries3 sub-etiquetasCompilation of core logic into libraries for integration into native mobile applications. **Distinct from Mobile Binary Compilation:** Focuses on providing a library (SDK) for other apps rather than a standalone binary.
  • Release Section Downloads1 sub-etiquetaRetrieves the finished desktop or mobile app package from the Releases section after compilation completes. **Distinct from Mobile Binary Compilation:** Distinct from Mobile Binary Compilation: focuses on downloading pre-compiled binaries from GitHub Releases, not the compilation process itself.