tqwewe/kameo
Fault-tolerant async actors for Rust that scale seamlessly observed · 2026-08-28
Health v2 · maintenance only
89/100
- Activity 97
- Release rhythm 93
- Longevity 63
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: 4
- age_days: 887
- days_rel: 46
- days_push: 23
- n_releases_24m: 30
Adoption not part of the score
1374 stars · 83 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Kameo is a Rust library for building fault-tolerant, asynchronous actor-based systems on top of Tokio. It supports local and distributed messaging via libp2p, supervision strategies for failure recovery, and type-safe message handling.
Use cases
- build concurrent Rust applications with an actor model
- implement fault-tolerant microservices with supervision and restarts
- communicate between actors across network nodes without schemas
- manage backpressure with bounded and unbounded mailboxes
- monitor a running actor system's supervision tree and throughput
- replace gRPC with dynamic schema-free remote messaging
When to choose
- you want Erlang-style actors with async Rust and Tokio
- you need lightweight local concurrency plus optional distributed actors
- you prefer compile-time type-safe messages over schema-based RPC
When to avoid
- you need a battle-tested actor framework with a large ecosystem
- your project requires predefined schemas and gRPC interoperability
- you are not using an async runtime compatible with Tokio
Facets
library · maturity active
concurrency rpc middleware microservices developer-tools backend rust cross-platform actor-model tokio fault-tolerance supervision libp2p message-passing distributed-actors
6 sources
- readme: https://github.com/tqwewe/kameo · fetched 2026-08-28 · 9d84a972714b
- homepage: https://docs.page/tqwewe/kameo · fetched 2026-08-29 · 0e99d479df7b
- site_page: https://docs.page/tqwewe/kameo/getting-started · fetched 2026-08-29 · 3017b20b75b4
- site_page: https://docs.page/tqwewe/kameo/faq · fetched 2026-08-29 · 49b30b8dba3a
- site_page: https://docs.page · fetched 2026-08-29 · d2529fe5b086
- registry_crates: https://crates.io/api/v1/crates/kameo · fetched 2026-08-29 · 051c13a74f38
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tqwewe/kameo | main | 89 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem