Raspberry Pi OS 2026-04-13 arrives requiring a password to use sudo

  • New version of the official operating system for Raspberry Pi.
  • Now a password is required to use sudo.
  • Many improvements in safety and stability.

Raspberry Pi OS 2026-04-13

Raspberry Pi OS 2026-04-13 It is now available It introduces a significant change in its security approach, breaking with one of the system's most convenient (and also most debated) features. The popular Debian-based distribution now prioritizes strengthening user protection, even at the cost of sacrificing some ease of use in administrative tasks.

This new version, released on Monday, incorporates general improvements to the system and the control centerBut it stands out especially for a key adjustment in privilege management. The decision responds to the increase in cybersecurity threats and the need to prevent unauthorized access to systems that are often used in educational, home, or even professional environments.

Raspberry Pi OS 2026-04-13 strengthens security by removing passwordless sudo

The most relevant change in Raspberry Pi OS 2026-04-13 is that use sudo Without a password, it is disabled by default. in new installations. This means that, from now on, users will have to enter their password every time they run commands with administrator privileges, a measure that seeks to prevent unauthorized access if someone gains physical or remote access to the device.

Until now, Raspberry Pi OS allowed users to run administrative commands without additional authentication, making daily use much easier, especially for beginners. However, this approach also opened the door to potential abuse, as any user with system access could perform critical actions without restrictions.

With this change, the system aligns more closely with other Linux distributions, where entering the password when using sudo It's standard practice. Furthermore, once inserted, it won't need to be repeated for a short time, maintaining a balance between safety and convenience.

For those who prefer the previous behavior, the developers have added an option that allows you to reactivate passwordless mode from the control center or using tools such as raspi configThis demonstrates that, although security is now the priority, flexibility is still offered for different user profiles.

Overall, Raspberry Pi OS 2026-04-13 not only introduces visual and functional improvements, but also marks an important step towards more secure systems by default, something increasingly necessary in a context where connected devices are constantly exposed to risks.