Akka 1.5.32

Akka.NET

Akka.NET logo

Discord NuGet Nuget

Akka.NET is a .NET port of the popular Akka project from the Scala / Java community. We are an idiomatic .NET implementation of the actor model built on top of the .NET Common Language Runtime.

Akka.NET is a .NET Foundation project.

.NET Foundation Logo

How is Akka.NET Used?

Akka.NET can be used in-process or inside large, distributed real-time systems; we support a wide variety of use cases.

Akka.NET can be used to solve the following types of problems:

  1. Concurrency - Akka.NET actors only process messages one-at-a-time and they do so in first in, first out (FIFO) order; this means that any application state internal to an actor is automatically thread-safe without having to use locks or any other shared-memory synchronization mechanisms.
  2. Stream Processing - Akka.NET actors and Akka.Streams make it easy to build streaming applications, used for processing incoming streams of data or incoming streams of live events such as UI or network events inside native applications.
  3. Event-Driven Programming - actors make it easy to build event-driven applications, as actors' message-processing routines naturally express these types of designs.
  4. Event Sourcing and CQRS - Akka.Persistence, used by actors to make their state re-entrant and recoverable across restarts or migrations between nodes, natively supports event sourcing. Akka.Persistence.Query can be used to compute CQRS-style projections and materialized views from Akka.Persistence data.
  5. Location Transparency - Akka.Remote makes it simple for actors in remote processes to transparently communicate with each other.
  6. Highly Available, Fault-Tolerant Distributed Systems - Akka.Cluster, Akka.Cluster.Sharding, and other tools built on top of Akka.Cluster make it possible to build highly available and fault-tolerant distributed systems by leveraging peer-to-peer programming models with topology-aware message routing and distribution.
  7. Low Latency, High Throughput - Akka.NET aims to be low latency and high throughput, processing 10s millions of messages per second in-memory and hundreds of thousands of messages per second over remote connections.

Where Can I Learn Akka.NET?

You can start by taking the Akka.NET Bootcamp, but there are many other great learning resources for Akka.NET Online.

Build Status

Stage Status
Build Build Status
NuGet Pack Build Status
.NET Framework Unit Tests Build Status
.NET Unit Tests (Windows) Build Status
.NET Unit Tests (Linux) Build Status
.NET MultiNode Tests (Windows) Build Status
.NET MultiNode Tests (Linux) Build Status
Docs Build Status

Install Akka.NET via NuGet

If you want to include Akka.NET in your project, you can install it directly from NuGet

To install Akka.NET Distributed Actor Framework, run the following command in the Package Manager Console

PM> Install-Package Akka.Hosting

Akka.Hosting includes the base Akka NuGet package and also provides an easy interface to integrate Akka.NET with the most-used parts of the Microsoft.Extensions ecosystem: Configuration, Logging, Hosting, and DependencyInjection. We encourage developers to adopt it.

And if you need F# support:

PM> Install-Package Akka.FSharp

Akka.NET Project Templates

To create your own Akka.NET projects using our templates (Akka.Templates), install them via the dotnet CLI:

dotnet new install "Akka.Templates::*"

This will make our templates available via dotnet new on the CLI and as new project templates inside any .NET IDE such as Visual Studio or JetBrains Rider. You can view the full list of templates included in our package here: https://github.com/akkadotnet/akkadotnet-templates#available-templates

Builds

Please see Building Akka.NET.

To access nightly Akka.NET builds, please see the instructions here.

Support

If you need help getting started with Akka.NET, there's a number of great community resources online:

If you and your company are interested in getting professional Akka.NET support, you can contact Petabridge for dedicated Akka.NET support.

Showing the top 20 packages that depend on Akka.

