Skip to main content
Redhat Developers  Logo
  • Products

    Platforms

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

    Featured

    • Red Hat build of OpenJDK
    • Red Hat Developer Hub
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenShift Dev Spaces
    • Red Hat OpenShift Local
    • Red Hat Developer Sandbox

      Try Red Hat products and technologies without setup or configuration fees for 30 days with this shared Red Hat OpenShift and Kubernetes cluster.
    • Try at no cost
  • Technologies

    Featured

    • AI/ML
      AI/ML Icon
    • Linux
      Linux Icon
    • Kubernetes
      Cloud icon
    • Automation
      Automation Icon showing arrows moving in a circle around a gear
    • See all technologies
    • Programming languages & frameworks

      • Java
      • Python
      • JavaScript
    • System design & architecture

      • Red Hat architecture and design patterns
      • Microservices
      • Event-Driven Architecture
      • Databases
    • Developer experience

      • Productivity
      • Tools
      • GitOps
    • Automated data processing

      • AI/ML
      • Data science
      • Apache Kafka on Kubernetes
    • Platform engineering

      • DevOps
      • DevSecOps
      • Red Hat Ansible Automation Platform for applications and services
    • Secure development & architectures

      • Security
      • Secure coding
  • Learn

    Featured

    • Kubernetes & cloud native
      Openshift icon
    • Linux
      Rhel icon
    • Automation
      Ansible cloud icon
    • AI/ML
      AI/ML Icon
    • See all learning resources

    E-books

    • GitOps cookbook
    • Podman in action
    • Kubernetes operators
    • The path to GitOps
    • See all e-books

    Cheat sheets

    • Linux commands
    • Bash commands
    • Git
    • systemd commands
    • See all cheat sheets

    Documentation

    • Product documentation
    • API catalog
    • Legacy documentation
  • Developer Sandbox

    Developer Sandbox

    • Access Red Hat’s products and technologies without setup or configuration, and start developing quicker than ever before with our new, no-cost sandbox environments.
    • Explore the Developer Sandbox

    Featured Developer Sandbox activities

    • Get started with your Developer Sandbox
    • OpenShift virtualization and application modernization using the Developer Sandbox
    • Explore all Developer Sandbox activities

    Ready to start developing apps?

    • Try at no cost
  • Blog
  • Events
  • Videos

Red Hat Enterprise Linux 10.1: Top features for developers

November 12, 2025
Brian Gollaher
Related topics:
C, C#, C++CI/CDCompilersContainersLinuxProgramming languages & frameworksRuntimesSecurity
Related products:
Image mode for Red Hat Enterprise LinuxRed Hat Enterprise Linux

    Red Hat Enterprise Linux (RHEL) 10.1 is now generally available (GA). This latest release adds many new developer features and updates developer tools to allow developers to focus on building applications. It also provides a platform for faster and more efficient development of critical workloads with a consistent experience across physical, virtual, private, public cloud, and edge deployments. In this article, you'll learn about some of the features and enhancements in RHEL 10.1 that improve the developer experience.

    You can download RHEL 10.1 at no cost as part of the Red Hat Developer program subscription.

    AI accelerators

    Recent RHEL updates have focused squarely on making it easier for customers to embrace AI. With RHEL 10.1, Red Hat is improving a key aspect of the interaction between the operating system and the hardware that supplies the raw computing power AI demands.

    Red Hat is making vendor-validated AI accelerator drivers available in the RHEL Extensions Repository and Supplementary Repository. Like nearly everything in AI, hardware is advancing at a pace that data scientists and security teams struggle to maintain. Keeping current drivers for graphics processing units (GPU), tensor processing units (TPU),  and other app-specific integration circuits (ASIC) is difficult. Bringing vendor-verified, compatible, RHEL-ready drivers to an ecosystem trusted by IT teams eliminates a lot of toil.

    For RHEL 10.1, we have drivers from three leading hardware makers:

    • NVIDIA: OpenRM kernel mode driver, CUDA toolkit.
    • AMD: The amdgpu kernel mode driver and ROCm.
    • Intel: Neural processing unit (NPU) kernel mode driver.

    Image mode updates: Soft-reboots and reproducible builds

    In RHEL 10.1, Red Hat is introducing a new systemd capability with image mode: soft-reboots. This new systemd capability cuts downtime by letting administrators alter system state without fully rebooting. With this update, developers can update or reset applications, libraries, and other userspace components without interrupting kernel operations. 

    With a soft-reboot, developers and users using image mode can quickly apply security patches, update software, or reset system states with minimal service interruptions. This means more time actually developing your applications.

    Another efficiency improvement for image mode users in RHEL 10.1 and RHEL 9.7 is a feature for reproducible builds for container tools in image mode. Previously, container images based on the same inputs still had slight variations, such as different timestamps. With this update, container images created from matching content are truly identical, all the way down to their metadata. That's a boost for security, reliability, and efficiency.

    The latest versions of toolsets and compilers

    Red Hat Enterprise Linux 10.1 offers updated versions of the Rust, GCC Toolset, LLVM, and Go compilers enabling developers to accelerate innovation, streamline operations, and modernize their applications with the latest developer compilers and tooling.

    • Go 1.24 adds new standard library packages for weak pointers and crypto algorithms, support for generic type aliases, and several performance improvements to the runtime to decrease CPU overhead. Go 1.24 also introduces a new -json flag for the build, install, and test commands to report JSON-formatted results as well as improved finalization with runtime.AddCleanup (a more flexible, efficient, and less error-prone finalization mechanism).
    • LLVM 20 includes several key enhancements, including support for new hardware features, improvements to its core libraries, and updates to tools like Clang and flang. In addition, LLVM 20 features a modernized JITLink infrastructure, improvements to Clang's diagnostics and static analysis, and the renaming of the flang-new compiler back to flang.
    • Rust 1.88 includes several key enhancements that simplify development and boost performance, including the now stable Rust 2024 Edition with significant language changes. Additionally, for high-performance computing, many specific CPU features are now accessible directly in safe Rust.  Additional features and improvements include:
      • The 2024 Edition with let chains, allowing fluent &&-chaining of let statements within if and while conditions to reduce nesting and improve readability.
      • For high-performance computing, many std::arch intrinsics can now be called in safe code if target features are enabled, making specific CPU features accessible directly in safe Rust.
      • async closures are now supported, providing first-class solutions for asynchronous programming that allow borrowing from captures and proper expression of higher-ranked function signatures with AsyncFn traits.
      • Trait upcasting allows coercing a reference to a trait object to a reference of its supertrait, simplifying common patterns, especially with the Any trait.
      • Cargo now automatically cleans its cache, removing old downloaded files not accessed in 1-3 months, which helps manage disk space.
    • GCC 15 supports increased program reliability with runtime assertions in the C++ standard library, which are now enabled by default for unoptimized builds. These assertions help detect common programming errors and prevent undefined behavior by terminating the program when detecting such issues.
      • GCC Toolset 15 also includes a preview of the C++ standard library module. This enables you to simplify your code with the potential for reduced compile times.
    • .NET 10 provides enhanced performance and new features. Developers can leverage the performance improvements and new functionalities in .NET 10. This includes better runtime performance (i.e., JIT inlining, method devirtualization, and stack allocation), new APIs for working with cryptography, globalization, numerics, collections and zip files, extended support for containers in the .NET SDK, and support for OpenAPI 3.1 in web applications.
    • Node.js 24: The new features include a new URLPattern added as a global object for further web compatibility, an update to the V8 JavaScript engine. The permission model has been promoted out of experimental status and is now considered ready for production usage. This allows control of the Node.js process' ability to access the file system through the fs module, spawn processes, use node:worker_threads, use native add-ons, use WASI, and enable the runtime inspector.
    • OpenJDK 25 includes many enhancements and additions to the Java specification, multiple bug fixes and stabilization fixes, and general performance improvements and new features, including the following:
      • Java Flight Recorder enhancements (cooperative sampling, method timing and tracing)
      • Generational Shenandoah garbage collector
      • Late Barrier Expansion for the G1 garbage collector
      • Ahead of time profiling, class loading and linking
      • Compact object headers
      • Synchronize virtual threads without pinning.

    Latest updates to databases and tools

    Red Hat Enterprise Linux 10.1 has been updated with many developers' favorite programming languages and databases. Notable changes include:

    • Valkey 8: New features in Valkey 8 include intelligent multi-core utilization and asynchronous I/O threading (which significantly improves performance particularly for TLS connections), improved cluster scaling with automatic failover for new shards and replicated migration states, faster replication with dual-channel RDB and replica backlog streaming, improved per-slot and per-client metrics, providing granular visibility into performance and resource usage and up to 10% reduced memory overhead through optimized key storage.
    • PostGIS extension for PostgreSQL database enables support for geographic objects in the PostgreSQL object-relational database. PostGIS follows the OpenGIS Simple Features Specification for SQL and is certified as compliant with the Types and Functions profile. PostGIS spatially enables the PostgreSQL server, allowing use as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension.

    Post-quantum cryptography

    Post-quantum cryptography (PQC) was a leap forward for security when introduced with RHEL 10. In RHEL 10.1, Red Hat continues to evolve for a post-quantum world by enhancing PQC support for transport layer security (TLS). Introducing PQC algorithms to the transit layer shores up data security at points where information crosses networks, a gap for many organizations.

    OpenTelemetry Collector, part of RHEL 9 and RHEL 10 cloud images, now includes support for Trusted Platform Module (TPM) on all three major public cloud platforms. By safeguarding cryptographic keys and attestation data in the cloud, TPM brings hardware-grade security to the software-only environments where hybrid IT increasingly works.

    That applies to cloud virtual machine deployments, too. The OpenTelemetry Collector upgrade also includes support for virtualized TPM (vTPM) for RHEL 10.1 and RHEL 9.7 cloud images.

    Cloud-crossing consistency with simpler image creation

    The image builder has been a go-to tool for customers using RHEL in public clouds. In RHEL 10.1, the process of creating RHEL images becomes simpler with the debut of our image builder command-line interface (CLI). With no need for continuously running services, image builder users can install and set up build environments more easily. That streamlines integration of RHEL image building into continuous integration/continuous delivery (CI/CD) pipelines and automated workflows.

    Ultimately, it also lets developers build and deploy with consistent settings and standardized processes, regardless of the environment. The image builder CLI is currently in tech preview.

    Try RHEL 10.1

    With RHEL 10.1, our operating system continues to evolve, enabling customers to operate consistently and embrace AI, PQC, and other new technologies as they emerge.

    For more information about our evolution and to test RHEL 10.1, refer to these additional resources:

    • Download RHEL 10.1 and get started.
    • RHEL 10.1 Release Notes
    • RHEL 10.1 Documentation

    Related Posts

    • Smarter memory control for SQL Server on RHEL with cgroup v2

    • Upgrade from RHEL 9 to RHEL 10 with Red Hat Satellite 6.17

    • Optimize RHEL for edge and IoT deployments

    • What's new for developers in RHEL 10

    Recent Posts

    • Red Hat Enterprise Linux 9.7: Top features for developers

    • Red Hat Enterprise Linux 10.1: Top features for developers

    • New in MicroShift 4.20: The generic device plug-in

    • Exhaustive profiling toolkit: elfutils and libdwfl_stacktrace

    • What's new in Red Hat Developer Hub 1.8?

    What’s up next?

    Learning Path Bootable-Container-images-LP-feature-image

    Build and run a bootable container image with image mode for RHEL and Podman Desktop

    Learn how to locally build and run a bootable container (bootc) image in...
    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
    © 2025 Red Hat

    Red Hat legal and privacy links

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

    Report a website issue