# iReaderAndroid/ZeusPlugin

成熟易懂的Android插件补丁框架（可直接商业化的项目，日活千万级项目多年使用验证稳定）

Repository: https://github.com/iReaderAndroid/ZeusPlugin
Canonical: https://ross.abutalabs.com/products/zeusplugin
Language: Java
License: MIT
License Family: permissive
Last push: 2018-10-17T06:38:15+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3680, "days_push": 2877, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1019, forks 175 (observed 2026-08-28T04:03:15.134052+00:00)

## What it is
ZeusPlugin is a mature Android plugin and hot-patch framework written in Java, battle-tested in apps with tens of millions of daily active users. It supports installing, upgrading, and uninstalling plugins at runtime, loading native .so libraries dynamically, and applying class-level bug-fix patches to a host APK.

## Use cases
- fix bugs in a released android app without shipping a new apk
- load feature modules dynamically in an android app
- hot update native so libraries at runtime
- apply class-level patches to an android application
- split a large android app into plugins

## When to choose
- you need a proven, production-hardened android plugin/hotfix framework
- you must patch individual classes or update so files without a store release
- you target old android versions and vendor-customized roms

## When to avoid
- you need plugin activity animations or a plugin-specific application
- you need real-time patch loading without an app restart
- you need to change AndroidManifest.xml dynamically
- you want an actively developed modern solution - the last release was 2018

## Facets
- artifact type: library
- maturity: maintenance
- function: plugin-system, developer-tools, deployment
- domain: mobile-development, android-tools, developer-tools
- platform: jvm
- tags: android-plugin-framework, hotfix, hot-patching, dynamic-loading, classloader, so-hot-update, bug-fix-patches, android, mobile

## Member repositories
- iReaderAndroid/ZeusPlugin (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:15.134052+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:09:23.143575+00:00, confidence not recorded.
  - readme: https://github.com/iReaderAndroid/ZeusPlugin (fetched 2026-08-28T04:03:15.134052+00:00, sha 23fd2c615436)
- Data as of 2026-08-30T08:39:29.467469+00:00.
