brik64 is the official public command surface for BRIK64.
Use it to create local project metadata, inspect the installed beta surface, create local evidence for .pcd files, and emit candidate outputs under the current public beta scope.
Current Public Beta
BRIK64 CLI0.1.0-beta.7 is available through the public installer. Use the installed CLI and the release notes page to identify the exact version currently installed.
| Surface | Current public value |
|---|---|
| Version | 0.1.0-beta.7 |
| Command | brik64 |
| Compatibility aliases | brik |
| Release notes | GitHub Releases |
| Install | curl -fsSL https://brik64.com/cli/install.sh | bash |
Install And Verify
After installing a release that is explicitly listed on the install page, verify the command surface:Command Families
- Help and version:
brik64 help,brik64 version,brik64 --version - Project setup:
brik64 init - Local candidate evidence:
brik64 certify <file.pcd> - Local candidate output:
brik64 emit <file.pcd> - Target examples:
brik64 emit <file.pcd> --target ts|rust|python --out <dir> --tests

