Skip to main content
Redhat Developers  Logo
  • AI

    Get started with AI

    • Red Hat AI
      Accelerate the development and deployment of enterprise AI solutions.
    • AI learning hub
      Explore learning materials and tools, organized by task.
    • AI interactive demos
      Click through scenarios with Red Hat AI, including training LLMs and more.
    • AI/ML learning paths
      Expand your OpenShift AI knowledge using these learning resources.
    • AI quickstarts
      Focused AI use cases designed for fast deployment on Red Hat AI platforms.
    • No-cost AI training
      Foundational Red Hat AI training.

    Featured resources

    • OpenShift AI learning
    • Open source AI for developers
    • AI product application development
    • Open source-powered AI/ML for hybrid cloud
    • AI and Node.js cheat sheet

    Red Hat AI Factory with NVIDIA

    • Red Hat AI Factory with NVIDIA is a co-engineered, enterprise-grade AI solution for building, deploying, and managing AI at scale across hybrid cloud environments.
    • Explore the solution
  • Learn

    Self-guided

    • Documentation
      Find answers, get step-by-step guidance, and learn how to use Red Hat products.
    • Learning paths
      Explore curated walkthroughs for common development tasks.
    • Guided learning
      Receive custom learning paths powered by our AI assistant.
    • See all learning

    Hands-on

    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.
    • Interactive labs
      Learn by doing in these hands-on, browser-based experiences.
    • Interactive demos
      Click through product features in these guided tours.

    Browse by topic

    • AI/ML
    • Automation
    • Java
    • Kubernetes
    • Linux
    • See all topics

    Training & certifications

    • Courses and exams
    • Certifications
    • Skills assessments
    • Red Hat Academy
    • Learning subscription
    • Explore training
  • Build

    Get started

    • Red Hat build of Podman Desktop
      A downloadable, local development hub to experiment with our products and builds.
    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.

    Download products

    • Access product downloads to start building and testing right away.
    • Red Hat Enterprise Linux
    • Red Hat AI
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Featured

    • Red Hat build of OpenJDK
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenShift Dev Spaces
    • Red Hat Developer Toolset

    References

    • E-books
    • Documentation
    • Cheat sheets
    • Architecture center
  • Community

    Get involved

    • Events
    • Live AI events
    • Red Hat Summit
    • Red Hat Accelerators
    • Community discussions

    Follow along

    • Articles & blogs
    • Developer newsletter
    • Videos
    • Github

    Get help

    • Customer service
    • Customer support
    • Regional contacts
    • Find a partner

    Join the Red Hat Developer program

    • Download Red Hat products and project builds, access support documentation, learning content, and more.
    • Explore the benefits

Red Hat Enterprise Linux 10.2 and 9.8: Top features for developers

