# RBEK CLI 0.1.3 — Commercial Launch

RBEK CLI 0.1.3 is the current stable public command-line distribution of RBEK.

## What is publicly available

- Stable version: `0.1.3`
- Primary command: `rbek`
- Compatibility command: `rbek-cli`
- Public entrypoint: `https://releases.rbekplatform.com/cli/stable/`
- Stable installer: `https://releases.rbekplatform.com/cli/stable/install.sh`

## Install

```bash
curl -fsSL https://releases.rbekplatform.com/cli/stable/install.sh | bash
```

Then verify:

```bash
rbek version
rbek doctor
```

## First project

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

Expected first workflow output:

```text
Hello from RBEK
```

## What 0.1.3 certifies publicly

The public 0.1.3 distribution has been certified for:

- stable HTTPS distribution;
- clean external installation;
- both `rbek` and `rbek-cli` command entrypoints;
- project initialization;
- environment/project diagnostics through `rbek doctor`;
- deterministic first workflow execution;
- immutable release artifact hash verification;
- public developer onboarding assets.

## Current scope

The public first-run workflow is intentionally deterministic and local. The certified hello workflow does not execute a database operation, external API call, or external network operation.

RBEK CLI is the developer entrypoint. Additional runtime, provider, workflow, policy, audit, deployment, and enterprise capabilities may be introduced through separately versioned and certified product surfaces rather than being implied by this CLI release.

## Governance status

Commercial readiness and GA governance are separate authorities.

RBEK CLI 0.1.3 is commercially ready for public distribution. A dedicated GA governance artifact for version 0.1.3 is not currently materialized and is therefore not claimed by this launch package.

## Start here

For the shortest onboarding path, use:

`https://releases.rbekplatform.com/cli/stable/START-HERE.md`
