awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
alibaba avatar

alibaba/freeline

0
View on GitHub↗
5,463 stars·621 forks·Java·bsd-3-clause·2 vueswww.freelinebuild.com↗

Freeline

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 hot reloading of resources without restarting the session.

The framework includes an incremental build system that analyzes modified symbols and dependencies to rebuild only affected components. This capability surface covers binary patching, resource symbol mapping, and the generation of incremental over-the-air update packages.

Features

  • Over-the-Air Updates - Generates small incremental binary patch files to deliver fixes and resources over the air to mobile devices.
  • Native Library Hot-Swapping - Dynamically replaces shared object binaries on a device to update low-level logic at runtime.
  • Hot Code Reloading - Updates application logic and resources in a running environment without requiring a full process restart.
  • Hot Code Replacement - Replaces code segments and resources in a running process via sockets to update logic without restarting.
  • Dynamic Code Loaders - Injects and executes updated code into a running mobile environment without requiring a full process restart.
  • Android Application Update Systems - Provides a framework for delivering and merging binary patches to maintain stability and update mobile applications.
  • Mobile Patching Frameworks - Implements a framework for generating bytecode-level binary differences to patch installed mobile applications.
  • Hot-Swap Sockets - Transmits updated logic and resources to a running process via network sockets to refresh functionality without a restart.
  • Native Library Hot-Swapping - Enables the replacement of shared object native libraries in memory during the application lifecycle.
  • Binary Patching Utilities - Calculates differences between binary versions to create small update packages for specific code segments.
  • Build Accelerators - Accelerates Android build and deployment times by combining incremental compilation and hot-swapping strategies.
  • Incremental Build Engines - Implements a build system that tracks dependency changes to selectively recompile only modified components.
  • Incremental Build Optimizers - Analyzes code and resource changes to optimize the build by recompiling only modified components.
  • Incremental Build Systems - Analyzes modified symbols and dependencies to rebuild only affected components and native libraries.
  • Rapid Development Tools - Combines hot-swapping and incremental builds to minimize the iteration cycle between code changes and device updates.

Historique des stars

Graphique de l'historique des stars pour alibaba/freelineGraphique de l'historique des stars pour alibaba/freeline

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Freeline

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Freeline.
  • tencent/tinkerAvatar de Tencent

    Tencent/tinker

    17,644Voir sur GitHub↗

    Tinker is an Android hotfix framework designed to update application code, resources, and native libraries at runtime without requiring a full reinstallation or store update. It provides a comprehensive engine for injecting runtime fixes and managing the software lifecycle of deployed mobile applications. The framework distinguishes itself through a robust binary patching system that generates compact difference files between application versions, significantly reducing bandwidth usage during distribution. To ensure operational stability, it incorporates a crash-resilient safe mode that autom

    Javaandroiddynamichotfix
    Voir sur GitHub↗17,644
  • redbooth/react-native-auto-updaterAvatar de redbooth

    redbooth/react-native-auto-updater

    1,527Voir sur GitHub↗

    This framework provides a system for managing and distributing dynamic code patches directly to installed mobile clients. By delivering remote JavaScript bundles, it enables the deployment of features and bug fixes while bypassing traditional application store submission and review processes. The library functions as a cross-platform update manager that utilizes manifest-driven version control to track and fetch specific code releases. It distinguishes itself through granular configuration controls, allowing developers to define update frequencies and apply version filtering to ensure that on

    Objective-C
    Voir sur GitHub↗1,527
  • reactnativecn/react-native-updateAvatar de reactnativecn

    reactnativecn/react-native-update

    1,975Voir sur GitHub↗

    React Native Update is a deployment platform designed to deliver JavaScript code changes directly to mobile applications. By enabling over-the-air updates, the system allows developers to push patches to installed binaries, effectively bypassing standard app store review cycles. The project distinguishes itself through a specialized binary patching engine that generates small code diffs to minimize bandwidth consumption during delivery. To maintain service reliability, it incorporates an automated rollback framework that monitors application stability after an update and reverts to a previous

    TypeScriptcodepushhotfixota
    Voir sur GitHub↗1,975
  • alibaba/andfixAvatar de alibaba

    alibaba/AndFix

    6,998Voir sur 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

    C++androidhotfix
    Voir sur GitHub↗6,998
Voir les 30 alternatives à Freeline→

Questions fréquentes

Que fait alibaba/freeline ?

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.

Quelles sont les fonctionnalités principales de alibaba/freeline ?

Les fonctionnalités principales de alibaba/freeline sont : Over-the-Air Updates, Native Library Hot-Swapping, Hot Code Reloading, Hot Code Replacement, Dynamic Code Loaders, Android Application Update Systems, Mobile Patching Frameworks, Hot-Swap Sockets.

Quelles sont les alternatives open-source à alibaba/freeline ?

Les alternatives open-source à alibaba/freeline incluent : tencent/tinker — Tinker is an Android hotfix framework designed to update application code, resources, and native libraries at runtime… redbooth/react-native-auto-updater — This framework provides a system for managing and distributing dynamic code patches directly to installed mobile… reactnativecn/react-native-update — React Native Update is a deployment platform designed to deliver JavaScript code changes directly to mobile… alibaba/andfix — AndFix is a binary patching framework and update system for Android applications. It provides tools for generating… dagger/dagger — Dagger is a programmable CI/CD engine and containerized task runner designed to orchestrate build and test pipelines.… brunch/brunch — Brunch is a frontend build tool and JavaScript asset bundler designed to automate the transformation of source code…