Apertis 2026: The new Linux standard for embedded systems

Key points:
  • Updated Base: Complete migration to the Debian 13 (Trixie) package base and adoption of the Linux Kernel 6.18 LTS with improved support for Rockchip and MediaTek SoCs.
  • GPLv3 Evasion: Allows you to create system builds free from the GPLv3 license to avoid "tivoization" restrictions, using Rust alternatives such as uutils.
  • Graphic Architecture: Weston becomes the default Wayland compositor, offering a lightweight and standardized graphic base for industrial and automotive displays.
  • Updated SDK: New development image that separates host and target tools, drastically optimizing cross-compilation.
  • Automation: The ci-package-builder kit automates the tracking of Debian updates and facilitates the backporting of security patches.
 

apertis-2026-the-new-linux-standard-for-embedded-systems

Recently Collabora unveiled through an announcement Apertis launch 2026, an open-source Linux distribution designed specifically for critical environments where legal security, longevity, and technical precision are non-negotiable.

Originally designed for the automotive industry (powering systems like the Renesas R-car SoC), Apertis has expanded its domain to devices such as the Raspberry Pi 4 board, the Atari VCS console and the Bosch D-tect 200 wall scanner.

This new version It takes a massive leap by migrating its package base to Debian 13 ("Trixie") and integrate the Linux 6.18 LTS kernelensuring a maintenance cycle of almost two years with guaranteed quarterly updates. Below, we explore the technical pillars that make Apertis 2026 the preferred choice for hardware manufacturers.

Main new features of Apertis 2026

One of the biggest headaches for industrial hardware manufacturers is the software licensing. The license GPLv3 includes strict clauses against "tivoization"That is, it prohibits manufacturers from locking hardware to only run software cryptographically signed by themselves.

To prevent companies from facing legal risks or having to use outdated versions of GNU tools (prior to GPLv3), Apertis 2026 has been redesigned to offer completely free system builds of this license. Instead of relying on problematic utilities, The distribution integrates modern alternatives under permissive licenses. For example, it replaces the classic GNU coreutils and findutils with the uutils project (written in Rust and licensed under MIT), and replaces GnuPG with Sequoia-PGP (under GPL-2+ and LGPL-2+ licenses).

To ensure maximum transparency in audits, The system automatically generates a Software Bill of Materials report (SBOM) in each build, detailing the version and exact license of the 6.679 packages available in the repository.

Weston and Kernel 6.18: The new graphical and internal architecture

Internally, Apertis 2026 does not settle for the default kernel of Debian 13 (6.12), but instead provides the jump directly to the Linux Kernel 6.18 LTSThis core It includes direct contributions from Collabora, substantially improving support for System on a Chip (SoC) families from manufacturers such as Rockchip and MediaTek, vital to modern embedded electronics.

In terms of visuals, the graphic environment has undergone a complete transformation. Starting with this version, Weston becomes the default Wayland composer for system images. As the reference implementation of Wayland, Weston offers an extremely lightweight, flexible, and pure standards-based graphical foundation. This change It allows manufacturers to easily scale interfaces.Whether it's for a car dashboard, an interactive kiosk, or an industrial terminal, ensuring smooth long-term performance.

A redesigned SDK and smart packaging

The experience of developers and integrators who build products on Apertis has been completely revamped. The SDK image (Software Development Kit) It has been redesigned to clearly separate the tools from the environment host (from where it is compiled) and those of the target environment (the final device). This radically optimizes cross-compilation workflows.

Furthermore, The package maintenance process has been automated using the ci-package-builder toolkit. This Continuous Integration pipeline (based on GitLab CI and OBS) now automatically tracks changes in the main Debian branch, detects relevant security updates, and allows for controlled and auditable backporting of patches to earlier versions of Apertis.

Finally, Collabora has published advanced infrastructure tools These updates pave the way for future upgrades, allowing developers to begin rebuilding Apertis using the development package base of the upcoming Debian 14 ("Forky"). This entire ecosystem undergoes rigorous automated testing using the LAVA (Linaro Automated Validation Architecture) system on physical reference boards, ensuring that the code released to production is flawless.

If you are interested in learning more about this, I invite you to consult the details in the following link.