| REPOMATIC-VERIFY-BINARY(1) | REPOMATIC-VERIFY-BINARY(1) |
repomatic verify-binary - Verify binary architecture and OS floor
repomatic verify-binary [OPTIONS]
Verify a compiled binary's architecture and minimum-OS floor.
Parses the executable headers natively (ELF, Mach-O, PE), with no external tool: the architecture is checked on every platform, then the glibc floor on Linux and the deployment target on macOS are measured over the binary plus the Nuitka dist directories whose content its onefile payload repacks.
Verify a Linux ARM64 binary
repomatic verify\-binary \-\-target linux\-arm64 \-\-binary ./mpm\-linux\-arm64.bin
Verify a Windows x64 binary
repomatic verify\-binary \-\-target windows\-x64 \-\-binary ./mpm\-windows\-x64.exe
Kevin Deldycke
| 2026-09-14 | 7.15.1.dev0 |