The Virtual OS Museum: A Massive, 174GB Digital Archive of Computing History

Table of Contents
A digital time capsule for the curious
For most people, the history of computing is a series of slides in a textbook or a handful of grainy YouTube videos. But for those obsessed with the architecture of the digital age, the real thrill lies in the actual execution of code. Enter the Virtual OS Museum, a staggering compilation of historically significant operating systems that allows users to boot, browse, and break the software that paved the way for modern computing.
Curated by Canadian developer Andrew Warkentin, the project is less of a traditional museum and more of a curated “mixtape” of software evolution. The collection features more than 600 operating systems spanning over 250 different platforms. The breadth of the archive is genuinely dizzying, stretching from the primordial era of the 1948 Manchester Baby all the way through the corporate dominance of Windows NT and the early, experimental days of Android.
Visitors to the archive can find everything from the Xerox Alto and NeXTstep—the platform that famously birthed the foundations of macOS—to various PowerPC iterations of Mac OS X. It is a comprehensive map of the “main sequence” of computing, as well as the dead-end evolutionary branches that never made it to market but influenced everything that followed.
The technical heavy lifting
Bringing this much legacy code into the 21st century requires a complex layer-cake of virtualization. The project is delivered as an x86 Linux VM, containing a suite of emulators tailored to specific hardware architectures. To make the barrier to entry as low as possible, the package includes automated configuration for hypervisors; it integrates with VirtualBox on Windows and Linux, and utilizes QEMU for macOS users, supporting both x86-64 and Arm64 architectures.
The project is offered in two distinct tiers based on the user’s storage appetite. The “Full” edition is a massive 121 GB download that expands to 174 GB upon installation, providing a completely offline experience. For those who prefer a lighter footprint, a “Lite” version is available at 14 GB (expanding to 21 GB), which installs the emulators first and streams the specific disk and tape images only when a user decides to launch a particular system.
Navigating the legal gray zone
Preserving commercial software that is no longer for sale creates a precarious legal situation. Warkentin has navigated this by using a hybrid licensing model. The launcher and its core configuration fall under the MAME license—keeping the source code open while prohibiting commercial exploitation—while the metadata is distributed via CC-BY-NC-SA.
As for the operating systems themselves, the project takes a a pragmatic approach to digital archaeology. The documentation notes that commercial software is included strictly for historical research and preservation. Since none of the included software is currently available for retail purchase, the project operates on a good-faith basis, inviting copyright holders to request the removal of their property if necessary.
More than just a gallery
The true value of the Virtual OS Museum isn’t just the quantity of systems, but the interactive nature of the experience. Unlike a video demo, the museum allows users to interact with the quirks and limitations of early hardware. Warkentin has even included a “restore” button for emulated systems, acknowledging that the primary joy of using vintage software is the ability to break it and instantly reset it to a working snapshot.
In an introductory video, Warkentin noted that the project is a work-in-progress. He believes there are enough candidates currently in his pipeline to push the total count to over 2,000 entries. While he admitted that not every single entry has been rigorously tested yet, the inclusion of a built-in updater ensures the collection will grow organically.
Beyond the academic pursuit, Warkentin has been candid about the project’s timing, mentioning that the publication of this massive archive is, in part, a showcase of his technical capabilities in hopes of finding new professional employment.