Packages Downloads
Akka.Persistence
Persistence actor support for Akka.NET
243
Akka.Persistence
Persistence actor support for Akka.NET
240
Akka.Persistence
Persistence actor support for Akka.NET
229
Akka.Persistence
Persistence actor support for Akka.NET
227
Akka.Persistence
Persistence actor support for Akka.NET
226
Akka.Persistence
Persistence actor support for Akka.NET
221
Akka.Persistence
Persistence for Akka.NET actors. Allows actors to persist and recover their state in a database-agnostic fashion.
213
Akka.Persistence
Persistence actor support for Akka.NET
212
Akka.Persistence
Persistence actor support for Akka.NET
210
Akka.TestKit
You need a Akka.TestKit.* package! Add the one appropriate for the test framework you use instead. For example: Akka.TestKit.Xunit or Akka.TestKit.VsTest. This package only contains base functionality for writing tests for the Akka.NET framework.
209
Akka.Persistence
Persistence actor support for Akka.NET
207
Akka.Remote
Remote actor support for Akka.NET
207
Akka.Persistence
Persistence actor support for Akka.NET
206
Akka.Streams
Reactive stream support for Akka.NET
206
Akka.Persistence
Persistence actor support for Akka.NET
205
Akka.Persistence
Persistence actor support for Akka.NET
204
Akka.Persistence
Persistence actor support for Akka.NET
203

