Chorus is modern Minecraft Bedrock Edition server software written in Rust, built on top of bedrock-rs - a foundational library for MCBE tooling in Rust.
- Rust (latest stable recommended)
git clone https://github.com/bedrock-crustaceans/Chorus.git
cd Chorus
cargo buildFor a release build:
cargo build --releaseThe compiled binary will be in target/debug/ or target/release/ respectively.
Contributions are welcome! To get started:
- Fork the repository
- Create a feature branch (
git checkout -b my-feature) - Commit your changes (
git commit -am 'Add my feature') - Push to the branch (
git push origin my-feature) - Open a Pull Request
If you're unsure where to start or want to discuss ideas before building, join the Discord first.
Join our Discord to follow development, ask questions, and get involved on Discord
Chorus is licensed under the Apache License 2.0.
