# didi/booster

🚀Optimizer for mobile applications

Repository: https://github.com/didi/booster
Canonical: https://ross.abutalabs.com/products/booster
Homepage: https://booster.johnsonlee.io
Language: Kotlin
License: Apache-2.0
License Family: permissive
Topics: optimizer, android, gradle-plugin, bytecode-manipulation, static-analysis
Last push: 2026-08-09T00:58:12+00:00

## Health v2 (maintenance only)
Score: 66/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 96, release rhythm 8, longevity 100
- inputs: {"age_days": 2689, "days_push": 25, "days_rel": 508, "gap_med": null, "n_releases_24m": 1}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 5070, forks 592 (observed 2026-08-28T04:09:09.351367+00:00)

## What it is
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
- artifact type: framework
- maturity: active
- function: build-tool, linter, developer-tools, plugin-system
- domain: mobile-development, android-tools, developer-tools, performance
- platform: jvm
- tags: gradle-plugin, bytecode-manipulation, app-optimization, package-size-reduction, android, gradle

## Member repositories
- didi/booster (main) score 66

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:09.351367+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-29T18:02:48.974601+00:00, confidence not recorded.
  - readme: https://github.com/didi/booster (fetched 2026-08-28T04:09:09.351367+00:00, sha 3a085352ada1)
  - homepage: https://booster.johnsonlee.io (fetched 2026-08-29T08:57:39.785016+00:00, sha d71ec9ea423a)
  - site_page: https://booster.johnsonlee.io/en/faq (fetched 2026-08-29T08:57:39.787554+00:00, sha 56fbcd836100)
- Data as of 2026-08-30T08:39:29.467469+00:00.
