Altruist 0.9.2-beta

This is a prerelease version of Altruist.
dotnet add package Altruist --version 0.9.2-beta
                    
NuGet\Install-Package Altruist -Version 0.9.2-beta
                    
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="Altruist" Version="0.9.2-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Altruist" Version="0.9.2-beta" />
                    
Directory.Packages.props
<PackageReference Include="Altruist" />
                    
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 Altruist --version 0.9.2-beta
                    
#r "nuget: Altruist, 0.9.2-beta"
                    
#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 Altruist@0.9.2-beta
                    
#: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=Altruist&version=0.9.2-beta&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Altruist&version=0.9.2-beta&prerelease
                    
Install as a Cake Tool

Altruist Core

Altruist is a high-performance, config-driven server framework for building scalable game servers and real-time applications in C# / .NET 9. While it serves as a general-purpose application server (DI, REST APIs, WebSocket/TCP/UDP, auth, persistence), its standout feature is a complete game simulation engine — built-in AI, combat, collision detection, visibility tracking, and automatic entity synchronization — all benchmarked with BenchmarkDotNet.

Status

This package is in beta (v0.9.0). The core API is stabilizing and actively used in production game development. Breaking changes are possible but increasingly rare. We encourage you to build with it and share feedback.

Documentation

📖 Project Documentation — Installation, guides, API reference, and benchmarks.

📨 Open a GitHub Issue — Report bugs or request features.

♥️ Sponsor the project — Help fund development.

Copyright (c) Aron Gere 2025

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (10)

Showing the top 5 NuGet packages that depend on Altruist:

Package Downloads
Altruist.Socket

Socket module for Altruist framework.

Altruist.EFCore

EFCore module for Altruist framework.

Altruist.Web

Web module for Altruist framework.

Altruist.Gaming

Gaming module for Altruist framework.

Altruist.Redis

Redis module for Altruist framework.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.9.2-beta 32 4/4/2026
0.9.1-beta 32 4/4/2026
0.9.0-beta 29 4/4/2026
0.4.1-alpha 205 5/11/2025
0.3.2-alpha 166 5/8/2025
0.3.1-alpha 174 5/7/2025
0.2.1-alpha 210 4/28/2025
0.1.11-alpha 187 4/27/2025
0.1.10-alpha 221 4/27/2025
0.1.9-alpha 150 4/26/2025
0.1.8-alpha 147 4/26/2025
0.1.7-alpha 102 4/26/2025
0.1.6-alpha 122 4/25/2025
0.1.5-alpha 138 4/25/2025
0.1.4-alpha 127 4/25/2025
0.1.3-alpha 150 4/25/2025
0.1.2-alpha 150 4/25/2025
0.1.1-alpha 183 4/24/2025
0.1.0-alpha 178 4/24/2025