NixOS

NixOS
DeveloperNixOS contributors
NixOS Foundation
Written inNix expression language
OS familyLinux (Unix-like)
Working stateCurrent
Source modelOpen source
Initial release0.1 / 3 June 2003 (2003-06-03)
Latest release25.05 / May 23, 2025 (2025-05-23)
Latest preview25.11-pre / May 16, 2025 (2025-05-16)
Repository
Marketing targetGeneral purpose
Package managerNix
Platformsfully supported: x86-64, AArch64; limited support (must be built from source): i686
Kernel typeMonolithic (Linux kernel)
LicenseMIT
Official websitenixos.org

NixOS is a free and open-source Linux distribution based on the Nix package manager. NixOS uses an immutable design and an atomic update model. Its use of a declarative configuration system allows reproducibility and portability.

NixOS is configured using composable modules, and relies on packages defined in the Nixpkgs project. Package recipes and configurations are written in the purpose-built "Nix language" that ships with the Nix package manager.