New:Socket for Asana Is Now Available.Learn more
Get Started

@runner-run/android-arm64

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@runner-run/android-arm64

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

latest
Source
npmnpm
Version
0.25.1
Version published
Weekly downloads
28
-83.33%
Maintainers
1
Weekly downloads
 
Created
Source

@runner-run/android-arm64

Prebuilt runner and run binaries for android · arm64 (rustc target aarch64-linux-android). 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 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; 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.

Contents

  • runner and run: prebuilt native binaries under 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 12 Aug 2026

Related posts