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.

Target platform.
[required]
Path to the binary file to verify.
[required]
Nuitka dist directory to include in the OS floor scan. Repeatable. Defaults to every *.dist directory in the working directory.
Show this message and exit.

Target platform.
Path to the binary file to verify.
Nuitka dist directory to include in the OS floor scan. Repeatable. Defaults to every *.dist directory in the working directory.
Show this message and exit.

0
Success.
1
A runtime error, or an aborted prompt (Ctrl-C, a declined confirmation).
2
A usage error: unknown option, invalid value, missing operand, or an unparsable configuration file.

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