32bitonly
32bitonly is a term used in software development and distribution to indicate that a program, library, or firmware is built and intended to run only on 32-bit architectures. Software labeled 32bitonly does not provide native 64-bit binaries, and may rely on 32-bit data models, calling conventions, and libraries. The label appears in release notes, packaging metadata, and project documentation.
In the evolution from 32-bit to 64-bit computing, many projects eventually dropped 32-bit support. Some applications,
Technical implications include the use of a 32-bit address space (in architectures like x86 and ARMv7), potential
Examples of usage include legacy Linux distributions maintaining i386 packages, or embedded firmware whose toolchains were
See also 64-bit, IA-32, x86-64, multilib, compatibility layer.