akkadotnet/akka.net
Canonical actor model implementation for .NET with local + distributed actors in C# and F#. observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 99
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 15
- age_days: 4630
- days_rel: 7
- days_push: 7
- n_releases_24m: 44
Adoption not part of the score
5080 stars · 1062 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Akka.NET is an idiomatic .NET port of the Akka toolkit implementing the actor model for building highly concurrent, distributed, and fault-tolerant applications in C# and F#. It provides local and clustered actors, remoting, persistence with event sourcing, and stream processing on the .NET runtime.
Use cases
- build concurrent applications without locks or thread management
- create distributed systems with transparent remote actor communication
- implement event sourcing and CQRS with recoverable actor state
- process streaming data and live event streams
- build fault-tolerant self-healing systems with supervisor hierarchies
- scale out applications across a cluster of machines
When to choose
- you need high-concurrency message-driven systems on .NET
- you want distributed actors with location transparency and clustering
- you need event-sourced, recoverable state in C# or F#
- you're porting Akka/JVM patterns to the .NET ecosystem
When to avoid
- you need a simple CRUD web app without concurrency challenges
- your team is unwilling to learn the actor model paradigm
- you need first-class support on a non-.NET runtime
- you want a lightweight library rather than a full runtime framework
Facets
framework · maturity active
concurrency message-queue streaming rpc middleware microservices backend developer-tools dotnet cross-platform windows actor-model akka event-sourcing cqrs cluster fault-tolerance csharp fsharp real-time linux macos
4 sources
- readme: https://github.com/akkadotnet/akka.net · fetched 2026-08-28 · 22e9915132d8
- homepage: http://getakka.net · fetched 2026-08-29 · 1d73e473336f
- site_page: https://getakka.net/articles/intro/getting-started/tutorial-overview.html · fetched 2026-08-29 · 84405ebc15b8
- site_page: https://getakka.net/articles/intro/what-is-akka.html · fetched 2026-08-29 · 2ce1fc4bf26c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| akkadotnet/akka.net | main | 99 |
For agents
markdown · JSON · MCP: product_card(name="akkadotnet/akka.net")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem