@leef-l/brain-cli
v0.7.0
Published
pnpm/npm wrapper for BrainKernel CLI binaries published on GitHub Releases
Readme
@leef-l/brain-cli
Minimal npm/pnpm wrapper package for the official BrainKernel CLI release binaries.
Install
pnpm add -g @leef-l/brain-cliDuring postinstall, the package:
- detects the current platform and architecture
- downloads the matching GitHub Release asset
- verifies the archive against
SHA256SUMS - extracts the runtime locally
After installation:
brain versionEnvironment Overrides
BRAIN_INSTALL_REPOOverride the GitHub repository. Default:leef-l/brainBRAIN_INSTALL_VERSIONOverride the release version to download. Default: package versionBRAIN_INSTALL_BASE_URLOverride the download base URL entirelyBRAIN_INSTALL_SKIP_DOWNLOAD=1SkippostinstalldownloadingBRAIN_INSTALL_SKIP_CHECKSUM=1Skip checksum verification
