Linux Lite 8.0, codenamed Hematite, was released on 1 June 2026 as the most significant update in the project’s history — a complete generational overhaul built on Ubuntu 26.04 LTS (Resolute Raccoon) and powered by the Linux 7.0 kernel. It represents the start of the Series 8 cycle, and according to the project’s lead developer Jerry Bezencon, “the largest development cycle in the project’s history.”
For users and administrators who’ve been watching the Linux lightweight distribution space, Linux Lite 8.0 is notable for several reasons: it adopts the Calamares installer for the first time, replacing Ubuntu’s long-standing Ubiquity installer; it ports all in-house Lite applications to GTK4; it introduces custom high-performance and gaming kernels optimised specifically for desktop responsiveness; and it significantly expands internationalisation, with all Lite-branded applications now translated into 22 languages.
For Linux system administrators managing desktops in Saudi Arabia — particularly those deploying Linux to replace ageing Windows systems as part of cost-reduction or digital transformation programmes — Linux Lite 8.0’s polished installer experience, broad hardware compatibility through Linux 7.0, and updated software stack (Firefox 151, LibreOffice 26.2.2, GIMP 3.2.2) make it one of the most compelling beginner-friendly releases of 2026.
1. Linux Lite 8.0 Hematite: Overview
Linux Lite is an Ubuntu-based lightweight Linux distribution designed primarily for Windows refugees — users switching from Windows, particularly on older hardware, who want a familiar-feeling Linux environment that “just works” out of the box. The project has been developed by Jerry Bezencon since 2012, with a philosophy of simplicity, accessibility, and a curated set of tools that handle the most common desktop computing tasks without requiring command-line expertise.
The “Hematite” codename continues Linux Lite’s tradition of naming releases after minerals (the Series 7 codename was “Galena”). Hematite is an iron oxide mineral with a characteristic dark metallic-grey or red appearance — a nod perhaps to the distribution’s refined, polished aesthetic goals for Series 8.
2. Ubuntu 26.04 LTS Base and Linux 7.0 Kernel
Building on Ubuntu 26.04 LTS “Resolute Raccoon” gives Linux Lite 8.0 a five-year standard support lifecycle (through April 2031) and ten years of extended security maintenance. This is the foundation that makes Linux Lite suitable for deployment on office hardware that needs to “set and forget” — the underlying package base will receive security updates for years without requiring a major distribution upgrade.
The Linux 7.0 kernel that powers Linux Lite 8.0’s custom kernels brings significant improvements in hardware support, particularly for recent-generation AMD and Intel processors, graphics hardware, and Wi-Fi chipsets. Users on hardware released in 2023-2025 will see better out-of-box support for components that required manual driver installation on earlier Linux releases.
The Linux 7.0 Kernel: What Changed
Linux 7.0 represents a major version number increment — the first since Linus Torvalds incremented to 6.0 in 2022. The kernel brings improved memory management, better scheduler performance for desktop workloads, enhanced AMD and Intel GPU driver integration (AMDGPU and i915 improvements), improved power management for laptops and all-in-ones, and significantly expanded hardware compatibility for newer Wi-Fi and Bluetooth chipsets.
3. The Switch to Calamares Installer
One of the most significant changes in Linux Lite 8.0 is the replacement of Ubuntu’s Ubiquity installer with Calamares. This change has been on the project’s roadmap for several release cycles, and its implementation in Hematite represents a meaningful improvement in the installation experience for new users.
Why Calamares?
Ubiquity, Ubuntu’s long-standing graphical installer, was developed in 2006 and has accumulated significant technical debt. While functional, it lacks several features that modern installers provide and has limited support for advanced installation scenarios. Calamares, the open-source universal installer framework used by Manjaro, KaOS, Garuda Linux, and many other distributions, provides:
- Modular architecture — installers can be customised per-distribution without forking the underlying installer codebase
- OEM installation support — hardware vendors can pre-install Linux Lite for customers with a first-boot configuration flow rather than requiring end users to run the full installer
- Expanded filesystem support — Calamares in Linux Lite 8.0 adds Btrfs and XFS options alongside the standard EXT4 layout, giving users choice for specific use cases (Btrfs for snapshot and rollback capability; XFS for high-performance server storage)
- Better localisation — language, time zone, and keyboard layout selection are handled more cleanly and with better locale detection
- Modern UX — cleaner graphical interface that feels more contemporary than Ubiquity’s dated design
DEB822 Sources Format
Alongside the installer switch, Linux Lite 8.0 migrates APT source files from the legacy .list format to the newer DEB822 .sources format. The DEB822 format is cleaner (single file per repository rather than split .list and .gpg files), supports more metadata fields, and aligns with Ubuntu 22.04+ and Debian 12+ standards. This change is transparent to most users but simplifies repository management for administrators.
4. Custom Desktop and Gaming Kernels
Linux Lite 8.0 introduces a major new feature: custom-built kernels specifically optimised for different desktop workloads, managed through a new Lite Kernel Manager tool.
Default Desktop Kernel
The default installation uses the Linux Lite 7.0 Advanced Performance Kernel — a custom build optimised for smooth, responsive everyday desktop use. This kernel is built with compiler flags and configuration options that prioritise low latency and interactive responsiveness over raw throughput benchmarks. For users doing web browsing, office work, and media playback, the default kernel provides noticeably snappier desktop response compared to generic distribution kernels.
Gaming Kernel
An optional Gaming Kernel is available for installation through Lite Kernel Manager. This build targets users who play games regularly or run audio and video production software where timing precision matters. The Gaming Kernel enables the PREEMPT_DYNAMIC scheduling option at a lower latency setting, adjusts memory management parameters for gaming workloads, and includes additional performance tuning for AMD and NVIDIA GPU subsystems.
Lite Kernel Manager
The new Lite Kernel Manager GUI tool provides a graphical interface for managing installed kernels, selecting the active kernel for the next boot, and benchmarking different kernel configurations. This brings kernel management — traditionally a command-line task that intimidates new users — into a point-and-click interface appropriate for Linux Lite’s target audience.
5. GTK4 Migration and New Applications
Linux Lite 8.0 completes the migration of all in-house Lite branded applications to GTK4. This brings the suite of custom tools — Lite Welcome, Lite Tweaks, Lite Software, Lite Sources, Lite Updates, and others — into alignment with the modern GTK4 application framework used by GNOME 47+ and other contemporary Linux desktop applications.
The GTK4 migration means Lite applications render with hardware acceleration by default, support Wayland natively (important as more users move to Wayland-based display sessions), and benefit from GTK4’s improved styling system. The visual result is a more polished, consistent application appearance with better HiDPI support for high-resolution displays.
New Plymouth Boot Theme
Linux Lite 8.0 introduces a new Plymouth boot splash theme featuring a script-based animated feather spinner — replacing the previous static or simpler animated boot screen with a more visually refined startup experience. For OEM deployments where boot screen aesthetics matter to end users, this is a meaningful polish improvement.
6. New Built-In Tools
Hematite introduces four new built-in tools that extend Linux Lite’s management capabilities:
- Lite About — a system information utility displaying hardware specifications, installed software, and distribution details. Replaces ad-hoc use of system information tools with a purpose-built, polished interface accessible from the application menu.
- Lite System Monitor — a real-time resource tracking tool showing CPU, RAM, disk, and network usage. Provides a more informative and Lite-branded alternative to generic task managers for users who want to understand their system’s resource consumption without the complexity of tools like htop.
- Lite Distro Builder — a tool for creating custom remixes of Linux Lite with user-specified package sets, wallpapers, and configurations. This enables IT administrators to build organisation-specific Linux Lite images for deployment, incorporating corporate software and configuration without manual post-install scripting.
- Lite Core — a minimal installation option for users who want a base Linux Lite system without the full pre-installed software suite. Lite Core is the answer for deployments where specific application sets will be added post-install, avoiding unnecessary bloat from pre-installed tools that will be removed anyway.
7. Default Software Stack
Linux Lite 8.0 ships with a carefully curated default software selection representing the current best-in-class options for each category:
- Firefox 151 — the latest release of Mozilla Firefox with improved memory management, Container Tabs, and Privacy-Enhanced Mode
- Thunderbird 140 — the revamped Thunderbird with Supernova UI, now featuring a unified messaging interface and significantly improved CalDAV/CardDAV calendar and contact synchronisation
- LibreOffice 26.2.2 — the latest LTS-branch LibreOffice release with improved Microsoft Office compatibility for DOCX, XLSX, and PPTX formats — essential for users transitioning from Windows who need to exchange documents with Windows colleagues
- VLC 3.0.2.3 — the universal media player supporting virtually every video and audio format
- GIMP 3.2.2 — the latest GIMP with native HDR support and improved layer compositing
8. Upgrading from Linux Lite 7.x to 8.0
Linux Lite 8.0 provides a supported upgrade path from Series 7 to Series 8 using the Lite Series Upgrade tool. This is significant — not all Linux distributions support major version upgrades in-place, requiring users to back up data and perform a fresh installation. The supported upgrade path reduces the barrier for existing Linux Lite 7.x users to move to Hematite.
# Before upgrading, update all packages on your Series 7 installation
sudo apt update && sudo apt upgrade -y
# Launch Lite Series Upgrade from the application menu
# or via terminal:
sudo lite-upgrade-series
# The tool will guide you through the upgrade process
# Estimated time: 45-90 minutes depending on internet speed and hardware
Important note: Secure Boot must be disabled in your firmware/BIOS before installing or upgrading to Linux Lite 8.0. The project recommends enabling CSM and using a GPT partition layout with a 512 MB FAT32 EFI partition mounted at /boot/efi, with the remaining space assigned to the root filesystem.
9. Frequently Asked Questions
Yes, with caveats. The Linux 7.0 kernel provides excellent support for hardware from the 2015-2026 era, and the Xfce 4.20 desktop is lightweight enough to run well on systems with 2GB of RAM. However, very old hardware (pre-2010) may face challenges, particularly with GPU driver support. The minimum recommended specification is 1GHz processor, 2GB RAM, and 25GB disk space — practical minimum for a usable desktop experience is 4GB RAM and an SSD. Lite Core installation reduces the pre-installed software footprint for older hardware.
Linux Lite’s custom kernels are not signed with Microsoft’s Secure Boot key hierarchy, which is required for Secure Boot to pass on most consumer hardware. Building custom kernels with Microsoft key signing requires a commercial relationship and process that small distribution projects typically cannot access. Ubuntu’s generic kernels are signed and support Secure Boot, but Linux Lite’s performance and gaming kernels are custom-built and cannot use those signatures. Users must disable Secure Boot in their BIOS/UEFI settings before installing Linux Lite 8.0.
Linux Lite 8.0 is based on Ubuntu 26.04 LTS but provides a different user experience: Xfce desktop instead of GNOME, custom-tuned kernels for desktop performance, a curated set of pre-installed applications including LibreOffice and VLC, and the additional Lite management tools. For users who find Ubuntu’s GNOME interface too heavy or unfamiliar, or who want a more Windows-like desktop layout, Linux Lite is a good alternative using the same reliable Ubuntu package base.
Conclusion
Linux Lite 8.0 Hematite is a carefully executed generational update that delivers meaningful improvements across the installation experience, application stack, kernel performance, and management tooling. The move to Calamares installer, GTK4 application suite, custom performance kernels, and four new built-in tools collectively make Hematite the most polished Linux Lite release to date.
For Linux system administrators deploying desktops in Saudi Arabia and the broader GCC region, Linux Lite 8.0’s Arabic language support (included in the 22-language Lite app localisation), Ubuntu 26.04 LTS base for long-term security support, and improved hardware compatibility through Linux 7.0 make it a compelling option for Windows-to-Linux migration projects in education, government, and SME environments.
Linux Server & Desktop Administration · Saudi Arabia
Linux Desktop Deployment for Saudi Businesses
Visit To Me provides Linux server and desktop administration services for businesses in Saudi Arabia. From Ubuntu server management to enterprise Linux desktop deployment, our certified engineers handle the full stack.
Leave a Reply