> ## 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.

# Current Availability

> Current public beta availability for BRIK64 CLI 0.1.0-beta.18.2 and the local workflow.

BRIK64 is published as a CLI-first developer workflow. The current public beta gives developers and AI agents a local way to work with PCD files, create scoped local evidence, and emit outputs for supported targets.

## Available Today

BRIK64 CLI `0.1.0-beta.18.2` is the current public local beta. The official command is `brik64`. Verify the live installer output with `brik64 --version` before treating any environment as updated.

| Surface          | Current public status                                                                                                                         |
| ---------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
| Current version  | [`0.1.0-beta.18.2`](https://github.com/brik64/brik64-cli/releases/tag/v0.1.0-beta.18.2).                                                      |
| Release notes    | [GitHub Releases](https://github.com/brik64/brik64-cli/releases/tag/v0.1.0-beta.18.2)                                                         |
| Install path     | `curl -fsSL https://brik64.com/cli/install.sh \| bash`                                                                                        |
| Release manifest | `https://brik64.com/cli/releases/0.1.0-beta.18.2.json`; verify live installer output until then.                                              |
| Public scope     | Local CLI workflow for PCD files, local evidence, and output generation.                                                                      |
| Agent skill      | Available through the public [BRIK64 skills repository](https://github.com/brik64/brik64-tools-skills) or a supported host agent environment. |

Use `brik64 --version` and `brik64 help` after installation to verify the installed package.

The local workflow is centered on the `brik64` command:

```bash theme={null}
brik64 help
brik64 version
brik64 --version
brik64 init
brik64 certify <file.pcd>
brik64 verify <file.pcd>
brik64 emit <file.pcd>
brik64 polymerize <files.pcd...> --out polymer.pcd
brik64 migrate <file.pcd> --out migrated.pcd
brik64 doctor --json
brik64 emit <file.pcd> --target ts --out out-ts --tests
brik64 emit <file.pcd> --target rust --out out-rust --tests
brik64 emit <file.pcd> --target python --out out-python --tests
```

Agent instructions are installed only through explicit consent. The current public beta uses the public skills repository or the host agent environment for agent instructions.

`brik64 init` prepares a BRIK64 workspace. It does not create or modify `AGENTS.md`.

## Platform Status

| Platform    | Status                                                      |
| ----------- | ----------------------------------------------------------- |
| macOS       | Available in beta through the portable Node.js CLI package. |
| Linux       | Available in beta through the portable Node.js CLI package. |
| Windows x64 | Not published in beta.                                      |

## Updates

There is no silent auto-update path in the public local workflow. Re-run the installer, release manifest and GitHub Release page to verify the current beta package.

## Platform Features

Hosted collaboration, cloud execution, paid entitlements, billing-backed features, and stronger evidence workflows require dedicated platform support. Public CLI documentation must not imply that those features are active unless the page links to current release evidence.

## Platform Support

The public docs currently target the local CLI flow and portable source-level concepts. Platform-specific binary support is documented only when a release artifact has been verified.
