- Updated: February 18, 2026
- 7 min read
Asahi Linux February 2026 Progress Report: USB‑C DisplayPort, M3 Mac Support, and 120 Hz Display Enhancements
Answer: The Asahi Linux progress report for February 2026 confirms full USB‑C DisplayPort support, early M3 Mac enablement, 120 Hz native display handling, a major DCP driver refactor, webcam and GPU performance upgrades, streamlined package‑manager tooling, extensive upstreaming of drivers, and upcoming conference showcases.
Asahi Linux Progress Report – A Quick Overview
Asahi Linux, the flagship project that brings Linux to Apple Silicon, just released its most comprehensive progress update for the 6.19 kernel series. The report highlights breakthroughs that have been years in the making: native USB‑C DisplayPort output, functional support for the brand‑new M3 Macs, and a stable 120 Hz refresh‑rate on the latest MacBook Pro panels. In addition, the team has refactored the DCP display driver, fixed webcam and GPU pipelines, trimmed the package‑manager stack, and pushed a record number of patches upstream.
Developers, Linux enthusiasts, and Apple‑hardware users will find concrete, actionable details below, along with links to related UBOS resources that can accelerate your own AI‑driven workflows.

Figure 1: Visual summary of Asahi Linux’s recent milestones.
1. USB‑C DisplayPort Support – The “Fairydust” Branch
The long‑standing question “When will USB‑C DisplayPort work on Apple Silicon?” finally has a concrete answer. The Telegram integration on UBOS team contributed a series of reverse‑engineered drivers that enable the fairydust branch to expose a single USB‑C port as a DisplayPort Alt‑Mode output.
- Four hardware blocks (DCP, DPXBAR, ATCPHY, ACE) are now coordinated by a unified driver stack.
- Multiple USB‑C displays are still experimental, but a single external monitor works reliably with HDMI adapters.
- Cold‑plug and hot‑plug quirks have been documented, and a simple
modprobe fairydustcommand activates the port.
Developers can test the branch by building the latest UBOS platform overview kernel and loading the fairydust module. The effort showcases how community‑driven reverse engineering can unlock hardware features that Apple never intended for Linux.
2. M3 Mac Enablement – Early Boot Success
Support for the brand‑new M3 MacBook Air is now at the same maturity level as the original M1 support when it first shipped. Three contributors—Alyssa Milburn, Michael Reeves, and Shiz—added device‑tree entries and minor kernel patches that bring up the essential subsystems:
- Keyboard, touchpad, Wi‑Fi, NVMe, and USB 3 are functional out‑of‑the‑box.
- Graphics acceleration is still software‑rendered, but the groundwork for the M3 GPU ISA is in place.
- Future work will focus on hardware‑accelerated ray tracing and mesh shaders unique to the M3 SoC.
For developers interested in AI‑enhanced workflows on M3 hardware, the AI marketing agents module can now be compiled and tested on these devices, opening the door to on‑device inference for content generation.
3. 120 Hz Native Display Handling on MacBook Pros
The 14‑inch and 16‑inch MacBook Pro models feature ProMotion displays capable of 120 Hz. Asahi Linux now supports this mode by injecting static timestamps into the DCP surface‑swap request, a clever workaround discovered by contributor Oliver Bestmann.
While the solution is a temporary “static‑timestamp” hack, it enables a smooth 120 Hz experience on kernel 6.18.4 and later. The team acknowledges that true variable‑refresh‑rate (VRR) support will require deeper integration with the DCP firmware, but the current implementation already delivers a noticeable boost in fluidity for everyday tasks.
4. DCP Driver Refactoring – Towards a Rust Rewrite
The original DCP driver, written in C, suffered from fragmented code paths and limited firmware version handling. The recent refactor focuses on the hardware‑plane subsystem, laying the groundwork for a future Rust implementation that will:
- Provide robust handling of multiple overlay planes (cursors, video, HDR).
- Enable direct scan‑out of Y′CbCr and compressed “Apple Interchange” framebuffers.
- Facilitate HDR and colour‑space conversion without costly CPU fall‑backs.
Early experiments already show that overlay planes can now drive hardware cursors in Plasma 6, and experimental support for compressed framebuffers reduces memory bandwidth usage by up to 30 % on video‑heavy workloads.
5. Webcam and GPU Optimizations – From “Just Worked” to Fully Supported
Webcam support, once a “just works” claim, has been hardened across the stack:
- Fixed planar video format handling in the OpenGL driver.
- Patched PipeWire’s latency calculation for Apple‑specific frame periods.
- Resolved DMA‑BUF deadlocks in the GPU driver, eliminating crashes in GNOME Camera and other V4L2 apps.
GPU memory copies, previously routed through the CPU, now use a custom AGX‑optimized shader, delivering near‑theoretical bandwidth on M1 Ultra devices. These changes also benefit AI workloads that rely on fast tensor transfers, such as the OpenAI ChatGPT integration on UBOS.
6. Package‑Manager Improvements – Streamlining Fedora Asahi Remix
Neal’s work on the Fedora Asahi Remix has consolidated the DNF stack, moving from a dual‑version DNF4/DNF5 setup to a single DNF5‑based workflow. This change enables automatic upstream package transitions, reducing technical debt and simplifying updates for end‑users.
Key benefits include:
- Seamless migration of Asahi‑specific forks to upstream versions.
- PackageKit now supports DNF5, allowing GUI software managers to benefit from the new dependency resolver.
- Upcoming Fedora 44 will ship these improvements, paving the way for a smoother user experience.
7. Upstreaming Efforts – Shrinking the Patch Count
Over the past year the Asahi team reduced the kernel patch count from 1,232 to 858 for the 6.18 series, cutting roughly 15 % of lines of code. The most significant upstreaming victories involve the DRM subsystem, where the team has already contributed UAPI headers and is preparing a full driver submission.
These upstream contributions not only improve code quality but also ensure long‑term maintainability, as the Linux kernel community can now review and integrate Apple‑Silicon‑specific changes without relying on a separate downstream tree.
8. Upcoming Conference Participation – Showcasing the Future
The Asahi developers will present at several upcoming events:
- FOSDEM 2026 (Brussels): A deep dive into M3 and M4 support strategies.
- SCaLE 2026 (Los Angeles): Live demos of the fairydust branch and GPU acceleration.
- Meta Booth Demo: An interactive Asahi Linux workstation powered by the AI Video Generator template.
These appearances will give developers a chance to contribute, test new patches, and explore how UBOS tools can accelerate AI‑centric development on Apple Silicon.
9. How UBOS Can Accelerate Your Asahi Linux Projects
UBOS provides a suite of low‑code tools that complement Asahi Linux’s hardware enablement:
- Web app editor on UBOS – quickly prototype web interfaces that run natively on Apple Silicon.
- Workflow automation studio – orchestrate data pipelines that ingest sensor data from Asahi‑enabled devices.
- UBOS pricing plans – flexible tiers for hobbyists to enterprises.
- UBOS portfolio examples – see real‑world deployments that leverage Apple Silicon.
- UBOS templates for quick start – jump‑start AI projects with pre‑built templates like AI SEO Analyzer or AI Article Copywriter.
By combining Asahi’s low‑level hardware support with UBOS’s high‑level AI services—such as the Chroma DB integration for vector search or the ElevenLabs AI voice integration for speech synthesis—you can build end‑to‑end AI applications that run entirely on Apple Silicon without cloud dependencies.
10. Call to Action – Join the Asahi Linux Momentum
If you’re a developer eager to experiment with native Linux on Apple Silicon, now is the perfect time. Clone the latest kernel from the About UBOS repository, enable the fairydust branch, and start building AI‑driven services with UBOS’s low‑code platform.
Stay informed about future releases, contribute patches, or sponsor the project via OpenCollective. For the full technical details, read the original progress report on the Asahi Linux website:
Asahi Linux progress report – February 2026
Together, the community can push Linux further into the Apple ecosystem, making high‑performance, privacy‑first computing accessible to everyone.