{"id":27214,"library":"oriservice-windows-arm64","title":"ORIService Windows ARM64","description":"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.","status":"active","version":"0.0.0-pre-alpha.2","language":"javascript","source_language":"en","source_url":"https://github.com/microsoft/ori","tags":["javascript"],"install":[{"cmd":"npm install oriservice-windows-arm64","lang":"bash","label":"npm"},{"cmd":"yarn add oriservice-windows-arm64","lang":"bash","label":"yarn"},{"cmd":"pnpm add oriservice-windows-arm64","lang":"bash","label":"pnpm"}],"dependencies":[],"imports":[],"quickstart":{"code":"const path = require('path');\nconst os = require('os');\n// Check if this is Windows ARM64\nif (os.platform() === 'win32' && os.arch() === 'arm64') {\n  console.log('ORIService Windows ARM64 binary:', path.join(process.cwd(), 'node_modules', 'oriservice-windows-arm64'));\n} else {\n  console.log('This package is not meant for this platform/architecture.');\n}","lang":"javascript","description":"Shows how to detect the platform and use the binary path for ORIService Windows ARM64."},"warnings":[{"fix":"Pin to exact version and expect breaking changes.","message":"Pre-alpha version with no stability guarantees. APIs and binary structure may change without notice.","severity":"breaking","affected_versions":">=0.0.0 <1.0.0"},{"fix":"Install the main 'ori' package which will pull the correct platform-specific binary.","message":"This package is a platform-specific binary dependency. Do not install it directly; it should be installed as a dependency of ORIService.","severity":"gotcha","affected_versions":">=0.0.0"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}