Alpha 0.2 · Codex Labs LLC

Download Zeos

Zeos Alpha 0.2. It boots on x86-64 UEFI, draws a desktop, runs Z+ programs, and speaks HTTPS. It's real, and it's early.

DOWNLOAD · SIGN-IN REQUIRED

Get Zeos through GritBoxOPS

Zeos downloads are delivered through GritBoxOPS. Sign in there to get the current alpha image. Signing in lets us reach early testers directly when a build changes or a fix ships — this is alpha software and it moves fast.

No GritBoxOPS account yet? Create one at gritboxops.com — it's the front door to the download.

How to get Zeos

1

Sign in at GritBoxOPS

Create or sign in to your GritBoxOPS account. That account is what unlocks the Zeos alpha image.

2

Grab the image

Download the current Zeos Alpha 0.2 image from your GritBoxOPS account. It's a single UEFI-bootable disk image.

3

Write it and boot

Write the image to a USB stick and boot a UEFI machine from it — or run it in QEMU. Steps below.

Boot from USB

The download is a raw disk image. Write it byte-for-byte to a USB stick with dd, then boot the machine with UEFI enabled and pick the USB device from the firmware boot menu.

$ sudo dd if=zeos-alpha-0.2.img of=/dev/sdX bs=4M status=progress
$ sync

Replace /dev/sdX with your USB device (double-check it — dd overwrites the whole disk). Reboot, enter your firmware boot menu, and select the USB stick. Legacy BIOS boot is not supported — UEFI only.

Or run it in QEMU

No spare hardware? Zeos runs in a virtual machine. Alpha 0.2 is tested under QEMU q35 with OVMF UEFI firmware.

$ qemu-system-x86_64 \
-machine q35 -m 2048 \
-bios /usr/share/OVMF/OVMF_CODE.fd \
-drive format=raw,file=zeos-alpha-0.2.img

Requires QEMU with OVMF UEFI firmware. The path to OVMF_CODE.fd varies by distro.

System requirements

arch: x86-64
boot: UEFI (no legacy BIOS)
ram: ~512 MB minimum (more is better; larger QEMU builds want a couple GB)
display: UEFI GOP framebuffer
media: USB stick for bare metal, or a QEMU disk image

See the verified computers page for the machines we've actually run Zeos on.

EARLY ALPHA

Zeos Alpha 0.2 is experimental software for developers and tinkerers. The architecture is locked and it's under active construction — things break, subsystems are still being hardened, and interfaces will change. Do not use it for anything you care about keeping. This is an invitation to explore an OS being built from scratch, not a promise of stability. Found a bug? Open an issue on GitHub.