An open-source, self-deployable, high-performance Yggdrasil server.
See offical Wiki.
You'll need Rust toolchain and Deno to develop Aphanite.
# Install NPM dependencies
deno install
# Start Aphanite in development mode
deno task dev
# Build Aphanite
deno task build