Ross ROSS = Recommend OSS · open-source software intelligence for agents

tqwewe/kameo

Fault-tolerant async actors for Rust that scale seamlessly observed · 2026-08-28

github.com/tqwewe/kameo · homepage · Rust · Apache-2.0 (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
tqwewe/kameomain89

For agents

markdown · JSON · MCP: product_card(name="tqwewe/kameo")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem