Bun 1.1

Bun is a versatile toolkit for JavaScript and TypeScript, offering a range of capabilities from running scripts to building full-stack applications. The latest update, Bun 1.1, is a significant leap forward with over 1,700 commits. Notably, Bun now fully supports Windows, providing a faster alternative to npm on this platform. Additionally, Bun introduces .bunx files for quicker script execution and enhances support for Node.js APIs. Other improvements include a new Bun Shell for simplified shell script execution and new APIs like Bun.Glob for file matching and Bun.Semver for semver string manipulation. Overall, Bun aims to be a comprehensive tool for developers, offering improved performance and compatibility with Node.js.

https://bun.sh/blog/bun-v1.1

To top