Welcome to QAFlow! Ask questions and get answers from our community.
Technology

Microsoft Announces Windows 12 with Native Linux Kernel Integration

Apr 13, 2026
6,477 views
1 min read
Microsoft Announces Windows 12 with Native Linux Kernel Integration

In a landmark announcement, Microsoft revealed that Windows 12 will ship with a fully integrated Linux kernel running alongside the traditional NT kernel. Unlike WSL2, which runs Linux in a lightweight VM, the new approach allows direct execution of Linux binaries with near-zero overhead.

What This Means for Developers

  • Native Docker performance - No more WSL2 VM overhead for containers
  • Direct filesystem access - Linux tools can access Windows files without performance penalties
  • Unified package management - Use apt, snap, or winget interchangeably
  • Seamless GUI integration - Linux GUI apps appear as native Windows applications

Technical Details

The hybrid kernel approach uses a microkernel architecture where both the NT kernel and a modified Linux kernel run as co-equal subsystems. System calls are routed to the appropriate kernel based on the binary format (PE for Windows, ELF for Linux).

"We believe developers shouldn't have to choose between Windows and Linux. With Windows 12, you get both - with no compromises," said Microsoft's Head of Windows Development.

Availability

Windows 12 Preview builds are expected to be available to Windows Insiders in Q1 2027, with general availability planned for late 2027.

Share this news