Linux releases¶
Current stable version¶
Download DOSBox Staging 0.82.1 (x86_64)
sha256: 0b7ca2e0f1fbc10fe51c05011f6cad72
Our official build runs on most desktop Linux distributions (x86_64 only for now). It only depends on the C/C++, ALSA, and OpenGL system libraries; all other libraries are statically linked.
Please run the install-icons.sh
script included with the release to install
the application icons.
Check out the 0.82.1 release notes to learn about the changes and improvements introduced in this release.
If you’re new to DOSBox Staging, we highly recommend following the Getting started guide.
Hardware requirements¶
From the x86 family of processors, a processor with SSSE3 (Supplemental Streaming SIMD Extensions 3) is required.
Non-official repackaged releases¶
DOSBox Staging is also repackaged by external teams as distribution-specific repository packages, containerised images, etc. These repackaged releases may have variations in configuration file locations, filesystem or network restrictions, feature exclusions, and other differences compared to our official tarball releases. They might also have bugs introduced by using different library versions than what we have tested out official releases with.
The DOSBox Staging team does not track or document these differences. For issues specific to these non-official packages, we recommend referring to the repository’s documentation, and when in doubt, please contact the respective repository owners.
Non-official releases and support
We only provide support for our official releases. Any number of weird issues can happen if you start using different library versions, different compilers, different compiler flags or revisions, etc. Many of these issues are hard to notice without being intimately familiar with our software and doing hundreds of hours of testing—the amount of testing we typically put into each release.
Therefore, if you believe you’ve found a bug, and you’re not using our official Linux release, the first thing to do is to re-test with that. Please only report issues that are reproducible using our official release! If the problem is only present in the non-official package, you should ask the person or team who did the repackaging for help.
Development snapshot builds¶
You can always see what’s cooking on the main branch!
These snapshot builds might be slow or unstable as they are designed with developers and testers in mind.
Older releases¶
-
Download DOSBox Staging 0.82.0 (x86_64)
sha256: fd491de6e989da2b34be743fd419735befc80e6f507ec15b9b3ea6164624dabf -
Download DOSBox Staging 0.81.2 (x86_64)
sha256: c47f1767ae1371666f40e3a4e13272da5c5a98c9c6f355b4fb82bac0d3911a68 -
DOSBox Staging 0.81.1 (x86_64)
sha256: 5aee92774569cf1e39ade3fccff03994464d17b396b0ae98360af61e9d37cba7 -
DOSBox Staging 0.81.0 (tar.xz)
sha256: 034b08a941a7fd0279a81b10af620999c569f7e81b786e7f4b59a0b94e46d399 -
DOSBox Staging 0.80.1 (x86_64)
sha256: 12582a6496b1a276cd239e6b3d21ddfcd51fd8f9e40a1ebbc0a3800e0636190a -
DOSBox Staging 0.80.0 (x86_64)
sha256: 3022bdd405dc1106007c3505e6a5d083de982d516c9bce499e2c4a02a697a1bd -
DOSBox Staging 0.79.1 (x86_64)
sha256: aebf8619bb44934f18d0e219d50c4e2c03b179c37daa67a9b800e7bd3aefc262 -
DOSBox Staging 0.78.1 (x86_64)
sha256: 8bd2a247ca960f6059276db2b0331f853e16bc8a090722b15f567782542b5fba -
DOSBox Staging 0.78.0 (x86_64)
sha256: 085e7cbe350546b3f25b0400c872a2766f9a49d16a5ca8d17a0a93aad6e37709 -
DOSBox Staging 0.77.1 (x86_64)
sha256: e2d475e4b1f80881ccafc4502b3884c096b51aa2fc2cfe89bb6c2b8ebfb7cc76 -
DOSBox Staging 0.76.0 (x86_64)
sha256: f8401bcd473d5b664eeb3a90e4dbb4bbf0cef5339adba867f361c00b7de9b2fe -
DOSBox Staging 0.76.0 (x86_64)
sha256: b14de58ba0f5dd192398cda58fa439b15512f50d1c88b5ded6f300d4a9212852 -
DOSBox Staging 0.75.2 (x86_64)
sha256: 0325a1860aea95e8117aa49b041bfd628ab20531a3abc7b0a67aff4c47049465 -
DOSBox Staging 0.75.1 (x86_64)
sha256: aef22e5ddf93ff826fc2d48a4c8c0b4097d3455525b40be5b3fb443935929c70 -
DOSBox Staging 0.75.0 (x86_64)
sha256: a28d8ba0481722c8343b7532299c7b9bb9e491c6832d9d05dd4704939287f776 -
DOSBox Staging 0.75.0-rc1 (x86_64)
sha256: 594ba45280af240cb18b3882f7ffa71169a697eb362b7d7a76c8ccda2b940e84
Building from source¶
Of course, you can always build DOSBox Staging straight from the source.
Send us patches if you improve something!