Download
Z-OS Alpha 0.1. It boots. It has a desktop. It discovers hardware. It runs Z+ programs. It's real, and it's early.
Z-OS Alpha 0.1
UEFI bootable. x86-64. 32K+ lines of kernel C across 130+ source files. Desktop environment, signal chain engine, hardware discovery, browser, NVMe storage, networking, 32 Z+ programs.
Quick Start
Option 1: QEMU (recommended)
Run Z-OS in a virtual machine. No hardware required.
Requires: QEMU with OVMF UEFI firmware, cross-compiler toolchain.
Option 2: USB Boot (bare metal)
Write Z-OS to a USB drive and boot real hardware.
Replace /dev/sdX with your USB device. Boot with UEFI enabled.
What's in Alpha 0.1
Tested Hardware
| Device | Status | Notes |
|---|---|---|
| QEMU/KVM | Tested | OVMF UEFI, virtio — recommended for first look |
| ASUS Chromebox CN60 | Tested | Primary bare-metal target, x86-64 UEFI |
| ASUS Z13 (Ryzen AI MAX+) | Primary dev | 128GB unified, TB4, daily driver |
| Any x86-64 UEFI | Should work | UEFI + GOP framebuffer required |
Requirements
Z-OS Alpha 0.1 is experimental software for developers and tinkerers. It will break. APIs will change. Do not use it for production workloads. This is an invitation to explore, not a promise of stability. If you find bugs, open an issue on GitHub.