mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 03:48:56 +00:00
This adds comprehensive documentation explaining the .bunx file format used on Windows for package executables. The documentation covers: - Why .bunx files were created (symlink limitations, shebang issues, etc.) - Performance benefits (11x faster than npm run/npx) - Developer experience improvements (no "Terminate batch job?" prompts) - Cross-compatibility with both Bun and Node.js Added to both the `bun run` CLI docs and install docs to ensure users understand this Windows-specific feature. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>