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

# Installation

Install LTBridge once and use it in any FiveM resource project.

## Global install (recommended)

```bash
npm install -g @laot/bridge
```

Verify it works:

```bash
ltbridge --version
```

## Run without installing

```bash
npx @laot/bridge [command]
```

## Requirements

* **Node.js 18+**
* A FiveM resource folder where you want to use LTBridge

{% hint style="info" %}
LTBridge is published on npm as `@laot/bridge`. The GitHub repo is at [github.com/laot7490/ltbridge](https://github.com/laot7490/ltbridge).
{% endhint %}

Next: [Quick Start](/ltbridge/getting-started/quick-start.md)
