actor-framework/actor-framework
An Open Source Implementation of the Actor Model in C++ observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 99
- Release rhythm 8
- 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: 238
- age_days: 5661
- days_rel: 434
- days_push: 7
- n_releases_24m: 2
Adoption not part of the score
3432 stars · 572 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
CAF (C++ Actor Framework) is an open-source implementation of the Actor Model in C++, providing lightweight actors, network-transparent messaging, pattern matching, and HTTP/WebSocket support. It enables building scalable, concurrent, and distributed applications with native performance and low memory overhead.
Use cases
- build concurrent applications in C++ without data races
- implement distributed systems with network-transparent messaging
- write an HTTP or WebSocket server using actors
- scale actors across machines in a data center or cloud
- build low-footprint async software for IoT or embedded devices
- model message-passing systems with pattern matching on messages
When to choose
- you need high-performance, low-overhead concurrency in native C++
- you want to scale an application from a single machine to distributed deployment
- you prefer the actor model over threads and locks
- you need resilient distributed systems with failover-friendly design
When to avoid
- your project is in another language or requires a managed runtime
- you need a simple single-threaded application with no concurrency
- you want batteries-included web frameworks rather than a messaging runtime
- your team is unfamiliar with actor-model thinking and cannot invest in learning it
Facets
framework · maturity stable
concurrency rpc http-server websocket message-queue middleware microservices developer-tools backend cpp cross-platform windows embedded actor-model caf pattern-matching distributed-actors async concurrent-programming real-time linux macos
4 sources
- readme: https://github.com/actor-framework/actor-framework · fetched 2026-08-28 · 7f7a6b918c99
- homepage: http://actor-framework.org/ · fetched 2026-08-29 · fb6b88b1734c
- site_page: https://www.actor-framework.org/index.html · fetched 2026-08-29 · 7396b8ec069c
- site_page: https://www.actor-framework.org/doxygen · fetched 2026-08-29 · 4817b3579ea2
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| actor-framework/actor-framework | main | 67 |
For agents
markdown · JSON · MCP: product_card(name="actor-framework/actor-framework")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem