---
title: How to enable Real-time Ubuntu on your machine
description: Learn how to enable Real-time Ubuntu on your workstation.
url: https://canonical.com/blog/enable-real-time-ubuntu?format=md
---

1. [Blog](https://canonical.com/blog)
2. Article

---

[Edoardo Barbieri](https://canonical.com/blog/author/edoardo-barbieri "More about Edoardo Barbieri")

30 July 2025

# How to enable Real-time Ubuntu on your machine

[devices](https://canonical.com/blog/tag/devices)
[IoT](https://canonical.com/blog/tag/iot)

---

Share the article

If you’re here, you likely already know about preemption, determinism, and real-time capable operating systems. If that’s the case, and you want to learn how to get up and running with [Real-time Ubuntu](https://ubuntu.com/real-time), skip ahead now to find out how to enable the kernel on your workstation.

If you’d like a short refresher, we have a [three-part blog series](https://canonical.com/blog/what-is-real-time-linux-i) on real-time Linux for beginners. On the other hand, if you’re more interested in the business impact a real-time OS can have across industries, [this whitepaper](https://ubuntu.com/engage/real-time-os-whitepaper) explains the benefits of real-time compute for enterprises, explores industry use-cases, and will show you how to unlock the potential of real-time compute in your business. And, finally, if you’re more technically savvy, this [CTO’s guide to real-time Linux](https://ubuntu.com/engage/cto-guide-real-time-kernel) is probably what you’re looking for.

[Real-time Ubuntu](https://documentation.ubuntu.com/real-time/en/latest/) is Ubuntu with a real-time kernel, which includes the [PREEMPT\_RT](https://wiki.linuxfoundation.org/realtime/documentation/technical_details/start) patchset. It changes Linux’s default scheduler to a priority-based one, increasing predictability by modifying the existing kernel code. As a consequence, Real-time Ubuntu is more pre-emptive than mainline, delivering determinism and lower latency.

## Available Versions and Long-Term Support

[Real-time Ubuntu](https://documentation.ubuntu.com/real-time/en/latest/) is available across both LTS and interim Ubuntu releases, offering flexibility to individual developers and enterprises alike to experiment with the latest software and features, while having the peace of mind of support.

### Open access to Real-time Ubuntu

The deb packages of various Real-time Ubuntu releases, from 22.04 LTS to the interim 25.04, have been openly released and are now available for free for anyone to access. Anyone can install them via the Ubuntu [Universe repository](https://help.ubuntu.com/community/Repositories/Ubuntu), an archive which makes it easy to install new software tested and built specifically for each version of Ubuntu.

|  |  |  |  |
| --- | --- | --- | --- |
| **Version** | **Code name** | **Real-time Kernel Version** | **Access** |
| Ubuntu 25.04 | Plucky Puffin | 6.14 | [Source package](https://packages.ubuntu.com/source/plucky/ubuntu-realtime) |
| Ubuntu 24.10 | Oracular Oriole | 6.11 | [Source package](https://packages.ubuntu.com/source/oracular-updates/ubuntu-realtime) |
| Ubuntu 24.04 LTS | Noble Numbat | 6.8 | [Source package](https://packages.ubuntu.com/source/noble-updates/ubuntu-realtime) |
| Ubuntu 22.04 LTS | Jammy Jellyfish | 5.15 | [Source package](https://packages.ubuntu.com/source/jammy-updates/ubuntu-realtime) |

*Table 1: Releases of Real-time Ubuntu available in the Universe repository*

For open access to the real-time kernels above available in Universe:

`sudo add-apt-repository universe`

`sudo apt update`

`sudo apt install ubuntu-realtime`

Note that the Universe repository contains community-maintained free and open-source software, and only a teaser of the real-time kernel is available in Universe for LTS releases. To receive updates for the LTS samples, an [Ubuntu Pro subscription](https://ubuntu.com/pro) is necessary.

While the real-time kernel packages are openly available and provide a great way to test real-time capabilities ahead of the next LTS, developers and enterprises deploying to production can receive [security patching](https://documentation.ubuntu.com/pro/services-overview/) for all the software in the repository for 10+ years with [Ubuntu Pro](https://ubuntu.com/pro).

Ubuntu Pro is a subscription for open-source software security by Canonical, providing security and compliance on top of Ubuntu LTS, with 10+ years of coverage for over 25,000 packages.

Ubuntu Pro is always free for personal use, and anyone can use it for free on up to 5 machines, or 50 if you are [an official Ubuntu Community member](https://wiki.ubuntu.com/Membership). Furthermore, enterprises receive a 30-day trial.

### LTS Releases of Real-time Ubuntu Server with Ubuntu Pro

Canonical provides [up to 12 years](https://canonical.com/blog/canonical-expands-long-term-support-to-12-years-starting-with-ubuntu-14-04-lts) of security maintenance and a continuous stream of critical updates to the real-time kernel variants for Ubuntu LTS versions under the [Ubuntu Pro](https://ubuntu.com/pro) subscription. The generic release of Real-time Ubuntu is available on AMD64 and ARM64, whereas silicon-optimised variants are available on [Intel hardware](https://canonical.com/blog/optimised-real-time-ubuntu-is-now-generally-available-on-intel-socs) (22.04 LTS with support for Intel Time Coordinated Computing and IEEE 802.1 Time Sensitive Networking  ), and [Raspberry Pi](https://ubuntu.com/engage/real-time-24-webinar).

|  |  |  |  |
| --- | --- | --- | --- |
| **Version** | **Code name** | **Real-time Kernel Version** | **Variants** |
| Ubuntu 22.04 LTS | Jammy Jellyfish | 5.15 | generic, Intel-optimised |
| Ubuntu 24.04 LTS | Noble Numbat | 6.8 | generic, Raspberry-Pi optimised |

*Table 2: LTS Releases of Real-time Ubuntu Server*

If you’re using an LTS release of Ubuntu and have Ubuntu Pro enabled, enabling the real-time kernel is straightforward. First, if you have not yet attached your machine to an Ubuntu Pro subscription, you will need to do so in order to enable Real-time Ubuntu. You can do so by running the following command:

`sudo pro attach`

Otherwise, [select the correct version](https://canonical-real-time-ubuntu-documentation.readthedocs-hosted.com/en/latest/reference/releases/) for your OS and processor, and use the corresponding commands below to enable the appropriate kernel variant:

#### Generic on Ubuntu 22.04 LTS or Ubuntu 24.04 LTS**:**

`sudo pro enable realtime-kernel`

#### Raspberry Pi 4 or 5 on Ubuntu 24.04 LTS**:**

`sudo pro enable realtime-kernel --variant=raspi`

Optimized Real-time Ubuntu is production-ready on Intel Atom® X6000E Series Processors, as well as 11th, 12th and 13th Gen Intel® Core™ processors:

#### Intel Atom and Intel Core processors on Ubuntu 22.04 LTS:

`sudo pro enable realtime-kernel --variant=intel-iotg`

Reboot your system, and you’re ready to run Real-time Ubuntu.

### LTS Releases of Real-time Ubuntu Core

The real-time kernel is also available for [Ubuntu Core](https://ubuntu.com/engage/embedded-linux-yocto-ubuntu-core-whitepaper), Canonical’s embedded version of the Ubuntu OS. Ubuntu Core is Ubuntu for IoT and embedded devices, with a strong focus on robust security, a streamlined update mechanism, and a simplified developer experience. While Ubuntu Core is similar to standard Ubuntu – open source, binary-compatible and backed by a strong developer community – it is [specifically designed for the world of embedded](https://ubuntu.com/engage/embedded-ubuntu-for-devices-webinar) and cybersecurity compliance.

|  |  |
| --- | --- |
| **Ubuntu Core Version** | **Real-time kernel version** |
| Core 22 | 5.15 |
| Core 24 | 6.8 |

In order to run Ubuntu Core with the real-time kernel, we first need to create and [build a Real-time Ubuntu Core image](https://documentation.ubuntu.com/real-time/en/latest/how-to/uc-image-creation/).

## Let’s get you to production

Canonical delivers Real-time Ubuntu with the same commitment to security, stability, and open-source leadership as the rest of the Ubuntu ecosystem. With deterministic performance, long-term support, and easy access across edge and cloud environments, Real-time Ubuntu enables enterprises to focus on their value proposition.

We partner with silicon vendors, board manufacturers and ODMs to shorten enterprises’ time-to-market. Reach out to our team for custom board enablement, commercial distribution, long-term support or security maintenance.

[Contact Us](https://ubuntu.com/kernel/real-time/contact-us)

## Further Reading

[A CTO’s guide to real-time Linux](https://ubuntu.com/engage/cto-guide-real-time-kernel)

[Is a real-time OS right for your business?](https://ubuntu.com/engage/real-time-os-whitepaper)

[Cyber Resilience Act: Yocto or Ubuntu Core for embedded devices?](https://ubuntu.com/engage/cra-yocto-core)

## Sign up for our newsletter

Get the latest Canonical news and updates in your inbox.

Work email:

\*I agree to receive information about Canonical's
products and services.

By submitting this form, I confirm that I have read and agree to [Canonical's Privacy Policy](https://canonical.com/legal/dataprivacy).

Sign up

## Share on

---

## Related posts

[### Arduino® VENTUNO™ Q is available for pre-order with Ubuntu pre-installed](https://canonical.com/blog/arduino-ventuno-q-is-available-for-pre-order-with-ubuntu-pre-installed)

London, UK – August 25, 2026 – Following our initial collaboration announcement in March 2026, Canonical and Arduino (a subsidiary of Qualcomm Technologies, Inc.) are excited...

[Canonical](https://canonical.com/blog/author/canonical)

25 August 2026

[### Advantech AOM-2721 is now Ubuntu Certified](https://canonical.com/blog/advantech-aom-2721-ubuntu-certified)

Canonical announces that the Advantech AOM-2721 is officially joining the list of Ubuntu Certified Hardware.

[Mikhail Khazov](https://canonical.com/blog/author/khazov-m)

13 August 2026

[### So you need to add microcontrollers to your fleet: now what?](https://canonical.com/blog/microcontrollers-ubuntu-core-golioth)

Your Ubuntu Core fleet is running beautifully. OTA updates roll out in minutes. Every device is strictly confined, cryptographically attested, and carrying a 10 to 15 year long...

[Jonathan Beri](https://canonical.com/blog/author/jmberi)

18 June 2026

[### A look into Ubuntu Core 26: Building a local AI inference appliance in a virtual machine](https://canonical.com/blog/ubuntu-core-26-ai-box)

Welcome to this blog series which explores innovative uses of Ubuntu Core. Throughout this series, Canonical’s Engineers will show what you can build with this Core 26 release,...

[Gabriel Aguiar Noury](https://canonical.com/blog/author/g-aguiar-noury)

16 June 2026
