tauri icon indicating copy to clipboard operation
tauri copied to clipboard

Does Tauri support reproducible builds?

Open faern opened this issue 5 months ago • 4 comments

Is it possible to build a tauri app on different machines and end up with bitwise identical output binaries? I found nothing online about tauri + reproducible builds, so I figured there should be an issue here that people who wonder about it can find. And maybe get an answer.

https://reproducible-builds.org/

Rust programs in general can be built reproducible. Not automatically, but with some work it's possible. But npm projects are usually harder. So I expect the answer to be no, but I want to check.

faern avatar Jun 12 '25 14:06 faern