🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@runner-run/freebsd-arm64

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@runner-run/freebsd-arm64

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

latest
Source
npmnpm
Version
0.21.0
Version published
Maintainers
1
Created
Source

@runner-run/freebsd-arm64

Prebuilt runner and run binaries for freebsd · arm64 (rustc target aarch64-unknown-freebsd). 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/freebsd-arm64 runner install -f build test
npx --package=@runner-run/freebsd-arm64 runner list
npx --package=@runner-run/freebsd-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 21 Jul 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