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 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

    • Every layer counts: Defense in depth for AI agents with Red Hat AI

    • Fun in the RUN instruction: Why container builds with distroless images can surprise you

    • Trusted software factory: Building trust in the agentic AI era

    • Build a zero trust AI pipeline with OpenShift and RHEL CVMs

    • Red Hat Hardened Images: Top 5 benefits for software developers

    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.