Minecraft: Bedrock Edition server software written from scratch in C++
Not affiliated with Mojang AB.
Falcon is a Minecraft: Bedrock Edition server built from the ground up in C++17. The protocol, world storage, inventory, movement and gameplay systems are all reimplemented by hand, with no runtime to install: the server ships as a single self-contained executable.
Learn more on the website: falcon-mc.github.io.
| Repository | Description | Build |
|---|---|---|
| Falcon | The server: world, gameplay, commands, generation, scripting and plugins | |
| Protocol | Bedrock packets and network types | |
| Network | Transport layer: RakNet, NetherNet (WebRTC), compression and login verification |
Download the latest Windows, Linux or macOS build from the releases.
Each binary comes with a .sha256 checksum. To build it yourself, follow the instructions in the
Falcon README.
Falcon, Protocol and Network are licensed under the GNU Lesser General Public License v3.0.