ORI Service (Linux/ARM64)

raw JSON →
0.0.0-pre-alpha.2 verified Fri May 01 auth: no javascript deprecated

A Linux ARM64 native binary distribution for the ORI service, designed to accelerate TypeScript monorepo inner-loop builds using esbuild. Pre-release version 0.0.0-pre-alpha.2, published by Microsoft. This package is platform-specific and not intended for direct import; it is an optional dependency of `@microsoft/ori`. No release cadence established. Key differentiator: provides native ARM64 support for faster builds on compatible hardware.

error Module not found: Error: Can't resolve 'oriservice-linux-arm64'
cause Trying to import this package directly as a module in JavaScript/TypeScript.
fix
Do not import this package. It is a native binary that gets downloaded automatically by @microsoft/ori.
deprecated Pre-alpha software — no stability guarantees, may change or disappear at any time.
fix Avoid production use; consider alternatives like esbuild directly.
npm install oriservice-linux-arm64
yarn add oriservice-linux-arm64
pnpm add oriservice-linux-arm64

Shows that this package is not meant for direct use; install @microsoft/ori instead.

// This package is an optional dependency of @microsoft/ori.
// To use the ORI service, install the main package:
npm install @microsoft/ori
// The appropriate binary for your platform will be installed automatically.