# tqwewe/kameo

Fault-tolerant async actors for Rust that scale seamlessly

Repository: https://github.com/tqwewe/kameo
Canonical: https://ross.abutalabs.com/products/kameo
Homepage: https://docs.page/tqwewe/kameo
Language: Rust
License: Apache-2.0
License Family: permissive
Topics: actors, distributed, tokio-rs
Last push: 2026-08-10T08:35:17+00:00

## Health v2 (maintenance only)
Score: 89/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 97, release rhythm 93, longevity 63
- inputs: {"age_days": 887, "days_push": 23, "days_rel": 46, "gap_med": 4, "n_releases_24m": 30}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1374, forks 83 (observed 2026-08-28T04:04:32.936846+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: concurrency, rpc, middleware
- domain: microservices, developer-tools, backend
- platform: rust, cross-platform
- tags: actor-model, tokio, fault-tolerance, supervision, libp2p, message-passing, distributed-actors

## Member repositories
- tqwewe/kameo (main) score 89

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:32.936846+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:40:39.181812+00:00, confidence not recorded.
  - readme: https://github.com/tqwewe/kameo (fetched 2026-08-28T04:04:32.936846+00:00, sha 9d84a972714b)
  - homepage: https://docs.page/tqwewe/kameo (fetched 2026-08-29T11:57:02.358537+00:00, sha 0e99d479df7b)
  - site_page: https://docs.page/tqwewe/kameo/getting-started (fetched 2026-08-29T11:57:02.367473+00:00, sha 3017b20b75b4)
  - site_page: https://docs.page/tqwewe/kameo/faq (fetched 2026-08-29T11:57:02.369724+00:00, sha 49b30b8dba3a)
  - site_page: https://docs.page (fetched 2026-08-29T11:57:02.371411+00:00, sha d2529fe5b086)
  - registry_crates: https://crates.io/api/v1/crates/kameo (fetched 2026-08-29T11:57:02.373535+00:00, sha 051c13a74f38)
- Data as of 2026-08-30T08:39:29.467469+00:00.
