{"id":26051,"library":"oriservice-windows-amd64","title":"ori service (Windows AMD64)","description":"Distributes the prebuilt Windows AMD64 binary for the ori service, which runs inner-loop builds of TypeScript monorepos using esbuild. Version 0.0.0-pre-alpha.2 is a pre-release and not stable. This package is part of the ori toolchain from Microsoft, intended for use on Windows amd64 platforms only. The ori service is designed to accelerate development builds in monorepo setups by leveraging esbuild's speed. Currently in very early alpha stage with no stable release track.","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-amd64","lang":"bash","label":"npm"},{"cmd":"yarn add oriservice-windows-amd64","lang":"bash","label":"yarn"},{"cmd":"pnpm add oriservice-windows-amd64","lang":"bash","label":"pnpm"}],"dependencies":[],"imports":[],"quickstart":{"code":"#!/usr/bin/env bash\n# ori service is a platform binary package; no JavaScript imports.\n# Download and run the service:\nnpx oriservice-windows-amd64@0.0.0-pre-alpha.2 &\n# Wait for service to start, then run ori commands\nori build --service=http://localhost:3000","lang":"typescript","description":"Illustrates how to run the ori service binary on Windows AMD64."},"warnings":[{"fix":"Pin to exact version and monitor release notes.","message":"Pre-release software: API and behavior may change without notice.","severity":"breaking","affected_versions":"0.0.0-pre-alpha.2"},{"fix":"Use the correct platform package for your OS (e.g., oriservice-linux-amd64, oriservice-darwin-arm64).","message":"Platform-specific package: only works on Windows AMD64. Install on other platforms will result in missing binary.","severity":"gotcha","affected_versions":">=0"},{"fix":"Use npx or direct binary execution instead of require/import.","message":"Package is a binary distribution; no JS/TS imports are available.","severity":"gotcha","affected_versions":">=0"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[{"fix":"This is a binary package, not a JS module. Use npx or execute the binary directly.","cause":"Attempting to import the package as a JavaScript module.","error":"Error: Cannot find module 'oriservice-windows-amd64'"},{"fix":"Use npx oriservice-windows-amd64 or add node_modules/.bin to PATH.","cause":"Binary not in PATH after npm install.","error":"zsh: command not found: oriservice-windows-amd64"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}