119
Ventoy 1.0.97 Released
(github.com)
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Community icon from opensource.org, but we are not affiliated with them.
Just to get it out there... I checked this out about a year ago. It's not completely open source. The project consists of many executables and "pre complied dependencies" that don't appear to share matching checksums which may indicate modifications of some sort. Looks like a great tool, but I'm extremely skeptical of what's going on under the hood.
Hopefully they do truly open source it and prove me wrong, I'd love to give it a try some day.
Unless the dependencies they compile in have reproducible builds set up, then you literally cannot expect binaries to compile the same bit-for-bit between different build environments. This is a known problem for tons of reasons, etc etc. Progress has been made on improving build practices, but there are still tons of projects that aren't reproducible. Also, the checksums not matching could easily be caused by Ventoy developers enabling different compile-time flags on their builds than upstream builds, which is near the top of the list of reasons why you'd bother to provide your own builds to start with. There are literally like 500 legitimate reasons why their builds might have different checksums than upstream's builds. Your accusation is nonsense unless you can do some more digging and prove there are unpublished modifications to their dependencies.