
Security News
6 AppSec CTOs Debate Open Source Supply Chain Security at Black Hat
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.
@runner-run/android-arm64
Advanced tools
Prebuilt runner + run aarch64-linux-android binaries for runner-run; selected automatically by npm, also runnable standalone via npx.
Prebuilt runner and run binaries for android · arm64 (rustc target aarch64-linux-android).
The platform-specific package of runner-run.
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 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.
The package is a working CLI in its own right; its bins point straight at the bundled
runner and run binaries, so on a matching machine it runs without the facade:
npx --package=@runner-run/android-arm64 runner install -f build test
npx --package=@runner-run/android-arm64 runner list
npx --package=@runner-run/android-arm64 run <task>
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.
runner and run: prebuilt native binaries under bin/.Released under the same license as runner-run (see LICENSE).
FAQs
Prebuilt runner + run aarch64-linux-android binaries for runner-run; selected automatically by npm, also runnable standalone via npx.
The npm package @runner-run/android-arm64 receives a total of 11 weekly downloads. As such, @runner-run/android-arm64 popularity was classified as not popular.
We found that @runner-run/android-arm64 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.

Research
/Security News
Thirteen malicious Packagist themes expose visitors on unpatched iPhones to a WebKit-to-kernel exploit chain that steals device data and wallet seeds.

Research
/Security News
Ten malicious OpenAPI React Query Codegen versions were published to npm in the Mini Shai-Hulud attack, all with valid provenance.