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 Beta is here

November 3, 2021
Don Pinto
Related topics:
CompilersC, C#, C++LinuxOpen source
Related products:
Red Hat Enterprise Linux

    We’ve been working hard on Red Hat Enterprise Linux 9. Red Hat Enterprise Linux 9 Beta is now available—and it’s been built with production stability and development agility in mind. Built from CentOS Stream, RHEL 9 Beta delivers an easier application development experience based on a new platform with powerful capabilities.

    Here are five key highlights for developers:

    • Modernize your applications using the latest versions of GCC, Go, LLVM, and Rust compilers.
    • Get 10+ years of enterprise-class platform stability with version 2.34 of the GNU C Library project (glibc).
    • Power your Python applications using Python 3.9.
    • Access different software versions easily through enhanced application stream packaging options.
    • Benefit from open source ecosystem support, thanks to CentOS Stream.

    Now, let’s dive into the details a bit more to explain what all of this means.

    Compiler updates and new features

    A new major version of an operating system brings new opportunities—especially when it comes to application modernization. Red Hat Enterprise Linux 9 includes GCC 11 as well as the latest versions of Go, LLVM, and Rust compilers, which lets you modernize your applications to benefit from the latest compiler optimizations and features.

    GCC 11

    Build powerful C/C++ applications for Red Hat Enterprise Linux 9 with the new GCC 11 system compiler. This release makes C++ 17 the default standard for the C++ language, instead of the previously supported C++ 14 standard. This version includes a more robust static analysis option (-fanalyzer), and a host of other new C++ 17 features.

    However, the new C++ 17 language standard also deprecates, removes, or changes the semantics of certain constructs. Read Porting your code to C++17 with GCC 11 to learn more about how you can modernize your application to C++17 with GCC 11.

    Link Time Optimization

    Link Time Optimization (LTO) is enabled in Red Hat Enterprise Linux 9, and the system comes with a number of packages that are built with it. As a result, applications have smaller and faster binaries and allow deeper inspection of source code at compile time. This can improve GCC diagnostics for potential coding errors, such as One Definition Rule (ODR) violations.

    Go 1.16, LLVM 12, and Rust 1.54

    Go 1.16 brings support for the new embed package, enabling developers to bundle supporting data files into their Go programs and simplify developing with Go. With Go 1.16, modules are enabled by default making language dependencies easier to manage. Additionally, there are also several other improvements and performance optimizations.

    With the latest LLVM 12 toolset, developers can take advantage of fresher tooling, and compatibility with other code built with compatible versions of LLVM/Clang.

    Rust 1.54 lets developers write high-performance applications that run with a low memory footprint, making it highly suitable for edge use cases. Additionally, Rust is a statically typed language, making it easy to catch compile-time errors and maintain.

    glibc 2.34

    Red Hat Enterprise Linux 9 leverages GNU C Library Project (glibc) 2.34, enabling Red Hat Enterprise Linux to stay up to date with the latest security and bug fixes from glibc upstream. A few key benefits are improved performance, enhanced compliance with POSIX.1-2017, and additional locales.

    Python 3.9

    Python 3.9 is the system version of Python in Red Hat Enterprise Linux 9. This means that Python 3 is installed by default, and there are no Python 2 packages available. Python 3.9 brings several new features to help developers modernize their applications, including timezone-aware timestamps, the new string prefix and suffix methods, and dictionary union operations. Learn more about features in Python 3 and get helpful tips to port your code.

    Next-generation application streams

    Red Hat Enterprise Linux 8 introduced application streams to bring greater flexibility to developers exploring different versions of software. For example, we added updated applications and frameworks, like Node.js 10, 12, 14, and 16 and PostgreSQL 9.6, 10, 12, and 13. Different versions of the software are installable using different modules.

    The 9.0 Beta release builds on the success of application streams and module packaging in Red Hat Enterprise Linux 8. All packaging methods are incorporated into application streams including modules, software collections (SCLs), Flatpaks, and traditional RPMs, making them much easier to use.

    Built from CentOS Stream

    Red Hat Enterprise Linux 9 is the first major release of Red Hat Enterprise Linux built from CentOS Stream. All future Red Hat Enterprise Linux releases will be built from it. This enables developers to contribute to and test the code prior to future versions being released.

    Download Red Hat Enterprise Linux 9 Beta

    The best way to experience Red Hat Enterprise Linux 9 Beta is by trying it out yourself. Red Hat Enterprise Linux 9 Beta is available to everyone participating in the Red Hat Developer program.

    Here are a few ways you can get access to the Red Hat Enterprise Linux 9 Beta release:

    • Sign up for the Red Hat Enterprise Linux Developer program (it’s free and easy to do).
    • If you’re a current Red Hat Enterprise Linux corporate customer, log into the Customer Portal to get started.

    Additional resources

    In this article, we have only scratched the surface of what's included in the Red Hat Enterprise Linux 9 Beta. This release brings several new features in automation and management, security and compliance, container improvements, performance, and more. 

    • Read more about these new capabilities in the Red Hat Enterprise Linux 9 Beta release announcement.
    • Learn about how to get started with Red Hat Enterprise Linux 9 Beta.
    • Check out the Red Hat Enterprise Linux 9 Beta product documentation.
    Last updated: August 14, 2023

    Related Posts

    • Red Hat Software Collections 3.8 and Red Hat Developer Toolset 11 now in beta

    • Multipath TCP on RHEL 8: From one to many subflows

    • A beginner's attempt at optimizing GCC

    • Build your first Python application in a Linux container

    • Achieving polyglot persistence with RHEL

    Recent Posts

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

    • Deploy with confidence: Continuous integration and continuous delivery for agentic AI

    • 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

    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.