Registry / devops / oriservice-windows-arm64

oriservice-windows-arm64

JSON →
library0.0.0-pre-alpha.2jsnpmunverified

Provides the Windows ARM64 binary for ORIService, a tool for running innerloop builds of TypeScript monorepos using esbuild. Version 0.0.0-pre-alpha.2 is an early pre-alpha release with no stable release date. This package is part of the ORIService ecosystem, enabling native execution on ARM64 Windows environments for faster performance. Key differentiators include tight integration with esbuild and focus on monorepo workflows.

npm install oriservice-windows-arm64
INSTALL
IMPORT
SIG · ORISERVICE-WINDOWS
O
oriservice-windows-arm64
devopsjavascriptv0.0.0-pre-alpha.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Shows how to detect the platform and use the binary path for ORIService Windows ARM64.

const path = require('path'); const os = require('os'); // Check if this is Windows ARM64 if (os.platform() === 'win32' && os.arch() === 'arm64') { console.log('ORIService Windows ARM64 binary:', path.join(process.cwd(), 'node_modules', 'oriservice-windows-arm64')); } else { console.log('This package is not meant for this platform/architecture.'); }
Debug
Known issues
breakingPre-alpha version with no stability guarantees. APIs and binary structure may change without notice.
fix
Pin to exact version and expect breaking changes.
affects: >=0.0.0 <1.0.0
gotchaThis package is a platform-specific binary dependency. Do not install it directly; it should be installed as a dependency of ORIService.
fix
Install the main 'ori' package which will pull the correct platform-specific binary.
affects: >=0.0.0
Upgrade
Version history
0.0.0-pre-alpha.2latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
oriservice-windows-arm64 — npm install oriservice-windows-arm64 · libregistry