Akka.NET v1.5.32 is a maintenance release that addresses several bugs. [Cluster.Tools: Deprecate ClusterSingleton.Init() method](https://github.com/akkadotnet/akka.net/pull/7387) [Remote: Ensure RemoteActorRef are serialized correctly when using multiple transports](https://github.com/akkadotnet/akka.net/pull/7393) [Sharding: Harden event-sourced RememberEntities infrastructure against transient persistence failures](https://github.com/akkadotnet/akka.net/pull/7401) To [see the full set of changes in Akka.NET v1.5.32, click here](https://github.com/akkadotnet/akka.net/milestone/115?closed=1). 3 contributors since release 1.5.31 | COMMITS | LOC+ | LOC- | AUTHOR | |---------|------|------|---------------------| | 8 | 750 | 350 | Aaron Stannard | | 5 | 505 | 15 | Gregorius Soedharmo | | 1 | 2 | 2 | Ran Trifon |

Version Downloads Last updated
1.5.40 4 03/27/2025
1.5.39 8 03/17/2025
1.5.38 6 02/20/2025
1.5.37 8 01/27/2025
1.5.36 6 01/28/2025
1.5.35 8 01/16/2025
1.5.34 4 01/15/2025
1.5.33 8 12/27/2024
1.5.32 9 12/08/2024
1.5.31 10 11/20/2024
1.5.30 11 10/12/2024
1.5.29 9 10/12/2024
1.5.28 8 10/12/2024
1.5.28-beta1 9 08/24/2024
1.5.27.1 10 07/27/2024
1.5.27 11 07/27/2024
1.5.27-beta2 10 07/04/2024
1.5.27-beta1 12 07/04/2024
1.5.26 13 06/27/2024
1.5.25 29 06/20/2024
1.5.24 29 06/07/2024
1.5.23 31 06/06/2024
1.5.22 10 06/06/2024
1.5.21 29 06/01/2024
1.5.20 28 04/30/2024
1.5.19 19 04/15/2024
1.5.18 21 03/12/2024
1.5.17.1 13 03/06/2024
1.5.17 17 03/06/2024
1.5.16 13 02/15/2024
1.5.15 16 02/15/2024
1.5.14 18 12/21/2023
1.5.13 24 10/02/2023
1.5.13-beta1 15 08/31/2023
1.5.12 13 08/28/2023
1.5.11 15 08/28/2023
1.5.10 15 08/26/2023
1.5.9 16 08/25/2023
1.5.8 18 08/28/2023
1.5.7 21 07/18/2023
1.5.6 14 08/27/2023
1.5.5 19 08/21/2023
1.5.4 12 08/24/2023
1.5.3 15 08/23/2023
1.5.2 13 08/22/2023
1.5.1 14 08/21/2023
1.5.0 18 05/02/2023
1.5.0-beta6 15 08/21/2023
1.5.0-beta5 14 08/21/2023
1.5.0-beta4 17 08/27/2023
1.5.0-beta3 13 08/22/2023
1.5.0-beta2 14 08/23/2023
1.5.0-beta1 15 08/23/2023
1.5.0-alpha4 15 08/23/2023
1.5.0-alpha3 17 08/23/2023
1.5.0-alpha2 14 08/21/2023
1.5.0-alpha1 16 08/25/2023
1.4.51 16 08/26/2023
1.4.50 12 12/30/2023
1.4.49 19 05/07/2023
1.4.49-beta1 13 08/23/2023
1.4.48 16 08/27/2023
1.4.47 15 08/23/2023
1.4.46 14 08/27/2023
1.4.45 12 08/24/2023
1.4.44 13 08/21/2023
1.4.43 11 01/10/2024
1.4.42 12 08/24/2023
1.4.41 15 08/23/2023
1.4.40 14 08/23/2023
1.4.39 20 07/10/2022
1.4.38 14 08/24/2023
1.4.37 16 08/22/2023
1.4.36 14 08/21/2023
1.4.35 16 06/07/2023
1.4.34 16 08/22/2023
1.4.33 14 08/22/2023
1.4.32 19 01/10/2023
1.4.31 21 07/19/2022
1.4.30 14 08/24/2023
1.4.29 13 03/26/2022
1.4.28 20 03/30/2022
1.4.27 16 04/01/2022
1.4.26 12 03/30/2022
1.4.25 16 08/25/2023
1.4.24 17 08/21/2023
1.4.23 13 08/23/2023
1.4.22 14 08/26/2023
1.4.21 36 07/08/2021
1.4.21-beta1 12 08/21/2023
1.4.20 19 08/27/2023
1.4.19 13 04/09/2024
1.4.18 16 08/26/2023
1.4.17 15 08/24/2023
1.4.16 12 08/27/2023
1.4.15 16 08/21/2023
1.4.14 16 08/22/2023
1.4.13 17 08/21/2023
1.4.12 14 08/23/2023
1.4.11 12 08/25/2023
1.4.10 18 03/30/2022
1.4.9 15 08/21/2023
1.4.8 14 08/22/2023
1.4.7 19 08/26/2023
1.4.6 14 08/22/2023
1.4.5 16 08/27/2023
1.4.4 13 08/25/2023
1.4.3 13 08/25/2023
1.4.2 19 08/23/2023
1.4.1 11 08/25/2023
1.4.1-rc3 14 08/27/2023
1.4.1-rc2 12 08/22/2023
1.4.1-rc1 17 08/22/2023
1.4.0 23 04/09/2024
1.4.0-beta4 17 08/24/2023
1.4.0-beta3 11 04/09/2024
1.4.0-beta2 12 08/21/2023
1.4.0-beta1 15 05/15/2023
1.3.19 30 05/04/2024
1.3.18 22 08/26/2023
1.3.17 18 08/25/2023
1.3.16 16 08/23/2023
1.3.15 17 08/21/2023
1.3.14 18 04/09/2024
1.3.13 16 08/22/2023
1.3.12 20 08/27/2023
1.3.11 21 08/24/2023
1.3.10 20 07/07/2021
1.3.9 13 08/22/2023
1.3.8 16 08/22/2023
1.3.7 18 08/21/2023
1.3.6 15 08/26/2023
1.3.5 14 08/21/2023
1.3.4 16 08/21/2023
1.3.3 17 12/30/2023
1.3.2 17 08/23/2023
1.3.1 18 08/21/2023
1.3.0 19 08/23/2023
1.2.3 16 08/26/2023
1.2.2 17 08/22/2023
1.2.1 15 05/17/2023
1.2.0 14 08/23/2023
1.1.3 18 08/27/2023
1.1.2 22 08/23/2023
1.1.1 20 08/25/2023
1.1.0 17 04/11/2022
1.0.8 18 08/25/2023
1.0.7 17 08/23/2023
1.0.6 18 08/26/2023
1.0.5 14 08/26/2023
1.0.4 19 08/22/2023
1.0.3 17 08/21/2023
1.0.2 17 08/23/2023
1.0.1 15 08/25/2023
1.0.0 18 08/22/2023
1.0.0-dev1504032244 18 08/24/2023
0.8.0 16 08/26/2023
0.7.1 16 08/27/2023
0.7.0 19 08/24/2023
0.6.4 16 08/25/2023
0.6.3 16 08/24/2023
0.6.2 16 08/21/2023
0.6.1 17 08/25/2023
0.6.0 16 08/26/2023
0.5.8 14 08/24/2023
0.5.2 16 02/17/2023
0.5.0 16 08/21/2023
0.2.1-beta 18 06/13/2023
0.2.0-beta 15 06/13/2023