binaryonly
Binaryonly, or binary-only distribution, describes software that is released exclusively as compiled binaries with no accompanying source code. In such releases, users receive executable or library files that have been built from source, but the original source is not provided by the distributor.
This practice is common for proprietary software and firmware where the vendor seeks to protect intellectual
Binary-only releases contrast with open source distributions that provide source code or with distributions that include
Security and maintenance implications include reduced ability to audit code, reproduce builds, or apply patches. Reproducible
Common contexts include proprietary firmware in hardware devices, closed-source binary drivers, and prebuilt libraries offered by
See also: source code, open source software, firmware, binary blob, copyleft licenses.