Pre-release · running on real hardware

An operating system
with nothing underneath.

XerisOS boots straight from UEFI into its own kernel — no Linux, no hypervisor, no vendor runtime. It draws its own desktop, drives its own hardware, and runs an unmodified build of Chrome by speaking Linux at the syscall boundary rather than shipping one.

0Linux kernels
275 MB/sNVMe read, measured
277 MBChrome loaded in ~1s
1Sovereign on-device LLM
The idea

Most “from scratch” systems stop at a shell.

The hard part was never drawing a window. It was everything a real application assumes exists underneath it — threads, futexes, epoll, shared memory, sockets, a compositor, a filesystem that survives power loss. XerisOS implements that surface itself, then proves it by running software that was never written for it.

Own the boot path

UEFI hands control to XerisOS directly. A/B slots with automatic rollback mean a bad update costs a reboot, not a reinstall.

Own the hardware

NVMe, AHCI, xHCI and USB storage, Ethernet, Wi-Fi and Intel HD Audio drivers written in-house against the real specifications.

Own the surface

A Wayland compositor inside the kernel — applications hand it pixel buffers and it puts them on the glass. No X11, no display server process.

Two pillars

What makes it different

01

A translation layer, not a port

Chrome is not recompiled for XerisOS. The binary is the same ELF a Linux machine runs. XerisOS implements the syscalls it makes — mmap, futex, epoll, memfd_create, sendmsg with SCM_RIGHTS — and answers them honestly. When the browser asks for shared memory to draw into, it gets real shared memory.

Unmodified ELFWayland client SMP schedulingDemand paging
02

Ari — an AI that never leaves the machine

A language model that loads from local storage and answers on the CPU it boots on. No account, no API key, no request leaving the device. The OS also speaks: a formant synthesiser generates speech from phonemes rather than shipping recorded audio.

On-device inferenceNo network required Formant TTS
In the box

A desktop, not a demo

Web

Full Chrome, composited by the kernel.

Files

Browse, rename, open by type.

Text Pad

Editing with crash-safe autosave.

Terminal

A real shell over the FAT volume.

XIDE

Write and build without leaving the OS.

Code (JS)

An embedded JavaScript engine.

Images & Video

Decode and play locally.

Xeriscraft

A voxel world, as a loadable module.

Take the whole stack back.

Every layer between your hardware and your work is a layer that can watch you. XerisOS removes them.