bun-v1.3.7
oven-sh/bunbun-v1.3.7Jan 27, 2026by Jarred-Sumner
AI Summary
Bun v1.3.7 brings general improvements to the Bun runtime environment. The release notes are available on the Bun blog.
Key Highlights
- Patch release
- Acknowledgment of 11 contributors
- Link to detailed blog notes
- Available via npm and curl
Full Release Notes
To install Bun v1.3.7 ```bash curl -fsSL https://bun.sh/install | bash # or you can use npm # npm install -g bun ``` Windows: ```bash powershell -c "irm bun.sh/install.ps1|iex" ``` To upgrade to Bun v1.3.7: ```bash bun upgrade ``` ### [Read Bun v1.3.7's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.7) ### Thanks to 11 contributors! - [@alii](https://github.com/alii) - [@cirospaciari](https://github.com/cirospaciari) - [@dylan-conway](https://github.com/dylan-conway) - [@jarred-sumner](https://github.com/jarred-sumner) - [@kirillmarkelov](https://github.com/kirillmarkelov) - [@mmitchellg5](https://github.com/mmitchellg5) - [@remorses](https://github.com/remorses) - [@robobun](https://github.com/robobun) - [@sosukesuzuki](https://github.com/sosukesuzuki) - [@vadim-anthropic](https://github.com/vadim-anthropic) - [@wovw](https://github.com/wovw)