Skip to content

bralecli v0.1.1

Latest

Choose a tag to compare

@eho-send eho-send released this 08 Sep 22:31
d92fd41

Standalone bralecli executables are now available for macOS and Linux, on ARM64 and x64. Node and Nub are not required.

Fixes JSON object/array flags being rejected before request validation, including the documented deposit, withdrawal, and transfer commands. The original schema still rejects malformed containers and invalid nested values before any network request.

Choose the matching archive, compare its SHA-256 digest with SHA256SUMS, extract bralecli, and install it on PATH. macOS archives use darwin in their names; Linux archives require glibc. macOS executables are not notarized. The optional op:// credential integration requires the 1Password CLI.

Validation:74 tests after a clean dependency install. Every binary passed standalone execution, environment isolation, help/schema, shell completions, local mocked OAuth/list/transfer requests, invalid-ID rejection, and MCP discovery. macOS ARM64 ran natively, macOS x64 through Rosetta, and Linux ARM64/x64 in network-isolated containers (x64 emulated). No live Brale transactions were performed.

Build recipe and smoke harness: scripts/build-binaries.mjs and scripts/smoke-binary.py at this tag. build-info.json records the exact source revision, CLI version, and Bun compiler version.