Below is a list of post-release service announcements.

📌 PSA 03/06/26

PSA: We’ve released the OTA update archive for Nitrux 6.0.0→6.1.0. Before updating the distribution, create the file /etc/ykluks.cfg. To do this, do the following:

  • Open the terminal.
  • Enter the root environment by executing:
sudo overlayroot-chroot
  • Run the following command to create the file:
touch /etc/ykluks.cfg

Type exit to leave the chroot environment.

Reboot your system to apply the changes. After rebooting, run NUTS from Vicinae.

Information

The Nitrux Update Tool System does not modify files in the user’s home directory, such as desktop configuration files, during upgrades or rollbacks.

  • ⚠️ Important: Note that Nitrux 6.1.0 includes Hyprland 0.55.1, which now uses a Lua configuration file.

For a detailed tutorial on the update process, see Resources → Tutorials → System.

📌 PSA 24/05/26

PSA: We’ve confirmed that the mitigation for CVE-2026-46333 (ssh-keysign-pwn), which prevents unprivileged processes from using the ptrace system call, while intended to address a specific kernel vulnerability, inadvertently prevents Wine and Proton from functioning, directly affecting game compatibility.

Bug Tracker ID: #230

Affected ISO Releases

  • nitrux-contemporary-cachy-mesa-b2e8760c-amd64
  • nitrux-contemporary-cachy-nvopen-3cf503e8-amd64

Workaround for Existing Users

If you downloaded and installed either of the affected ISO files, please follow the steps below to restore compatibility. This process adjusts the parameter to 1, allowing Wine and Proton to manage their internal memory requirements safely. Level 1 enables restricted ptrace, which allows processes to attach to other processes only if they have a predefined relationship.

  • Open the terminal.
  • Enter the root environment by executing:
sudo overlayroot-chroot
  • Run the following command to modify the system configuration:
sed -i 's/kernel.yama.ptrace_scope=2/kernel.yama.ptrace_scope=1/' /etc/sysctl.d/99-nx-sysctl-overrides.conf

Type exit to leave the chroot environment.

Reboot your system to apply the changes.

Upcoming ISO Release

We will issue new ISO files shortly to correct this configuration out of the box. The adjustment to the ptrace_scope parameter represents the only change in this upcoming release. Users who download the new ISO will not need to apply the manual workaround.

  • Updated ISO files:
    • nitrux-contemporary-cachy-mesa-d76f9c00-amd64
    • nitrux-contemporary-cachy-nvopen-32deb156-amd64