---
title: Installation
description: Install Jodit PRO via npm or download from your personal account.
keywords: jodit install, npm, jodit-pro, installation
---

# Installation

Jodit PRO is available as an [npm package](https://www.npmjs.com/package/jodit-pro).

## From Your Personal Account

You can download the latest version of the editor from your personal account at https://xdsoft.net/jodit/pro/cab/

> If you've purchased an OEM license, you can download all the source files of the editors from your personal account at https://xdsoft.net/jodit/pro/cab/

## npm

To install and add it to your `package.json` dependencies, run:

```bash
# with npm
npm install jodit-pro

# with yarn
yarn add jodit-pro
```

## For React Users

React has a dedicated version of the library:

```bash
# with npm
npm install jodit-pro-react

# with yarn
yarn add jodit-pro-react
```
