@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).