QuantumMC 0.0.1-alpha2

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

<h1 align="center"> <p> <img width="700" src="https://socialify.git.ci/BedrockSharp/QuantumMC/image?description=1&font=Inter&forks=1&issues=1&logo=https%3A%2F%2Fgithub.com%2FBedrockSharp%2FQuantumMC%2Fblob%2Fmaster%2F.github%2Flogo.png%3Fraw%3Dtrue&name=1&owner=1&pattern=Plus&pulls=1&stargazers=1&theme=Auto" alt="The QuantumMC logo"> </p> </h1>

<p align="center"> <a href="#the-vision">The Vision</a> • <a href="#how-to-use">How To Use</a> • <a href="#credits">Credits</a> • <a href="#license">License</a> </p>


🚀 The Vision

QuantumMC aims to be the modern C# pioneer for Bedrock server software.

By leveraging the cutting-edge performance enhancements of .NET 9, QuantumMC moves entirely away from archaic procedural code into a beautifully scalable, highly-concurrent (OOP) Object-Oriented framework.


💻 How To Use

Option 1: Downloading a Release (Easiest)

If you just want to run the server without compiling anything, you can grab the latest pre-compiled binaries:

  1. Navigate to the Releases page.
  2. Download the latest QuantumMC.dll from the assets.
  3. Open a terminal in your download folder and run the server using the .NET 9 runtime:
    dotnet QuantumMC.dll
    

Option 2: Running from Source

To deploy your own bleeding-edge QuantumMC node directly from the repository, ensure you have the .NET 9.0 SDK installed.

# 1. Clone the bleeding edge QuantumMC repository
$ git clone https://github.com/BedrockSharp/QuantumMC.git

# 2. Enter the source directory
$ cd QuantumMC

# 3. Build the optimal release binary
$ dotnet build -c Release

# 4. Spin up the server!
$ dotnet run --project src/QuantumMC/QuantumMC.csproj

🤝 Contributing

We strongly believe an open-source bedrock environment is the ultimate key to a better multiplayer universe.

  1. Fork the repository and create your custom feature branch (git checkout -b feature/YourFeature).
  2. Adhere to the C# principles detailed within the undocumented components (AGENTS.md).
  3. Create a Pull Request.

⚖️ License

QuantumMC is distributed under the proprietary ecosystem standards allowing completely free community execution while strictly encouraging code-return enhancements. (See the LICENSE document for further details.)

<p align="center"> <i>Developed with ❤️ for the Bedrock Community</i> </p>

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.0.1-alpha2 52 4/25/2026
0.0.1-alpha1 55 4/18/2026