Getting Started
How to install and run QuantumMC
Getting Started
QuantumMC is designed to be easy to deploy. You can either use pre-compiled binaries or build directly from source for the latest experimental features.
QuantumMC requires .NET 10.0 or later. Make sure your environment is up to date before proceeding.
Installation Paths
Choose the method that best fits your needs.
Running the Binary
Download: Navigate to the Releases page.
Extract: Download the QuantumMC.dll and other assets to a folder of your choice.
Run: Open a terminal and execute the following command:
dotnet QuantumMC.dllBuilding from GitHub
Clone: Use Git to clone the repository.
git clone https://github.com/BedrockSharp/QuantumMC.git
cd QuantumMCBuild: Compile the project using the .NET CLI.
dotnet build -c ReleaseStart: Run the newly built server.
dotnet run --project src/QuantumMC/QuantumMC.csprojSystem Requirements
| Requirement | Specification |
|---|---|
| OS | Windows, Linux, or macOS |
| Runtime | .NET 10.0+ |
| CPU | x64 or ARM64 |
| Memory | 2GB+ (varies by player count) |
💡
For production environments, we recommend using Native AOT compilation to minimize memory usage and maximize performance.