JakeWharton/ProcessPhoenix
Process Phoenix facilitates restarting your application process. observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 99
- 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: 4074
- days_rel: n/a
- days_push: 8
- n_releases_24m: 0
Adoption not part of the score
2134 stars · 138 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A small Android library by Jake Wharton that restarts the application process, optionally launching a specific Intent. It is intended mainly for debug builds where fundamental state changes require a full process restart.
Use cases
- restart my android app process programmatically
- apply staging to production environment switch without reinstalling
- relaunch app after a fundamental state change in debug builds
- check if app is running inside the phoenix restart process
- trigger app rebirth with a specific intent
When to choose
- you need a reliable, minimal way to fully restart an Android app process
- you toggle environment or config flags in debug builds that require a fresh process
- you want a tiny, well-known Apache-2.0 utility from a trusted author
When to avoid
- you only need to restart an Activity, not the whole process
- you want restart behavior in production user-facing flows (the library is aimed at debug use)
- your project is not Android/JVM-based
Facets
library · maturity stable
developer-tools android-tools developer-tools mobile-development android process-restart jvm debugging
1 source
- readme: https://github.com/JakeWharton/ProcessPhoenix · fetched 2026-08-28 · b8aa06c2622f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| JakeWharton/ProcessPhoenix | main | 67 |
For agents
markdown · JSON · MCP: product_card(name="JakeWharton/ProcessPhoenix")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem