# Start with RBEK

RBEK CLI stable is currently **0.1.3**.

## Install

```bash
curl -fsSL https://releases.rbekplatform.com/cli/stable/install.sh | bash
export PATH="$HOME/.local/bin:$PATH"
```

Primary public command:

```text
rbek
```

Compatibility command:

```text
rbek-cli
```

## Verify

```bash
rbek version
rbek doctor
```

## Run your first workflow

```bash
mkdir hello-rbek
cd hello-rbek
rbek init
rbek run
```

Expected execution includes:

```text
Hello from RBEK
```

The default hello workflow performs no network request, database operation or external API call.

## Continue

- [Quickstart](QUICKSTART.md)
- [CLI documentation](README.md)
- [Hello RBEK example](examples/hello-rbek/)
- [Stable channel metadata](latest.json)
- [0.1.3 release metadata](versions/0.1.3/release.json)

<!-- RBEK_DX008_LAUNCH_SURFACE_INTEGRATION -->

## Launch resources

After the first successful RBEK run, these public resources provide the next level of product context:

- Commercial Launch: `https://releases.rbekplatform.com/cli/stable/COMMERCIAL-LAUNCH.md`
- Developer Adoption: `https://releases.rbekplatform.com/cli/stable/DEVELOPER-ADOPTION.md`
- Versioning & Stable Channel: `https://releases.rbekplatform.com/cli/stable/VERSIONING.md`
- Commercial Launch Manifest: `https://releases.rbekplatform.com/cli/stable/commercial-launch.json`

The current stable public version is `0.1.3`.

Commercial readiness and GA governance remain separate authorities. This launch surface does not claim GA governance certification for 0.1.3.

<!-- RBEK_POST_LAUNCH_ADOPTION_001 -->

## After the first run

The commercial launch of RBEK CLI 0.1.3 is closed with PASS evidence.

For the post-launch developer adoption path, continue with:

- `https://releases.rbekplatform.com/cli/stable/POST-LAUNCH-ADOPTION.md`
- `https://releases.rbekplatform.com/cli/stable/post-launch-adoption.json`
- `https://releases.rbekplatform.com/cli/stable/COMMERCIAL-LAUNCH-CLOSURE.md`

The current adoption package intentionally does not claim analytics, telemetry, feedback, support, billing, account management, or GA governance capabilities that have not been separately implemented and published.

<!-- RBEK_POST_LAUNCH_ADOPTION_002 -->

## Feedback and adoption signals

The current RBEK adoption signal foundation is privacy-preserving and disabled by default.

No automatic telemetry is transmitted by the public 0.1.3 CLI.

Resources:

- `https://releases.rbekplatform.com/cli/stable/FEEDBACK.md`
- `https://releases.rbekplatform.com/cli/stable/feedback-template.json`
- `https://releases.rbekplatform.com/cli/stable/adoption-signals.json`
