New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@strongdm/leash

Package Overview
Dependencies
Maintainers
4
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@strongdm/leash

Prebuilt leash CLI binaries distributed for Node.js environments.

latest
Source
npmnpm
Version
1.1.7
Version published
Maintainers
4
Created
Source

@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 --version

Usage

Once installed, invoke the CLI exactly as you would the native binary:

leash --help
leash ssh my-server

The 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.

FAQs

Package last updated on 11 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts