@mininglamp-oss/octo-cli
npm distribution of octo-cli — the
command-line interface for the Octo ecosystem, built for AI Agent Bots.
npm install -g @mininglamp-oss/octo-cli
octo-cli --help
This package is a thin Node wrapper around the prebuilt Go binary. The matching
platform binary is shipped inside an npm optional dependency such as
@mininglamp-oss/octo-cli-darwin-arm64; the octo-cli command resolves that
sub-package and execs the binary directly. Install does not download anything
from GitHub.
Supported platforms: macOS, Linux, Windows on x64 / arm64.
For other install methods (Homebrew, raw binary, go install) and full usage,
see the main README.
Trust model
The main package and platform sub-packages are published with npm
--provenance, producing Sigstore attestations that link each tarball back to
the GitHub Actions workflow that published it. You can verify them with:
npm audit signatures
GitHub Release archives are still published for non-npm channels and are
covered by checksums.txt, but npm installs use npm registry tarballs and npm's
own integrity checks.