awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesAndroid Application Update Systems

Frameworks for delivering and merging binary patches to maintain stability between official releases.

Distinct from Android Application Management: None of the candidates focus on the delivery and merging of binary patches specifically for app updates.

Explore 4 awesome GitHub repositories matching mobile development · Android Application Update Systems. Refine with filters or upvote what's useful.

Awesome Android Application Update Systems GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • alibaba/atlasAvatar alibaba

    alibaba/atlas

    8,149Vezi pe GitHub↗

    Atlas is a modularization system and dynamic component framework for Android. It functions as a class isolation layer and incremental update engine, allowing application logic and resources to be decoupled into independent bundles that are loaded at runtime. The project distinguishes itself by providing physical bundle isolation through custom class loaders to prevent dependency conflicts and bypass method count limits. It enables the deployment of remote components and incremental patches, using bytecode diffs and resource patching to update specific application parts without requiring a ful

    Pushes small code and resource patches to specific application components without requiring a full binary reinstall.

    Javaandroidatlasdynamic
    Vezi pe GitHub↗8,149
  • alibaba/andfixAvatar alibaba

    alibaba/AndFix

    6,998Vezi pe GitHub↗

    AndFix is a binary patching framework and update system for Android applications. It provides tools for generating binary diffs and applying runtime method replacements to fix bugs without requiring a full application update. The system utilizes a binary diff generator to isolate minimal code changes between package versions. It supports the consolidation of multiple incremental patches into a single update file and employs native hooks to replace specific method implementations in memory during the application initialization phase. The framework covers capabilities for binary patch generati

    Delivers and merges small binary patches to maintain application stability between official release cycles.

    C++androidhotfix
    Vezi pe GitHub↗6,998
  • uazo/cromiteAvatar uazo

    uazo/cromite

    6,684Vezi pe GitHub↗

    Cromite is a privacy-focused browser built as a fork of Chromium that embeds a network-level content blocking engine to intercept advertisements, pop-ups, and tracking scripts before they reach the page. It applies community-maintained public filter lists directly within the browser, eliminating the need for external extensions, and uses a curated patch system applied to the Chromium source tree at build time to add or modify features without maintaining a separate codebase. The browser is hardened against tracking and data leakage through a comprehensive set of privacy and security measures.

    Checks for and installs new browser versions automatically on Android, notifying the user and requesting activation on first startup.

    C++
    Vezi pe GitHub↗6,684
  • alibaba/freelineAvatar alibaba

    alibaba/freeline

    5,463Vezi pe GitHub↗

    Freeline is a mobile application update framework and bytecode hot-swap engine designed to deliver incremental binary updates to devices. It functions as a binary diff patching tool and a mobile over-the-air patching framework that allows for the delivery of small update packages to fix bugs and replace resources without requiring a full application reinstall. The system distinguishes itself through its ability to perform dynamic code swapping and native library updating. It replaces shared object binaries and code segments in a running process via socket servers, enabling logic updates and h

    Provides a framework for delivering and merging binary patches to maintain stability and update mobile applications.

    Java
    Vezi pe GitHub↗5,463
  1. Home
  2. Mobile Development
  3. Android Application Update Systems