Tencent/Hardcoder
Hardcoder is a solution which allows Android APP and Android System to communicate with each other directly, solving the problem that Android APP could only use system standard API rather than the hardware resource of system. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_license
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: 2533
- days_rel: n/a
- days_push: 1112
- n_releases_24m: 0
Adoption not part of the score
2199 stars · 202 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Tencent's Hardcoder is a framework that lets Android apps communicate directly with the Android system over a socket to request hardware resources like CPU frequency, big cores, and GPU. It is used by WeChat and Mobile QQ and is integrated into OEM ROMs from OPPO, vivo, Huawei, Xiaomi, Samsung, and others.
Use cases
- speed up android app startup by requesting cpu resources
- optimize video delivery performance on android
- request large core and gpu resources from the system
- improve mini program launch performance
- adapt app performance to specific phone oem roms
When to choose
- you build a high-load Android app and can integrate with OEM-vendor ROMs that support Hardcoder
- you need direct app-to-system hardware resource negotiation beyond standard Android APIs
- you are a device vendor wanting to expose hardware tuning to partner apps
When to avoid
- you target stock Android or devices without Hardcoder-enabled ROMs, where the framework has no effect
- you need a simple, standard-API-only performance solution
- your app is lightweight and doesn't need CPU/GPU resource tuning
Facets
library · maturity maintenance
sdk concurrency developer-tools mobile-development android-tools performance hardware cpp hardware-acceleration system-integration performance-optimization socket-communication oem-adaptation android mobile
1 source
- readme: https://github.com/Tencent/Hardcoder · fetched 2026-08-28 · 981cf2aef101
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Tencent/Hardcoder | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="Tencent/Hardcoder")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem