riker-rs/riker
Easily build efficient, highly concurrent and resilient applications. An Actor Framework for Rust. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 2978
- days_rel: n/a
- days_push: 956
- n_releases_24m: 0
Adoption not part of the score
1070 stars · 64 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Riker is an Actor Model framework for Rust for building concurrent, resilient applications with actor supervision, pub/sub messaging, and event sourcing/CQRS support. It is modular, has a low memory footprint, and runs on resource-limited hardware.
Use cases
- build concurrent applications in Rust with the actor model
- implement fault-tolerant systems with actor supervision
- build event-sourced CQRS applications
- run actors on resource-limited hardware like single-board computers
- schedule and publish/subscribe messages between actors
- run Rust futures alongside long-lived stateful actors
When to choose
- you want Akka-style actor concurrency in Rust
- you need supervision hierarchies for failure isolation and recovery
- you want event sourcing and CQRS with a low memory footprint
- you prefer no unsafe code and no GC/VM overhead
When to avoid
- you need clustering or remote actors today - it is still on the roadmap
- you want a heavily maintained, actively developed framework
- you only need short-lived stateless workloads - plain futures/async may suffice
Facets
framework · maturity maintenance
concurrency message-queue workflow-automation logging scheduling microservices developer-tools iot rust windows cross-platform embedded actor-model actor-framework event-sourcing cqrs supervision pub-sub akka-inspired linux macos
4 sources
- readme: https://github.com/riker-rs/riker · fetched 2026-08-28 · cd96ec6b3c60
- homepage: https://riker.rs · fetched 2026-08-29 · eeeb684f53f2
- registry_crates: https://crates.io/api/v1/crates/riker · fetched 2026-08-29 · 858308baa33a
- site_page: https://riker.rs/faq · fetched 2026-08-29 · 5944e29903be
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| riker-rs/riker | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem