Ross ROSS = Recommend OSS · open-source software intelligence for agents

didi/booster

🚀Optimizer for mobile applications observed · 2026-08-28

github.com/didi/booster · homepage · Kotlin · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

66/100

  • Activity 96
  • 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: 2689
  • days_rel: 508
  • days_push: 25
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

5070 stars · 592 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Booster is a lightweight, extensible quality optimization toolkit for mobile applications built as a Gradle plugin. It uses bytecode manipulation and static analysis to detect performance issues, optimize threading, fix system bugs, and reduce APK package size.

Use cases

  • detect performance issues like blocking I/O on the UI thread
  • reduce APK package size by inlining resource indexes and compressing resources
  • fix thread management problems causing OOM from too many threads
  • globally patch system bugs like the Android API 25 Toast crash
  • optimize app stability without modifying business code

When to choose

  • you build Android apps with Gradle and want non-intrusive build-time optimization
  • you need to reduce APK size or improve stability metrics
  • you want to detect or fix threading and performance issues across third-party SDKs
  • you need an extensible SPI-based plugin architecture for custom bytecode transforms

When to avoid

  • your project does not use the Android Gradle Plugin
  • you need runtime (not build-time) optimization
  • you target platforms other than Android
  • your build environment cannot meet the minimum Gradle/AGP/Kotlin version requirements

Facets

framework · maturity active

build-tool linter developer-tools plugin-system mobile-development android-tools developer-tools performance jvm gradle-plugin bytecode-manipulation app-optimization package-size-reduction android gradle

3 sources

Member repositories

RepositoryRoleHealth v2
didi/boostermain66

For agents

markdown · JSON · MCP: product_card(name="didi/booster")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem