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 9.7: Top features for developers

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

    Red Hat Enterprise Linux (RHEL) 9.7 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 these features and enhancements in RHEL 9.7 that improve the developer experience.

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

    The latest versions of toolsets and compilers

    Red Hat Enterprise Linux 9.7 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 such issues are detected.
      • 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 (such as 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: New features include a new URLPattern added as a global object for further web compatibility, an update to the V8 JavaScript engine, and 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 addons, use WASI, and enable the runtime inspector.

    Latest updates to databases and tools

    Red Hat Enterprise Linux 9.7 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 usage as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension.

    Post-quantum cryptography

    With RHEL 9.7, Red Hat introduces PQC algorithms to RHEL 9. These algorithms enable secure key exchange, which is crucial for countering future threats from quantum computers. Key exchange enhances data integrity, and building it into RHEL 9.7 prepares your security infrastructure for emerging threats.

    This is just the start for RHEL and PQC. Red Hat plans to continue adding algorithms to future releases to keep up with evolving security practices and compliance mandates. 

    More AI assistance

    In RHEL 9.7, Red Hat is introducing an offline, locally available version of the RHEL command-line assistant. Now, users with a Red Hat Satellite subscription can get AI-powered RHEL guidance, even in a disconnected, or air-gapped environment. The locally available command-line assistant is currently in developer preview with a full rollout coming soon. With fully supported offline assistance, developers in government, defense, finance, and other tightly regulated industries can access AI-backed guidance without sacrificing compliance. 

    Another command line assistant improvement is an increased context limit, from 2KB to 32KB. With more working memory, the command-line assistant can analyze larger log files, pipe more complex data streams, retain more information across prompts, and ultimately take on more intricate tasks.

    Reproducible image builds

    Red Hat introduced image mode in RHEL 9.6 to simplify the process of deploying the operating system and layering applications on top of it. Whether deploying to virtualized machines, hardware, or public clouds, image mode was a welcome alternative to package-based. With RHEL 9.7, image mode now supports reproducible builds for container tools. That means container images built with identical content will yield identical images, with no timestamps or other metadata creating inconsistencies. Container images generated using RHEL's container tools are now reproducible.

    Hybrid cloud encryption and new telemetry support

    OpenTelemetry Collector, included in RHEL 9 and 10 cloud images, now supports Trusted Platform Module (TPM) on AWS, Microsoft Azure, and Google Cloud Platform.

    TPM support helps protect cryptographic keys and attestation data that were previously stored only in software. Now, actions like key generation, signing, and system integrity checks can happen inside tamper-resistant hardware, improving the overall integrity of operations.

    For cloud virtual machines, virtual TPM (vTPM) adds more protection. It supports secure identity verification, encrypted key storage, and compliance with strict security standards. This is especially important for regulated or multi-tenant workloads. Even in virtual environments, systems can now benefit from hardware-level security and verifiable integrity.

    Try RHEL 9.7

    We have presented the improvements packed into our latest update to RHEL 9.7. The official RHEL 9.7 documentation and release notes have more details about these new features in this edition. To experience them yourself, download RHEL 9.7 and get started.

    Additional resources:

    • RHEL 9.7 Product Download
    • RHEL 9.7 Release Notes
    • RHEL 9.7 Documentation

    Related Posts

    • Strengthen privacy and security with encrypted DNS in RHEL

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

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

    • What's new for developers in RHEL 10

    • How to embed containers on image mode for RHEL

    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?

    RHEL10-cheat-sheet-tile cards

    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
    © 2025 Red Hat

    Red Hat legal and privacy links

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

    Report a website issue