May 20, 2026
Louis Imershein Bronce McClain
Related topics:
Artificial intelligenceContainersDeveloper toolsLinux
Related products:
Image mode for Red Hat Enterprise LinuxPodman DesktopRed Hat Enterprise Linux

    Red Hat Enterprise Linux (RHEL) 10.2 and RHEL 9.8 are now available, providing an enterprise-ready foundation for recent upstream innovations. Many of these tools first appeared in community distributions, but moving new technology into production requires long-term stability and expert support. These latest releases add features and update tools that help you focus on building applications. They also provide a consistent development experience across physical, virtual, private, public cloud, and edge environments.

    Unless otherwise noted, features are available in both RHEL 10.2 and RHEL 9.8.

    Simplify container management with Red Hat build of Podman Desktop

    Podman Desktop is a graphical tool for working with containers and Kubernetes. It simplifies container management by letting you create, manage, and delete containers. It uses the Podman container engine, which provides a security-focused foundation for local development.

    Enterprise-ready development

    Red Hat build of Podman Desktop is our primary tool for developing traditional and bootable (image mode for Red Hat Enterprise Linux) container applications. It helps you build and deploy containers while prioritizing security in any environment.

    Scale and migrate from Docker with ease

    Red Hat build of Podman Desktop provides a security-focused, supported local environment that scales from development to production. It is designed for easy migration from Docker. You can keep your existing container images, Compose files, volumes, and workflows without making changes.

    Availability and support

    Versions are available for macOS, RHEL, and Windows. The RHEL version is now available for RHEL 9 and RHEL 10 through the Extensions repository. Red Hat also offers separate cross-platform developer support. Read the full announcement for more details.

    AI assistance for the command line

    RHEL 10.2 and 9.8 include tools that provide AI assistance directly in your terminal.

    goose

    RHEL 10.2 includes goose, an optional command-line tool that provides AI assistance. The fully supported command-line assistant remains available in the AppStream repository. goose is available in the Extensions repository for users who want more features.

    It connects to the same AI backend but includes features like streaming responses. It can also integrate with the Model Context Protocol (MCP) server for RHEL (available as a developer preview). goose provides a more responsive experience with faster access to the information you need.

    RHEL command-line assistant

    RHEL 10.2 and 9.8 now support color output. Color output visually separates commands and scripts from the rest of the text. This makes responses easier to read and use.

    Latest updates to databases and tools

    RHEL 10.2 and 9.8 include updated versions of popular database management systems and developer tools.

    PostgreSQL 18

    PostgreSQL 18 includes asynchronous I/O support and skip scan lookups to help speed up queries. It also introduces UUIDv7 generation for timestamp-ordered UUIDs, which improves data locality. To simplify maintenance, database upgrades are now faster and retain planner statistics after the update to ensure consistent performance.

    MariaDB 11.8

    MariaDB 11.8 improves performance for AI applications by adding a new VECTOR data type and vector indexing. The TIMESTAMP data type now supports dates up to the year 2106. This fixes the previous limit of 2038, which provides better long-term stability for your applications.

    The latest versions of toolsets and compilers

    RHEL 10.2 and 9.8 provide updated compilers and languages to help you build and maintain modern applications.

    Python 3.14

    Python 3.14 supports free-threaded builds to improve performance. This release removes the Global Interpreter Lock (GIL) to enable true multithreaded parallelism for CPU-bound applications. Deferred evaluation of annotations reduces runtime overhead. To simplify coding and testing, the interactive shell now includes live syntax highlighting and autocompletion.

    Go 1.26

    This release includes a new default garbage collector called Green Tea that is optimized to reduce tail latency. To help with testing, the compiler now defaults to DWARF 5 debug information. The go build -asan command also detects memory leaks when a program exits.

    LLVM Toolset 21

    This toolset introduces a new ThinLTO backend that implements DTLTO for compile-time optimizations.

    Rust Toolset 1.92

    New safety lints, such as dangling_pointers_from_locals, help prioritize security. To improve testing, it provides reliable debugging using default unwind tables for -Cpanic=abort and native workspace publishing in Cargo.

    OpenJDK 25

    OpenJDK 25 includes Ahead of Time (AOT) profiling for faster application startup. It also adds Generational Shenandoah and Late Barrier Expansion for the G1 garbage collector.

    Ruby 4.0

    Ruby 4.0 includes a new ZJIT compiler and Ractor improvements for better concurrency.

    PHP 8.4 (RHEL 10.2 only)

    Available as a new application stream, this release adds object property hooks and asymmetric property visibility.

    Git 2.51

    A new path walk object collection method groups objects by file path to reduce pack file size. The ORT merge engine replaces the legacy recursive strategy for faster conflict resolution in your monorepos and large-scale CI/CD pipelines. The git switch and git restore commands are now stable replacements for the overloaded git checkout command.

    Faster workflows with image mode for RHEL

    Updates to image mode for Red Hat Enterprise Linux simplify how you build and test hardened images.

    Pre-download updates

    A new Download Only switch lets you pre-download OS updates to a fleet of machines without applying them immediately. This helps reduce deployment times during scheduled maintenance.

    Sealed images (RHEL 10.2 Technology Preview)

    RHEL 10.2 includes a technology preview for sealed images, which provide cryptographic integrity protection. You can use Secure Boot keys to sign images during the build process to help prevent tampered hosts from booting.

    Efficient container storage

    This architecture keeps a separate copy of the OS in a container store to reduce disk space and network bandwidth usage. It also improves system resilience by protecting critical host files from being accidentally deleted by commands like podman system reset.

    Bootable containers and virtualization kit

    The bootable containers and virtualization kit helps you quickly create and provision ephemeral virtual machines (VMs). You can move from a local build to an automatically provisioned VM test environment to verify your work faster.

    Build here, go anywhere

    Red Hat Developer provides resources to help you test new code without waiting for infrastructure or budget approvals. With this no-cost program, you can build on a production-ready platform. We offer two paths to get Red Hat Enterprise Linux for your environment:

    • Red Hat Developer for Individuals: This subscription is for personal use. It provides access to RHEL for individual development, testing, and production workloads at no cost.
    • Red Hat Enterprise Linux for Business Developers: This subscription is for corporate environments. It gives teams access to RHEL for development and testing without traditional licensing requirements.

    Select the subscription that matches your environment and start building on a production-ready foundation today.

    Related Posts

    • New features in GCC 16: Improved error messages and SARIF output

    • Introducing Apache Tomcat 10.1 in RHEL 10

    • Unlocking UBI to Red Hat Enterprise Linux container images

    • Secure Boot certificate changes in 2026: Guidance for RHEL environments

    • Python 3.9 reaches end of life: What it means for RHEL users

    • How to plan your RHEL lifecycle with AI

    Recent Posts

    • Red Hat Enterprise Linux 10.2 and 9.8: Top features for developers

    • What GPU kernels mean for your distributed inference

    • Debugging image mode with Red Hat OpenShift 4.20: A practical guide

    • EvalHub: Because "looks good to me" isn't a benchmark

    • SQL Server HA on RHEL: Meet Pacemaker HA Agent v2 (tech preview)

    What’s up next?

    RHEL 10 cheat sheet tile card

    Red Hat Enterprise Linux 10 cheat sheet

    Seth Kenlon
    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Platforms

    • Red Hat AI
    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Build

    • Developer Sandbox
    • Developer tools
    • Interactive tutorials
    • API catalog

    Quicklinks

    • Learning resources
    • E-books
    • Cheat sheets
    • Blog
    • Events
    • Newsletter

    Communicate

    • About us
    • Contact sales
    • Find a partner
    • Report a website issue
    • Site status dashboard
    • Report a security problem

    RED HAT DEVELOPER

    Build here. Go anywhere.

    We serve the builders. The problem solvers who create careers with code.

    Join us if you’re a developer, software engineer, web designer, front-end designer, UX designer, computer scientist, architect, tester, product manager, project manager or team lead.

    Sign me up

    Red Hat legal and privacy links

    • About Red Hat
    • Jobs
    • Events
    • Locations
    • Contact Red Hat
    • Red Hat Blog
    • Inclusion at Red Hat
    • Cool Stuff Store
    • Red Hat Summit
    © 2026 Red Hat

    Red Hat legal and privacy links

    • Privacy statement
    • Terms of use
    • All policies and guidelines
    • Digital accessibility

    Chat Support

    Please log in with your Red Hat account to access chat support.