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

# Release Status

> Understand the stable release, development tree, and pinned FRP version.

# Release Status

FRP Auto Deploy separates the immutable stable release from the mutable development branch.

## Current state

| Item                      | Current                |
| ------------------------- | ---------------------- |
| Published stable release  | **v2.1.2**             |
| Project version on `main` | **2.1.3**              |
| Pinned / tested FRP       | **v0.70.1**            |
| Stable install source     | immutable `v2.1.2` tag |
| `main`                    | development channel    |

## Use stable for field installs

For a normal installation, use the immutable release tag:

```bash theme={null}
curl -fsSL \
  https://raw.githubusercontent.com/datarelay-labs/frp-auto-deploy/v2.1.2/dist/bootstrap-server.sh \
  | sudo bash
```

Do not copy an unreleased `main` command into field documentation unless you intentionally want the development channel.

## FRP version policy

The project does not automatically install the newest upstream FRP. The upstream binary is pinned, tested, and validated before adoption. `show upstream` is informational.

Current pinned FRP:

```text theme={null}
0.70.1
```

## Platform status

The stable product scope is Linux/systemd. Windows and macOS automation remain non-stable development targets and should not be presented as stable-supported in user documentation until the repository's release state says otherwise.
