Details
Advisory: https://github.com/advisories/GHSA-gpv5-rp6w-58r8 Severity: moderate
There is a newer version of this package available.
See the version list below for details.
dotnet add package Akka --version 1.0.8
                    
NuGet\Install-Package Akka -Version 1.0.8
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Akka" Version="1.0.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Akka" Version="1.0.8" />
                    
Directory.Packages.props
<PackageReference Include="Akka" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Akka --version 1.0.8
                    
#r "nuget: Akka, 1.0.8"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Akka@1.0.8
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Akka&version=1.0.8
                    
Install as a Cake Addin
#tool nuget:?package=Akka&version=1.0.8
                    
Install as a Cake Tool

Akka.NET is a port of the popular Java/Scala framework Akka to .NET

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (220)

Showing the top 5 NuGet packages that depend on Akka:

Package Downloads
Akka.Remote

Remoting support for Akka.NET. Allows actors to communicate over the network.

Akka.Persistence

Persistence for Akka.NET actors. Allows actors to persist and recover their state in a database-agnostic fashion.

Akka.Streams

Streaming support for Akka.NET. Introduces a LINQ-like interface for writing asynchronous, back-pressure-aware streams built on top of Akka.NET actors.

Akka.DependencyInjection

Dependency injection support for Akka.NET

Akka.Coordination

Distributed coordination support for Akka.NET

GitHub repositories (11)

Showing the top 11 popular GitHub repositories that depend on Akka:

Repository Stars
neo-project/neo
NEO Smart Economy
petabridge/akka-bootcamp
Self-paced training course to learn Akka.NET fundamentals from scratch
petabridge/akkadotnet-code-samples
Akka.NET professional reference code samples
petabridge/NBench
Performance benchmarking and testing framework for .NET applications :chart_with_upwards_trend:
ThembisileNGQ/Akkatecture
a cqrs and event sourcing framework for dotnet core using akka.net
merken/Prise
A .NET Plugin Framework.
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
Chinchilla-Software-Com/CQRS
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
akkadotnet/Hyperion
Polymorphic serialization for .NET
Aaronontheweb/InMemoryCQRSReplication
Akka.NET Reference Architecture - CQRS + Sharding + In-Memory Replication
superquanter/quanter
从原来的StockTrader迁移过来
Version Downloads Last Updated
1.5.65 502 4/10/2026
1.5.64 7,986 3/31/2026
1.5.63 15,259 3/23/2026
1.5.62 36,775 3/3/2026
1.5.61 12,166 2/26/2026
1.5.60 55,154 2/10/2026
1.5.59 73,665 1/26/2026
1.5.58 99,428 1/8/2026
1.5.57 37,207 12/11/2025
1.5.57-beta2 3,503 12/3/2025
1.5.57-beta1 1,820 12/2/2025
1.5.56 54,238 11/25/2025
1.5.55 118,053 10/26/2025
1.5.54 21,658 10/17/2025
1.5.53 81,460 10/10/2025
1.5.52 131,829 10/6/2025
1.5.51 24,233 10/1/2025
1.5.50 35,080 9/22/2025
1.5.49 31,961 9/10/2025
1.0.8 123,646 4/26/2016 1.0.8 has at least one vulnerability with moderate severity.
Loading failed

Maintenance release for Akka.NET v1.0.7**
Fixes an issue with the 1.0.7 release where the default settings for Akka.Persistence changed and caused potential breaking changes for Akka.Persistence users. Those changes have been reverted back to the same values as previous versions.
General fixes:
[Recovered default journal & snapshot store to default config](https://github.com/akkadotnet/akka.net/pull/1864)
[EndpointRegistry fixes](https://github.com/akkadotnet/akka.net/pull/1862)
[eliminated allocations with StandardOutWriter](https://github.com/akkadotnet/akka.net/pull/1881)
[ClusterSingletonManager - settings update](https://github.com/akkadotnet/akka.net/pull/1878)
[Implement spec for standard mailbox combinations in Akka.NET](https://github.com/akkadotnet/akka.net/pull/1897)
Commit Stats for v1.0.8**
| COMMITS | LOC+ | LOC- | AUTHOR |
| --- | --- | --- | --- |
| 4 | 240 | 59 | Aaron Stannard |
| 3 | 268 | 1 | Danthar |
| 3 | 189 | 2810 | Silv3rcircl3 |
| 2 | 204 | 4 | Willem Meints |
| 2 | 161 | 108 | Bartosz Sypytkowski |
| 2 | 101 | 24 | Sean Gilliam |
| 1 | 25 | 16 | zbynek001 |