spotify/mobius
A functional reactive framework for managing state evolution and side-effects. observed · 2026-08-28
Health v2 · maintenance only
73/100
- Activity 96
- Release rhythm 28
- 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: 44.5
- age_days: 3148
- days_rel: 629
- days_push: 26
- n_releases_24m: 3
Adoption not part of the score
1263 stars · 105 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Mobius is a functional reactive framework from Spotify for managing state evolution and side-effects, based on a unidirectional data flow loop. It ships as a pure Java core with add-ons for Android UIs, RxJava 1-3, and Kotlin Coroutines.
Use cases
- manage app state with unidirectional data flow on Android
- separate side-effects from state updates in a mobile app
- make UI state logic unit-testable
- connect RxJava or coroutines to a state loop
- structure an Android app with MVI-style architecture
When to choose
- you build Android apps in Java or Kotlin and want a production-proven state framework
- you need strict separation of state transitions from side-effects for testability
- you already use RxJava or Kotlin Coroutines and want integration modules
When to avoid
- you need a cross-platform or iOS state framework
- you prefer Compose-first state management or a lighter unidirectional-flow library
- your project targets non-JVM platforms
Facets
framework · maturity stable
state-management web-framework mobile-development android-tools developer-tools jvm functional-reactive-programming unidirectional-data-flow mvvi rxjava kotlin-coroutines testability android
2 sources
- readme: https://github.com/spotify/mobius · fetched 2026-08-28 · 46ed34f091c9
- homepage: https://spotify.github.io/mobius/ · fetched 2026-08-29 · 8e52cb8b934e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| spotify/mobius | main | 73 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem