" />
FreeBSD 15.1-RELEASE Now Available
From: Colin Percival
Date: Tue, 16 Jun 2026 00:01:49 UTC
-----BEGIN PGP SIGNED MESSAGE-----<br>Hash: SHA512
FreeBSD 15.1-RELEASE Announcement
Date: June 16, 2026
The FreeBSD Release Engineering Team is pleased to announce the<br>availability of FreeBSD 15.1-RELEASE. This is the second release of the<br>stable/15 branch.
Some of the highlights:
* The iwlwifi(4) and other LinuxKPI based wireless networking drivers<br>are now based on Linux v7.0.
* FreeBSD cloud images using packaged base systems now include pkg(8),<br>and support automatic base system package updates on first boot.
* A new kern.sched.name tunable allows the kernel scheduler to be<br>selected at boot time.
* Significant progress has been made towards complete support for the<br>C23 version of the C programming language.
* Unicode support has been updated to Unicode 17.0.0 and CLDR 48,<br>adding 4,803 characters.
For a complete list of new features, supported hardware, and known<br>problems, please see the online release notes, hardware compatibility<br>notes, and errata list, available at:
* https://www.FreeBSD.org/releases/15.1R/relnotes/
* https://www.FreeBSD.org/releases/15.1R/hardware/
* https://www.FreeBSD.org/releases/15.1R/errata/
For more information about FreeBSD release engineering activities, please<br>see:
* https://www.FreeBSD.org/releng/
Dedication
The FreeBSD Project dedicates the FreeBSD 15.1-RELEASE to the memory of<br>Peter G. Neumann, a longtime collaborator with FreeBSD developers on<br>capability-based security, as well as having originated, through<br>contributions to historic projects such as Multics, so many of the<br>central concepts in OS security that we take for granted today.
Availability
FreeBSD 15.1-RELEASE is now available for the amd64, aarch64, armv7,<br>powerpc64, powerpc64le, and riscv64 architectures.
FreeBSD 15.1-RELEASE can be installed from bootable ISO images or over<br>the network. Some architectures also support installing from a USB memory<br>stick. The required files can be downloaded as described below.
SHA512 and SHA256 hashes for the release ISO, memory stick, and SD card<br>images are included at the bottom of this message.
PGP-signed checksums for the release images are also available at:
* https://www.FreeBSD.org/releases/15.1R/signatures/
A PGP-signed version of this announcement is available at:
* https://www.FreeBSD.org/releases/15.1R/announce.asc
The purpose of the images provided as part of the release are as follows:
dvd1
This contains everything necessary to install the base FreeBSD<br>operating system, the documentation, debugging distribution sets,<br>and a small set of pre-built packages aimed at getting a<br>graphical workstation up and running. It also supports booting<br>into a "livefs" based rescue mode. This should be all you need if<br>you can burn and use DVD-sized media.
Additionally, this can be written to a USB memory stick (flash<br>drive) for the amd64 architecture and used to do an install on<br>machines capable of booting off USB drives. It also supports<br>booting into a "livefs" based rescue mode.
As one example of how to use the dvd1 image, assuming the USB<br>drive appears as /dev/da0 on your machine something like this<br>should work:
# dd if=FreeBSD-15.1-RELEASE-amd64-dvd1.iso \<br>of=/dev/da0 bs=1m conv=sync
Be careful to make sure you get the target (of=) correct.
disc1
This contains the base FreeBSD operating system. It also supports<br>booting into a "livefs" based rescue mode. There are no pre-built<br>third-party packages.
Additionally, this can be written to a USB memory stick (flash<br>drive) for the amd64 architecture and used to do an install on<br>machines capable of booting off USB drives. It also supports<br>booting into a "livefs" based rescue mode.
As one example of how to use the disc1 image, assuming the USB<br>drive appears as /dev/da0 on your machine something like this<br>should work:
# dd if=FreeBSD-15.1-RELEASE-amd64-disc1.iso \<br>of=/dev/da0 bs=1m conv=sync
Be careful to make sure you get the target (of=) correct.
bootonly
This supports booting a machine using the CDROM drive but does<br>not contain the installation distribution sets for installing<br>FreeBSD from the CD itself. You would need to perform a network<br>based install (e.g., from an HTTP or FTP server) after booting<br>from the CD.
Additionally, this can be written to a USB memory stick (flash<br>drive) for the amd64 architecture and used to do an install on<br>machines capable of booting off USB drives. It also supports<br>booting into a "livefs" based rescue mode. There are no pre-built<br>packages.
As one example of how to use the bootonly image, assuming the USB<br>drive appears as /dev/da0 on your machine something like this<br>should work:
# dd if=FreeBSD-15.1-RELEASE-amd64-bootonly.iso \<br>of=/dev/da0 bs=1m conv=sync
Be careful to make sure you get the target (of=) correct.
memstick
This can be written to a USB memory stick (flash drive) and used<br>to do an install on machines capable of booting off USB drives.<br>It also...