Sign In

@runner-run/linux-arm64-gnu

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@runner-run/linux-arm64-gnu

Prebuilt runner + run aarch64-unknown-linux-gnu binaries for runner-run; selected automatically by npm, also runnable standalone via npx.

Source
npmnpm
Version
0.18.0
Version published
Weekly downloads
94
-50.53%
Maintainers
1
Weekly downloads
 
Created
Source

@runner-run/linux-arm64-gnu

Prebuilt runner and run binaries for linux · arm64 · glibc (rustc target aarch64-unknown-linux-gnu). The platform-specific package of runner-run.

Do I install this?

Usually not. Install the main package and npm picks the matching binary for your platform automatically:

npm install runner-run

This package is listed in runner-run's optionalDependencies. npm resolves the one whose os/cpu/libc matches your machine and skips the rest, so the wrapper finds these binaries with no postinstall step. Depending on it directly pins you to a single platform, so prefer runner-run for anything portable.

Standalone use

The package is a working CLI in its own right — it ships a runner bin that launches the bundled binary, so on a matching machine it runs without the facade:

npx @runner-run/linux-arm64-gnu list
npx @runner-run/linux-arm64-gnu install -f build test
npx --package=@runner-run/linux-arm64-gnu runner run lint

Useful when you want a platform-pinned install (e.g. a locked-down CI image) without pulling the facade and its sibling platform packages into the resolution.

Contents

  • runner and run: prebuilt native binaries under bin/.
  • runner.cjs: package-relative launcher backing the runner bin.
  • No dependencies, no install scripts, no network access.

More

Released under the same license as runner-run (see LICENSE).

Keywords

runner-run

FAQs

Package last updated on 04 Jul 2026

Related posts