is-wsl (2.2.0)

Published 2026-02-24 13:58:46 +00:00 by atheaadmin

Installation

registry=
npm install is-wsl@2.2.0
"is-wsl": "2.2.0"

About this package

is-wsl Build Status

Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)

Can be useful if you need to work around unimplemented or buggy features in WSL. Supports both WSL 1 and WSL 2.

Install

$ npm install is-wsl

Usage

const isWsl = require('is-wsl');

// When running inside Windows Subsystem for Linux
console.log(isWsl);
//=> true

Get professional support for this package with a Tidelift subscription
Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies.

Dependencies

Dependencies

ID Version
is-docker ^2.0.0

Development Dependencies

ID Version
ava ^1.4.1
clear-module ^3.2.0
proxyquire ^2.1.0
tsd ^0.7.2
xo ^0.24.0

Keywords

check wsl windows subsystem linux detect bash process console terminal is
Details
npm
2026-02-24 13:58:46 +00:00
0
Sindre Sorhus
MIT
latest
2.0 KiB
Assets (1)
Versions (2) View all
2.2.0 2026-02-24
1.1.0 2026-02-24