# Installation

Get MindedJS up and running in your project.

## Requirements

* Node.js 18 or later
* npm, yarn, or pnpm

## Install MindedJS

{% tabs %}
{% tab title="npm" %}

```bash
npm i @minded-ai/mindedjs langchain
```

{% endtab %}

{% tab title="yarn" %}

```bash
yarn add @minded-ai/mindedjs langchain
```

{% endtab %}

{% tab title="pnpm" %}

```bash
pnpm add @minded-ai/mindedjs langchain
```

{% endtab %}
{% endtabs %}

## Next Steps

Now that MindedJS is installed:

1. Configure your environment variables in the [Environment Configuration](https://docs.minded.com/getting-started/environment-configuration) guide
2. Set up your project with `minded.json` in the [Project Configuration](https://docs.minded.com/getting-started/project-configuration) guide
3. Build your first agent with the [Quick Start](https://docs.minded.com/getting-started/quick-start) guide!
