@compressius/cmx
v0.2.39
Published
CMX local context-compression gateway
Readme
CMX
This package installs the CMX binary for your platform from its matching GitHub Release and verifies it against that release's SHA256SUMS file.
npm install --global @compressius/cmx
# or
pnpm add --global @compressius/cmxThe latest npm tag tracks stable CMX releases. The nightly tag tracks prereleases:
npm install --global @compressius/cmx@nightly
# or
pnpm add --global @compressius/cmx@nightlySupported platforms are macOS and Linux on x64 or ARM64, plus Windows on x64 or ARM64. The package requires Node.js 18 or newer only during installation; cmx itself is a standalone native binary.
Some pnpm configurations block dependency lifecycle scripts by default. In that case, the first cmx command downloads and verifies the same matching binary automatically.
