WI

Windows Subsystem for Linux

Windows Subsystem for Linux (WSL) is a Windows component that enables running a Linux environment directly on Windows without the overhead of a virtual machine or dual boot. It supports Linux command-line tools, utilities, and applications.
Latest: 2.7.3
Last checked: Jun 9, 2026 12:10am
Rank: 1416/15140
Monitored via:
Site Monitor Winget
Follow to track new versions in your feed.
Report

Overview

0
License: Mixed open source and proprietaryInstaller: command line installerSilent: YesWinget: Available
Silent install
wsl --install

Version & Lifecycle

0
Current: 2.7.3 N-2: 2.6.2 Oldest supported: 2016-08-02 Avg cadence: Every 29 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

Command-line note • May 2, 2026
0

WSL command-line deployment note

For scripted WSL deployment on current Windows builds, use Microsoft’s documented command-line switches with plain ASCII hyphens. Common enterprise patterns are wsl --install --no-distribution to install WSL without automatically adding a Linux distribution, or wsl --install --inbox --no-distribution when you specifically want the Windows optional-component inbox path instead of the Microsoft Store-delivered WSL package.

Treat the WSL package/update as the tool layer: it updates wsl.exe, but a complete workstation setup may still need the WSL optional features and distribution policy you want. If your baseline should enable WSL without seeding Ubuntu or another distro, add a post-install step that runs wsl.exe --install --no-distribution. For lifecycle checks, wsl --update updates the Store-delivered WSL package and wsl --status reports the default distribution, default version, and kernel/update status.

Official command reference: Microsoft WSL basic commands.

Release Notes & Updates

0
Avg cadence:
Updates • 0

Help us match vulnerabilities

No vulnerability match yet. Pick the right product:

Looking for matching products…
Don’t see it? Paste a CPE

Also known as

Other names people use for this app — helps search and matching.

WSLMicrosoft WSL

Packaging Notes

0

WSL is integrated into Windows 10 and 11; distributions are installed separately via Microsoft Store or command line

Notes

0

WSL 1 released in 2016 as a compatibility layer; WSL 2 introduced a real Linux kernel in 2019. Majority of WSL source code was open sourced in 2025, but some filesystem components remain proprietary.