Mere Linux is a lightweight Linux distribution built around musl libc and s6 for system initialization and process supervision.

The goal is a minimal, understandable system where packages are immutable, upgrades are atomic, and multiple versions coexist cleanly — using plain directories, symlinks, and user namespaces rather than heavy abstractions.

Mere uses its own package manager written in Zig, busybox for core utilities, and llvm+clang as the toolchain.

New to Mere? Take the Tour of Mere to learn how the package manager works.

Mere is under active development — the toolchain is solid but the package manager is new, and we’re still growing the package repository, docs, and tooling. Here be dragons. You can follow along and contribute at github.com/jhuntwork/merelinux.