@strongdm/leash
v1.1.5
Published
Prebuilt leash CLI binaries distributed for Node.js environments.
Keywords
Readme
@strongdm/leash
The official npm distribution of the leash CLI. This package ships prebuilt binaries for macOS and Linux across amd64 and arm64 hardware targets and provides a lightweight Node-based launcher that mirrors the behaviour of the standalone binary release.
Installation
npm install -g @strongdm/leash
# or
npx @strongdm/leash --versionUsage
Once installed, invoke the CLI exactly as you would the native binary:
leash --help
leash ssh my-serverThe launcher resolves the bundled binary for your current process.platform and process.arch combination, forwards standard input/output, and exits with the wrapped process status code.
Supported Platforms
- macOS on Apple silicon (
darwin,arm64) - macOS on Intel (
darwin,x64) - Linux on Intel (
linux,x64) - Linux on ARM (
linux,arm64)
Note: Windows users can download and run the Linux binary through WSL.
Repository
Source code and issue tracking live in strongdm/leash. Contributions should target that repository; this npm package is generated automatically by the release pipeline.
License
Distributed under the Apache 2.0 License.
