Contrary to old forum posts, you cannot just "Google a torrent" of z/OS. IBM is protective of its IP, but they have made the legal path straightforward.
The primary enabler for the ADCD is the IBM Z Personal Development Tool (zPDT). zPDT is a software emulator that creates a virtual System z environment on x86 hardware (Linux, Windows, or macOS). The ADCD is packaged as a zPDT "package" or volume set.
Hercules is a free, open-source S/370, S/390, and z/Architecture emulator. This is how 90% of home labs run ADCD.
IT teams can use ADCD to simulate "dark site" recoveries, test backup scripts, or practice system programmer tasks (e.g., IPL, adding volumes, configuring RACF) without risking the production LPAR.
ADCD is not a demo or a simulator. It’s a real, unmodified, production-grade instance of z/OS packaged as a set of virtual disk volumes. IBM builds these internally for testing and then releases them (for free, under specific license terms) to academic institutions and individual developers.
Think of it as a snapshot of a living, breathing mainframe. It includes:
When you download a recent ADCD (e.g., “z/OS 2.5 ADCD”), you’re getting the exact bits that run on a $5 million IBM Z16 – minus the hardware acceleration.
Once you have IPL'd (Initial Program Loaded) your ADCD system, you will be greeted by the READY message on the console. Here is your roadmap:
You cannot run z/OS on standard x86 hardware natively. z/OS runs on the IBM Z architecture, which is a specialized CISC architecture with complex microcode. To run ADCD, you need an emulator.