> For the complete documentation index, see [llms.txt](https://powerjs.gitbook.io/powerjs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://powerjs.gitbook.io/powerjs/getting-started/installation.md).

# Installation

Installing **PowerJS** is the easiest step in the whole guide.

{% hint style="warning" %}
**PowerJS** currently works only with ES6 modules, so you need to ensure that you `package.json` type is `module.`

{% code title="package.json" %}

```json
{
...
"type": "module"
...
}
```

{% endcode %}
{% endhint %}

### From Github

Installing from GitHub ensures getting latest features and changes, that's why it's recommended!

```bash
npm i obaydmerz/powerjs
```

### From NPM

Else, installing from NPM ensures stability, but sometimes there are some new features that can you miss!

```bash
npm i @obayd/powerjs
```

## Platform

**PowerJS** can run on every node engine that supports `child_process` and on every platform that has `PowerShell` installed on it.

## Dependencies

Currently, **PowerJS** doesn't have any dependencies that you can worry about.

## Binaries

Currently, **PowerJS** doesn't have any dependencies that you can worry about.
