xint-requires-bun-runtime-not-nodejs
xint is a TypeScript/Bun project and requires the Bun runtime, not Node.js. Install via curl -fsSL bun.sh/install | bash; binary lands at ~/.bun/bin/bun. A global launcher script at /usr/local/bin/xint must source the project .env and exec bun run xint.ts. Module resolution errors at launch typically indicate the launcher is not sourcing credentials or not running from the correct directory.