# is-linux

> > Check if the operating system is Linux

Latest version **1.0.1** (published 2015-07-12) · MIT license · 0 weekly downloads

## Install

```sh
npm install is-linux
pnpm add is-linux
yarn add is-linux
bun add is-linux
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2015-07-12 |
| First published | 2015-07-12 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.10.0 |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Bassam Ismail |
| Maintainers | skippednote |
| Keywords | os, linux |

## Links

- npm: https://www.npmjs.com/package/is-linux
- Repository: https://github.com/skippednote/is-linux
- Homepage: https://github.com/skippednote/is-linux#readme
- Issues: https://github.com/skippednote/is-linux/issues
- npm.io page: https://npm.io/package/is-linux

## Alternatives

- [angular-pipes](https://npm.io/package/angular-pipes.md) — 5.6K weekly downloads
- [@ng-web-apis/midi](https://npm.io/package/@ng-web-apis/midi.md) — 2.6K weekly downloads
- [happn-3](https://npm.io/package/happn-3.md) — 1.6K weekly downloads
- [@opensip-cli/lang-go](https://npm.io/package/@opensip-cli/lang-go.md) — 1.2K weekly downloads
- [mongoose-typescript](https://npm.io/package/mongoose-typescript.md) — 85 weekly downloads

## Recent versions

- 1.0.1 (latest) — 2015-07-12
- 1.0.0 — 2015-07-12

## README

# is-linux [![Build Status](https://travis-ci.org/skippednote/is-linux.svg?branch=master)](https://travis-ci.org/skippednote/is-linux)

> Check if the operating system is Linux


## Install

```
$ npm install --save is-linux
```


## Usage

```js
var isLinux = require('is-linux');

isLinux()
//=> true
```

## License

MIT © [Bassam Ismail](https://github.com/skippednote)

---
_Source: https://npm.io/package/is-linux · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
