About Vesper Linux
Vesper Linux is an independent, rolling-release operating system built from scratch for x86_64 hardware. Rather than being just another distribution reskin, Vesper is a full-stack OS project that replaces the conventional GNU/systemd baseline with an in-house userland written in Go. The goal is to avoid an inconsistent hodgepodge of foreign tools and deliver a unified, transparent system that boots straight into a minimal terminal environment.
Core Components
- inutils — compact replacement suite for standard core utilities.
- ortus-solis — PID 1 init system and service supervisor.
- vesh — minimalist command shell focused on direct process execution.
- nya — lightweight archive-based package manager.
Design Goals
Independent & Full-Stack
Built directly from source without upstream parent distributions. The project maintains its own implementations spanning from process initialization to packaging tooling.
Explicit System State
No background telemetry, automatic service launches, or hidden hooks. Installing a package deploys its files without modifying runtime configuration until explicitly instructed.
Desktop Compatibility
Uses standard glibc to seamlessly handle modern graphics stacks and software like Steam, with future musl support planned.