{"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.","language":"javascript","status":"active","last_verified":"Fri May 01","install":{"commands":["npm install oriservice-windows-arm64"],"cli":null},"imports":[],"auth":{"required":false,"env_vars":[]},"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.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}