DroidPluginTeam/DroidPlugin
A plugin framework on android,Run any third-party apk without installation, modification or repackage observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4024
- days_rel: n/a
- days_push: 819
- n_releases_24m: 0
Adoption not part of the score
6975 stars · 2487 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
DroidPlugin is an Android plugin framework that lets a host app run any third-party APK without installation, modification, or repackaging. It works by hooking system-level APIs so plugin apps' components (Activities, Services, BroadcastReceivers, ContentProviders) run inside the host process.
Use cases
- run an apk inside my app without installing it
- load third-party android apps as plugins in a host app
- build an app store that runs apps without installation
- sandbox third-party apks on android
- dynamically load android app components at runtime
- integrate plugin apps into a host with minimal code changes
When to choose
- you need to run unmodified third-party APKs inside a host Android app
- you want minimal code invasion (one-line integration) and full separation of resources and code between host and plugins
- you need to support old Android versions (2.3+)
When to avoid
- your plugin apps rely on native (JNI) code, such as most games, since the native layer is not hooked
- you need custom notifications with remote layouts or custom intent filters for plugin components
- you are starting a new project - the framework is in maintenance mode and newer virtualization approaches may be better supported
Facets
framework · maturity maintenance
plugin-system middleware security android-tools mobile-development developer-tools jvm android-plugin-framework apk-virtualization app-hooking run-without-install dynamic-loading android mobile
2 sources
- readme: https://github.com/DroidPluginTeam/DroidPlugin · fetched 2026-08-28 · 6a5949a96154
- homepage: http://droidpluginteam.github.io/DroidPlugin/ · fetched 2026-08-29 · a62f2574343c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| DroidPluginTeam/DroidPlugin | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="DroidPluginTeam/DroidPlugin")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem