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

# update

> Update supermodel to the latest release

Checks for a newer release on GitHub and, if found, downloads and installs it. Independent of authentication — works without an API key.

## Synopsis

```bash theme={null}
supermodel update [flags]
```

## Flags

| Flag         | Description                                           |
| ------------ | ----------------------------------------------------- |
| `--check`    | Print the latest available version without installing |
| `-h, --help` | Help for update                                       |

## Examples

```bash theme={null}
# Install the latest release
supermodel update

# Just check
supermodel update --check
```
