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

akkadotnet/akka.net

Canonical actor model implementation for .NET with local + distributed actors in C# and F#. observed · 2026-08-28

github.com/akkadotnet/akka.net · homepage · C# · NOASSERTION (other) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
akkadotnet/akka.netmain99

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