Box64

From Free Software Directory
Revision as of 15:15, 5 January 2024 by Libreleah (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


[edit]

box64

https://box86.org/
Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices

Box64 lets you run x86_64 programs compiled for the Linux kernel on non-x86 platforms such as ARM64. It re-uses the native libraries provided by the host system (where static linking was used in a binary), including libc. It provides high performance by implementing a dynamic recompiler for x86_64 emulation; combined with the userspace emulation, it can then provide seemingly native performance, for many applications. The host that box64 runs on most use a 64-bit little-endian architecture.

By contrast, traditional emulators implement what's called an interpreter (instead of a dynamic recompiler) which, while simpler, is significantly less performant. You can read up on Wikipedia and elsewhere about the differences between the two.

Box64 is the 64-bit version, whereas the same project also provides box86. Box86 is essentially the same, but provides emulation of traditional 32-bit x86. The host that runs Box86 must use a 32-bit little-endian architecture.

Documentation

included in the main git repository





Licensing

License

Verified by

Verified on

Notes

License

MIT

Verified by

libreleah

Verified on

5 January 2024

Notes

license also the same for box86; both box86 and box64 are versions of the same project, by the same maintainer




Leaders and contributors

Resources and communication

Software prerequisites

KindDescription
Required to buildgcc

This entry (in part or in whole) was last reviewed on 5 January 2024.




Entry





"MIT" is not in the list (ACEL, AFL-3.0, AGPL-1.0, AGPL-1.0-or-later, AGPL-3.0, AGPL-3.0-or-later, AGPL-3.0-or-later-with-exception, AGPL-3.0-with-exception, AGPLv1orlater, AGPLv3, ...) of allowed values for the "License" property.




















Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.