{"id":49007726,"url":"https://github.com/bedrocksharp/quantummc","last_synced_at":"2026-05-03T14:01:57.602Z","repository":{"id":352286807,"uuid":"1213588977","full_name":"BedrockSharp/QuantumMC","owner":"BedrockSharp","description":"Highly customized, lightweight and super-fast Minecraft: Bedrock Edition server software written in C#","archived":false,"fork":false,"pushed_at":"2026-04-25T15:13:51.000Z","size":191,"stargazers_count":14,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-25T15:25:00.272Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BedrockSharp.png","metadata":{"files":{"readme":"README.md","changelog":"changelogs/0.0.1-alpha1.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-04-17T14:41:24.000Z","updated_at":"2026-04-25T15:13:28.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/BedrockSharp/QuantumMC","commit_stats":null,"previous_names":["bedrocksharp/quantummc"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/BedrockSharp/QuantumMC","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BedrockSharp%2FQuantumMC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BedrockSharp%2FQuantumMC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BedrockSharp%2FQuantumMC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BedrockSharp%2FQuantumMC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BedrockSharp","download_url":"https://codeload.github.com/BedrockSharp/QuantumMC/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BedrockSharp%2FQuantumMC/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32571456,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-18T21:11:33.389Z","updated_at":"2026-05-03T14:01:57.597Z","avatar_url":"https://github.com/BedrockSharp.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cp\u003e\n    \u003cimg width=\"700\" src=\"https://socialify.git.ci/BedrockSharp/QuantumMC/image?description=1\u0026font=Inter\u0026forks=1\u0026issues=1\u0026logo=https%3A%2F%2Fgithub.com%2FBedrockSharp%2FQuantumMC%2Fblob%2Fmaster%2F.github%2Flogo.png%3Fraw%3Dtrue\u0026name=1\u0026owner=1\u0026pattern=Plus\u0026pulls=1\u0026stargazers=1\u0026theme=Auto\" alt=\"The QuantumMC logo\"\u003e\n\u003c/p\u003e\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#the-vision\"\u003eThe Vision\u003c/a\u003e •\n  \u003ca href=\"#how-to-use\"\u003eHow To Use\u003c/a\u003e •\n  \u003ca href=\"#credits\"\u003eCredits\u003c/a\u003e •\n  \u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n## 🚀 The Vision\n\nQuantumMC aims to be the modern C# pioneer for Bedrock server software. \n\nBy 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.\n\n---\n\n## 💻 How To Use\n\n### Option 1: Downloading a Release (Easiest)\n\nIf you just want to run the server without compiling anything, you can grab the latest pre-compiled binaries:\n\n1. Navigate to the [Releases](https://github.com/BedrockSharp/QuantumMC/releases) page.\n2. Download the latest `QuantumMC.dll` from the assets.\n3. Open a terminal in your download folder and run the server using the .NET 9 runtime:\n   ```bash\n   dotnet QuantumMC.dll\n   ```\n\n### Option 2: Running from Source\n\nTo deploy your own bleeding-edge QuantumMC node directly from the repository, ensure you have the [**.NET 9.0 SDK**](https://dotnet.microsoft.com/download/dotnet/9.0) installed.\n\n```bash\n# 1. Clone the bleeding edge QuantumMC repository\n$ git clone https://github.com/BedrockSharp/QuantumMC.git\n\n# 2. Enter the source directory\n$ cd QuantumMC\n\n# 3. Build the optimal release binary\n$ dotnet build -c Release\n\n# 4. Spin up the server!\n$ dotnet run --project src/QuantumMC/QuantumMC.csproj\n```\n\n---\n\n## 🤝 Contributing\n\nWe strongly believe an open-source bedrock environment is the ultimate key to a better multiplayer universe.\n1. **Fork** the repository and create your custom feature branch (`git checkout -b feature/YourFeature`).\n2. Adhere to the C# principles detailed within the undocumented components (`AGENTS.md`).\n3. Create a **Pull Request**.\n\n## ⚖️ License\n\nQuantumMC is distributed under the proprietary ecosystem standards allowing completely free community execution while strictly encouraging code-return enhancements. (See the [`LICENSE`](LICENSE) document for further details.)\n\n\u003cp align=\"center\"\u003e\n  \u003ci\u003eDeveloped with ❤️ for the Bedrock Community\u003c/i\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbedrocksharp%2Fquantummc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbedrocksharp%2Fquantummc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbedrocksharp%2Fquantummc/lists"}