> For the complete documentation index, see [llms.txt](https://prisma-util.gitbook.io/stable/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prisma-util.gitbook.io/stable/concepts/obtaining-artifacts.md).

# Obtaining Artifacts

## Obtaining <mark style="color:orange;">Release</mark> Artifacts

To obtain a release artifact, you can use the following commands:

### Latest Version

To get the latest Prisma Util version, run the following command:

{% code title="Terminal" %}

```shell
npm i prisma-util@latest
```

{% endcode %}

### Specific Version

To get a specific artifact, run the following command:

{% code title="Terminal" %}

```shell
npm i prisma-util@x.y.z
```

{% endcode %}

## Obtaining <mark style="color:green;">Beta</mark> Artifacts

Obtaining Beta artifacts is a bit different than obtaining [<mark style="color:orange;">Release</mark>](#obtaining-release-artifacts) artifacts. These artifacts are installed using a separate command than NPM.

This CLI is scheduled to arrive in v2.0.5, so those commands will not be usable until then.

If you want to learn more about the <mark style="color:green;">Beta</mark> program and how to obtain such builds, you can get more information by reading this Getting Started article from the [<mark style="color:green;">Beta</mark> documentation](#user-content-fn-1)[^1] [here](broken://spaces/pVXwxfrsBeTSMDQKB7On/pages/38yr9xbXu0qqo1P07lBV).

[^1]: The beta documentation isn't publicly available yet and will be released when a Beta version is available.
