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

# BRIK64 Release Notes

> Public release notes, changelog and update policy for BRIK64.

BRIK64 release notes track what is available, how users should install or update it, and which workflow each release supports.

The current public release surface is CLI-first. Install the CLI from the public installer, verify the resolved version locally, and use the GitHub Releases page for the public release record.

## Read First

* [Changelog](/releases/changelog)
* [Install the BRIK64 CLI](/cli/install)
* [Update Policy](/releases/update-policy)
* [Channels](/releases/channels)
* [Current Availability](/current-availability)

## Current Public Beta

BRIK64 CLI `0.1.0-beta.18.2` is the current public beta. Verify `brik64 --version` after install for the active shell.

| Surface          | Current public value                                                                    |
| ---------------- | --------------------------------------------------------------------------------------- |
| Version          | [`0.1.0-beta.18.2`](https://github.com/brik64/brik64-cli/releases/tag/v0.1.0-beta.18.2) |
| Official command | `brik64`                                                                                |
| Release notes    | [GitHub Releases](https://github.com/brik64/brik64-cli/releases/tag/v0.1.0-beta.18.2)   |
| Install          | `curl -fsSL https://brik64.com/cli/install.sh \| bash`                                  |
| Manifest         | `https://brik64.com/cli/releases/0.1.0-beta.18.2.json`                                  |

The beta channel is for local BRIK64 workflows: project initialization, PCD inspection, SDK-first logic modeling, local evidence for declared scope, and output generation for targets shown by the installed CLI help.

## Release Types

| Type                   | What it means                                                                       | Where to read                                                                                                              |
| ---------------------- | ----------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
| CLI beta release       | Public local CLI package listed by release tag, manifest and installer.             | [Changelog](/releases/changelog) and [GitHub Releases](https://github.com/brik64/brik64-cli/releases/tag/v0.1.0-beta.18.2) |
| Documentation release  | Public docs, examples, glossary, agent-readable corpus or release guidance changed. | [Changelog](/releases/changelog)                                                                                           |
| General release        | A future release promoted beyond beta when the public release record says so.       | [Channels](/releases/channels)                                                                                             |
| Platform/cloud release | Hosted or authenticated features published with their access model.                 | Release notes for that feature                                                                                             |

## Release Entry Shape

Each public release entry should be easy to index:

| Field         | Purpose                                                                    |
| ------------- | -------------------------------------------------------------------------- |
| Channel       | CLI beta, documentation, future general release, or future platform/cloud. |
| Date          | Publication date for the public note.                                      |
| Availability  | What users can install, read or use now.                                   |
| Changed       | Product-level changes, not private implementation notes.                   |
| Update action | The command or reading path users should follow.                           |
| Scope         | The public workflow supported by the release.                              |
| Limits        | Boundaries that matter for users and agents.                               |

## Update Model

The local update path is the public installer plus the GitHub Releases page. Platform features are documented only when a release provides the access model and evidence behavior.
