Skip to content

Building

Paulus1337 edited this page Jul 27, 2026 · 2 revisions

Building from source

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

Stable Rust, six dependencies, no async runtime, no build scripts. Cross-compiles the release matrix via musl/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