bytedance/ByteX
ByteX is a bytecode plugin platform based on Android Gradle Transform API and ASM. 字节码插件开发平台 observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2427
- days_rel: n/a
- days_push: 956
- n_releases_24m: 0
Adoption not part of the score
3246 stars · 476 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
ByteX is a bytecode plugin platform built on the Android Gradle Transform API and ASM, developed by ByteDance's TikTok/Douyin Android team. It lets developers write independent bytecode plugins that are automatically merged into a single efficient Transform during APK builds.
Use cases
- instrument android bytecode during gradle builds
- write custom gradle transform plugins with asm
- speed up apk builds by merging multiple transforms into one
- add method tracing or logging to android classes at build time
- develop reusable bytecode plugins without coupling code
When to choose
- you need to manipulate android app bytecode at build time
- you have multiple gradle transform plugins and want to reduce build time
- you want a decoupled, extensible platform for asm-based plugins
When to avoid
- you need a general-purpose jvm bytecode tool outside android gradle builds
- your project does not use the android gradle plugin transform api
- you need actively developed features with frequent releases
Facets
framework · maturity maintenance
build-tool developer-tools compiler developer-tools android-tools jvm gradle-plugin asm bytecode-manipulation android-build transform-api apk-optimization automation android gradle
1 source
- readme: https://github.com/bytedance/ByteX · fetched 2026-08-28 · e16d6ee32733
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| bytedance/ByteX | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem