Unix Evolved
Zygaena is a desktop-focused operating system built on Hammerhead, an illumos fork. We took the best, and shed the rest.
Pre-alpha. Zygaena is nearing an alpha release. It is self-hosting, includes a package manager, and will soon have an installer.
Nobody has beaten ZFS and DTrace in twenty years. So we didn't try.
Hammerhead began as a fork of illumos, the open-source continuation of Solaris, and inherits the things Solaris genuinely got right. It has diverged since, and will keep diverging.
The original implementation. Not a port, not a rewrite. Snapshots, checksums, and pooled storage as the default way the system stores anything.
Whole-system dynamic tracing, safe to run on a machine you care about, and still without a real equal.
OS-level virtualisation that predates containers by a decade and was designed rather than assembled.
The kernel tracks process groups, so the init system knows what a service actually is rather than guessing from a PID file.
Most systems grow. This one is getting smaller.
Solaris's descendants inherited its strengths and its accumulated weight in equal measure. Zygaena keeps the first and removes the second.
No svc.startd, no svc.configd, no XML service manifests. In its place, zyginit: one supervising process, TOML service files, and symlinks to enable and disable them.
No Python package manager living inside the base system. Coral installs binary packages built from a ports tree, under /usr/local, cleanly separated from the OS.
One architecture, one hardware platform. The base filesystem is simplified: libraries live in /usr/lib — not /usr/lib/amd64.
Goodbye YP and NIS and complicated PAM configurations. No bloat, no legacy.
Along with UUCP, SAF, the SVR4 packaging tools, sendmail, and the Sun-descended build system.
Every one of those removals cost some compatibility. That was the trade, and we'd make it again.
A Unix workstation, in the sense that phrase used to mean something.
The goal isn't a server you forget in a rack. It's a machine you'd choose to sit in front of. As of July 2026, an X11 desktop runs: the XLibre X server with the Openbox window manager, built from 57 ports and installed with Coral.