redbadger/crux
Cross-platform app development in Rust observed · 2026-08-28
Health v2 · maintenance only
98/100
- Activity 99
- Release rhythm 96
- 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: 21.5
- age_days: 1425
- days_rel: 26
- days_push: 7
- n_releases_24m: 23
Adoption not part of the score
2705 stars · 113 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Crux is a Rust framework for cross-platform app development that shares business logic in a single Rust core across iOS, Android, and web. Native shells (SwiftUI, Jetpack Compose, React, etc.) provide the UI, with generated type-safe interfaces and managed, testable effects between core and shell.
Use cases
- build a mobile app with shared Rust business logic
- share app behavior across iOS, Android, and web
- write fast user journey tests without a device or emulator
- keep UI thin in SwiftUI or Jetpack Compose while logic lives in Rust
- generate type-safe Swift, Kotlin, and TypeScript bindings from Rust types
- make side effects explicit and testable in app architecture
When to choose
- you want one Rust core powering apps on multiple platforms
- your team values testability and strict separation of logic, UI, and effects
- you prefer native UI toolkits over a fully Rust-rendered UI
- you need cross-language type safety at the core/shell boundary
When to avoid
- you need a stable 1.0 API — Crux is pre-1.0 with occasional breaking changes
- you want a fully Rust UI across platforms rather than thin native shells
- your team has no Rust expertise
- you're building a simple single-platform app where a shared core adds overhead
Facets
framework · maturity active
mobile-framework web-framework serialization testing sdk mobile-development web-development cross-platform developer-tools rust cross-platform jvm shared-core ffi swiftui jetpack-compose react type-generation elm-architecture side-effect-management ios android web-server swift typescript
2 sources
- readme: https://github.com/redbadger/crux · fetched 2026-08-28 · ae6c269ba5d9
- homepage: https://redbadger.github.io/crux/ · fetched 2026-08-29 · 76c42b774479
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| redbadger/crux | main | 98 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem