Every LimenGate binary carries its birth certificate. Git commit, compiler version, build timestamp — baked in at compile time.
Updated with each release. Pre-release — development builds only.
| Version | 0.1.0 (pre-release) |
|---|---|
| Git Commit | Published upon first tagged release |
| Git Branch | main |
| Tree Status | clean |
| Build Timestamp | — |
| Rust Compiler | rustc 1.92.0 (stable) |
| Target Triple | x86_64-unknown-linux-gnu |
| Profile | release |
| Host | linux x86_64 |
SHA3-512 hash of the release binary. Compare this with the output of
Help > About
in your LimenGate instance.
LimenGate's provenance system uses Rust's build.rs
compile-time script to embed metadata into every binary.
Get the binary from this site or build from source.
SHA3-512 the binary file. Or check Help > About.
Match against the hash published on this page.
Check the git commit to review the exact source.
Provenance is also available as JSON from
BuildProvenance::to_json()
in the binary, and will be served at
/api/provenance.json
when the release API is live.