New FLOSS Distro Prioritizes Privacy by Default
An open-source project released the first stable version of PrivOS, a Linux distribution aimed at users who want privacy as the system's default behavior — not as an additional setting that requires technical expertise to activate. The distro, built on a hardened Debian base with a hardened kernel, arrives with over 40 privacy and auditing tools pre-configured and active from the first boot.
What Comes Enabled by Default
The core philosophy of PrivOS is privacy by default, security by design. In practice, this means the system blocks application telemetry at the network level using an outbound firewall configured with deny lists for known data collection endpoints. DNS traffic is routed by default via DNS-over-HTTPS with support for multiple private resolvers. Disk storage is encrypted with LUKS2 from installation, with support for TPM-based unlocking on compatible hardware.
For applications, the distro uses a comprehensive AppArmor profile that restricts network access, filesystem access, and system calls for each installed application. New apps installed via APT package receive a restrictive default profile that can be manually relaxed. The privacy control panel, developed specifically for the distro, allows viewing and adjusting all these settings in a centralized interface accessible to users without command-line knowledge.
Who It's Recommended For
PrivOS is not for production servers nor for developers who need flexible environments — AppArmor restrictions can interfere with development tools that make unconventional system calls. The target audience is journalists, lawyers, activists, and anyone who wants a Linux desktop with solid privacy guarantees without having to manually configure each component. Version 1.0 is available for download on the official website with support for x86_64 and ARM64 hardware.