> ## Documentation Index
> Fetch the complete documentation index at: https://docs.versori.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Developers Overview

Our full SDK documentation is available from our JSR package, [@versori/run](https://jsr.io/@versori/run).

## Installation

Our SDK is available on both [NPM](https://www.npmjs.com/package/@versori/run) and [JSR](https://jsr.io/@versori/run):

### NPM

```bash theme={null}
npm install @versori/run
```

### Yarn

```bash theme={null}
yarn add @versori/run
```

### Deno

```bash theme={null}
deno add jsr:@versori/run

# or if you really want to use NPM from deno...
deno add npm:@versori/run
```
