Optional green engine binaries in codehelper releases are built from source vendored here via
git subtree. Release CI builds from this checkout.
| Directory | Upstream | Version | Binary |
|---|---|---|---|
green-engine/ |
GreenEngine main |
ge 1.0.0 | ge |
green-compress/ |
green-compress main |
greencompress 1.0.0 | greencompress |
Subtree commits: green-engine → 9b0d485 · green-compress → e3e899c
Product docs: green-engine/README.md and green-compress/README.md.
Only what is needed to build and ship the binaries: Rust crates, runner scripts, licenses, and changelogs. Research notes, experiments, and deploy scripts from upstream are not part of this vendored snapshot.
bash scripts/prune-vendored-internal.shUpdate the version table above and note the pull in CHANGELOG.md.
Do not hand-edit vendored source for product fixes — change upstream and re-pull.
cargo build --release -p ge --manifest-path third_party/green-engine/Cargo.toml --target <triple>
cargo build --release --manifest-path third_party/green-compress/rust/Cargo.toml --target <triple>Used by release packaging scripts. License files copy into
archives as LICENSE-ge and LICENSE-greencompress.