# akkadotnet/akka.net

Canonical actor model implementation for .NET with local + distributed actors in C# and F#.

Repository: https://github.com/akkadotnet/akka.net
Canonical: https://ross.abutalabs.com/products/akkanet
Homepage: http://getakka.net
Language: C#
License: NOASSERTION
License Family: other
Topics: akka, actor-model, dotnet, concurrency, cluster, actor, reactive, distributed-programming, c-sharp, akkadotnet
Last push: 2026-08-26T22:51:19+00:00

## Health v2 (maintenance only)
Score: 99/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 99, longevity 100
- inputs: {"age_days": 4630, "days_push": 7, "days_rel": 7, "gap_med": 15, "n_releases_24m": 44}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 5080, forks 1062 (observed 2026-08-28T04:09:09.529510+00:00)

## What it is
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
- artifact type: framework
- maturity: active
- function: concurrency, message-queue, streaming, rpc, middleware
- domain: microservices, backend, developer-tools
- platform: dotnet, cross-platform, windows
- tags: actor-model, akka, event-sourcing, cqrs, cluster, fault-tolerance, csharp, fsharp, real-time, linux, macos

## Member repositories
- akkadotnet/akka.net (main) score 99

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:09.529510+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-29T18:02:34.890779+00:00, confidence not recorded.
  - readme: https://github.com/akkadotnet/akka.net (fetched 2026-08-28T04:09:09.529510+00:00, sha 22e9915132d8)
  - homepage: http://getakka.net (fetched 2026-08-29T08:57:26.351903+00:00, sha 1d73e473336f)
  - site_page: https://getakka.net/articles/intro/getting-started/tutorial-overview.html (fetched 2026-08-29T08:57:26.361615+00:00, sha 84405ebc15b8)
  - site_page: https://getakka.net/articles/intro/what-is-akka.html (fetched 2026-08-29T08:57:26.363544+00:00, sha 2ce1fc4bf26c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
