gyf-dev/Cactus
Android Keep Alive(安卓保活),Cactus 集成双进程前台服务,JobScheduler,onePix(一像素),WorkManager,无声音乐 observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2560
- days_rel: n/a
- days_push: 1469
- n_releases_24m: 0
Adoption not part of the score
1644 stars · 243 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Cactus is an Android keep-alive library that helps apps stay running in the background. It combines dual-process foreground services, JobScheduler, WorkManager, one-pixel activities, and silent music playback to resist process death.
Use cases
- keep my android app alive in the background
- prevent android from killing my service
- run a background task continuously on android
- implement a foreground service that survives doze mode
- android keep alive with workmanager and jobscheduler
- restart my app automatically after a crash
When to choose
- you need an Android app to persist in the background despite system optimizations
- you want a ready-made combination of keep-alive strategies (dual-process, one-pixel, silent music)
- your app targets older Android versions where these techniques are effective
When to avoid
- you target only modern Android versions where aggressive keep-alive is restricted or against policy
- you plan to publish on Google Play, where keep-alive tricks may violate policies
- your project uses crash reporting libraries that conflict with Cactus's crash handling
Facets
library · maturity maintenance
sdk android-tools mobile-development keep-alive background-service foreground-service jobscheduler workmanager kotlin android
1 source
- readme: https://github.com/gyf-dev/Cactus · fetched 2026-08-28 · 4b55bc23dda4
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| gyf-dev/Cactus | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem