Skip to content

Building

Paulus1337 edited this page Jul 28, 2026 · 2 revisions

Building from source

git clone https://github.com/Paulus1337/OpenPhoenix
cd OpenPhoenix
cargo build --release      # → target/release/phoenix
cargo test                 # 611 tests, all offline

Stable Rust, six dependencies, no async runtime, no build scripts. Cross-compiles the release matrix via musl and mingw. See .github/workflows/release.yml for the exact recipe.

Contributions welcome: every PR needs maintainer approval; the code stays comment-free (docs live here). See CONTRIBUTING.

Clone this wiki locally