# OpenBSD 7.9: the 60th release of the security-focused OS

- **Published on:** 2026-05-19
- **Category:** Releases
- **Original page:** https://linuxgratis.com/en/articles/openbsd-7-9

OpenBSD 7.9, released May 19, 2026, improves the kernel scheduler, expands arm64 support, hardens pledge and unveil, and enables IPv6 SLAAC by default.

---

The OpenBSD project has shipped **OpenBSD 7.9**, its 60th release, out the door on **May 19, 2026**. The philosophy hasn't budged: correct code, secure defaults and integrated cryptography, all on the steady two-releases-a-year cadence the project has kept for decades.

## What is OpenBSD and who is it for

OpenBSD is a free operating system from the BSD family, known for an almost obsessive focus on security, code auditing and safe defaults. Its development gave us tools you probably use without thinking about it: OpenSSH, LibreSSL, the PF firewall and tmux. It targets system administrators, security teams and networking projects (firewalls, routers, servers), plus anyone who wants a minimalist, consistent and well-documented system.

## Highlights of OpenBSD 7.9

<figure>
  <img src="/articles/openbsd-7-9/openbsd-logo.webp" alt="OpenBSD textual logo" loading="lazy" decoding="async">
  <figcaption>The OpenBSD project logo, a security reference for decades. · Imagen: Theo de Raadt/OpenBSD Foundation / Public domain · <a href="https://commons.wikimedia.org/wiki/File%3AOpenBSD%20textual%20logo.svg" target="_blank" rel="noopener nofollow">Wikimedia Commons</a></figcaption>
</figure>


- **Improved scheduler for heterogeneous CPUs**: a new mechanism manages cores running at different speeds through the `hw.blockcpu` sysctl, and kernel mutexes swap spinlocks for parking locks.
- **More supported hardware**: a new `ice(4)` driver on arm64, broader Rockchip SoC support with RK3588 and RK3576, a USB4 controller driver (`nhi(4)`), and initial support for the SpacemiT K1 SoC.
- **Stronger security**: the `tmppath` promise is gone from pledge(2), `__pledge_open(2)` arrives for controlled libc file access, and mount-point handling in unveil(2) gets tighter.
- **A more capable network stack**: the `veb(4)` bridge becomes VLAN-aware, checksum offload and TSO work between rdomains, PF gains source and state limiters, and IPv6 autoconfiguration (SLAAC) is on by default.
- **Smarter suspend**: delayed hibernation lands so suspend stops draining the battery.
- **Updated packages**: over 12,000 prebuilt packages, including Firefox 150, GNOME 49, KDE Plasma 6.6, PostgreSQL 18.3, Rust 1.94 and Python 3.13.

As always, the update ships new versions of OpenSSH, LibreSSL and PF improvements, keeping OpenBSD where it has long sat: as a security benchmark.

See the full profile at [/en/openbsd](/en/openbsd) for downloads, requirements and version history.

## Source

- [OpenBSD 7.9 - Official release page](https://www.openbsd.org/79.html)
