ORI Service is a platform- and architecture-specific native binary package (darwin-arm64) for the ORI build toolchain, which provides tools and plugins for running inner-loop builds of TypeScript monorepos using esbuild. Current version is 0.0.0-pre-alpha.2, indicating a very early pre-alpha stage with no stable release cadence. It is designed to accelerate TypeScript monorepo development by leveraging esbuild's fast bundling. This package is one of many platform-specific binaries automatically resolved by the @microsoft/ori package. Key differentiator: ORI is part of Microsoft's experimental tooling for monorepo inner-loop, but as a pre-alpha build, it is not suitable for production use and its API is subject to breaking changes.
npm install oriservice-darwin-arm64No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs the ORI toolchain and runs a build using the tsconfig manifest.
Wait for stable releases or pin exact version.
Always install the parent package @microsoft/ori instead of platform-specific packages.
Ensure the esbuild version used by ORI is compatible with your project.
Replace 'oriservice-darwin-arm64' with '@microsoft/ori' in package.json dependencies.
Import from '@microsoft/ori' instead.
Uninstall and install '@microsoft/ori' which will automatically select the correct platform binary.
No dependency data recorded yet.