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

# Installation

> How to install reseed

## macOS and Linux

```bash theme={null}
curl -fsSL https://raw.githubusercontent.com/nattergabriel/reseed/main/install.sh | sh
```

This downloads the latest binary and installs it to `/usr/local/bin/`.

## Windows

Download the binary from the [latest release](https://github.com/nattergabriel/reseed/releases/latest) and add it to your PATH.

## Verify

```bash theme={null}
reseed version
```
