Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124

Fedora has introduced Fedora Hummingbird, a new container-focused rolling Linux distribution that extends the ideas behind Project Hummingbird. The initiative, developed by Red Hat, aims to create lightweight, security-focused container images with minimal CVE exposure using Fedora-based sources, and now applies those principles to an entire operating system.
Revealed during Red Hat Summit 2026, Fedora Hummingbird is designed as a rolling-release, container-native platform tailored for open-source and cloud-native development. Instead of relying on traditional package management, it adopts an image-centric approach where the operating system is built, delivered, and updated as an OCI image.
According to Fedora, the operating system base is already accessible through the Hummingbird container repository, and users can currently pull and boot the latest image. At present, the project provides 49 distinct container images along with 157 variants supporting technologies including Python, Go, Node.js, Rust, Ruby, OpenJDK, .NET, PostgreSQL, and nginx.
The images are produced through a Konflux-powered pipeline that performs isolated and reproducible builds using fixed package lists. This workflow also incorporates ongoing vulnerability scans and automatically rebuilds images whenever security fixes become available. More than 95% of the software included in each Hummingbird image is sourced from Fedora Rawhide, while the remaining packages come directly from upstream projects when Rawhide does not contain the required versions.
Fedora Hummingbird also supports atomic system updates with rollback functionality, much like other bootable container platforms. Its root filesystem is mounted as read-only, while writable content is separated into the /var and /etc directories.
The distribution is expected to rely on the Always-Ready Kernel from the CKI project, which tracks Linus Torvalds’ mainline Linux kernel and uses CKI’s validation and engineering infrastructure to accelerate kernel delivery and testing.
Even so, the Hummingbird operating system is still under active development. Fedora notes that the current implementation mixes Hummingbird-generated RPMs with standard Fedora packages, and further integration work is ongoing. Additional compatibility with Fedora infrastructure also remains to be completed.
Fedora emphasizes that Hummingbird is still an experimental effort rather than a successor to existing Fedora editions. At this stage, its main value lies in providing a Fedora-based platform that users can test with OCI-based delivery, rolling updates, atomic deployments, rollback capabilities, and hardened minimal components, rather than serving as a polished desktop or server operating system.
For more details, see the announcement.