MOS: New Open-Source Modular OS Built for Homelabs and Self-Hosting
MOS is a new lightweight, open-source server operating system based on Devuan that unifies storage management, containers, and virtual machines under a single web interface.
A new open-source project called MOS — short for Modular Operating System — has launched as a free, lightweight server OS targeting homelab users and self-hosters who want a capable platform without the complexity overhead of enterprise-grade alternatives. Built on top of Devuan, MOS is developed by ich777 (Christoph) and is available on GitHub.
What MOS Does
MOS provides a browser-accessible web dashboard that gives operators a unified view of CPU, RAM, storage devices, and network interfaces, along with management modules for storage pools, file shares, users, and services. What sets it apart is the integration of several best-of-breed open-source tools under a single roof:
- mergerfs for combining multiple physical disks into a single unified filesystem pool
- SnapRAID for snapshot-based parity protection without traditional RAID complexity
- Docker and LXC containers managed directly from the dashboard
- Virtual machine support accessible through the same interface
A real-time WebSocket connection augments the REST API to deliver live notifications and system events to the interface, and a plugin catalog called MOS Hub allows operators to extend base capabilities with additional services and templates.
Privacy-First and Fully Local
MOS collects no telemetry, no usage data, and sends no information off-device. The project explicitly targets users who value three qualities: low overhead, full control, and privacy by default. All processing and data remain entirely on the user's own hardware.
Early Stage but Actively Developed
MOS is currently at version 0.1.9-beta, and the developers are candid that the project is in early stages with bugs expected and features still in progress. Breaking changes are intentionally avoided wherever possible to protect early adopters. The source is hosted on GitHub under the ich777/mos-releases and ich777/mos-docs repositories.
For homelab users tired of stitching together separate dashboards for storage, containers, and VMs — or paying for commercial NAS software — MOS represents a promising early-stage alternative worth watching.
Related Articles
Fedora 44 Beta Ships with GNOME 50, KDE Plasma 6.6, and Wayland-Only Default
Fedora Linux 44 Beta has arrived with simultaneous upgrades to GNOME 50 and KDE Plasma 6.6, dropping X11 sessions entirely in favor of a Wayland-only future. The release includes Linux kernel 6.19, GCC 16.1, Go 1.26, and a project-wide goal of 99% reproducible builds.
NVIDIA Open-Sources NemoClaw: Enterprise AI Agent Platform Debuts Ahead of GTC
NVIDIA has released NemoClaw as an open-source enterprise AI agent platform, offering a chip-agnostic framework for building, deploying, and managing autonomous AI agents at scale. The platform integrates with NeMo, Nemotron models, and NIM microservices, with launch partners including Salesforce, Cisco, Google, Adobe, and CrowdStrike.
Linux Kernel 7.0 Hits RC3 as Rust Support Officially Graduates to Stable
Linux 7.0-rc3 lands with a milestone for systems programming: Rust language support in the kernel is now officially stable after years of experimental status, plus early driver enablement for Intel Nova Lake and AMD Zen 6 hardware.