bun-v1.3.6
oven-sh/bunbun-v1.3.6Jan 13, 2026by Jarred-Sumner
AI Summary
Bun v1.3.6 is a substantial update with contributions from 23 developers. It includes bug fixes and general improvements detailed in the blog.
Key Highlights
- Patch release
- Large contributor base (23 developers)
- Link to detailed release notes
- Standard installation methods
Full Release Notes
To install Bun v1.3.6 ```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.6: ```bash bun upgrade ``` ### [Read Bun v1.3.6's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.6) ### Thanks to 23 contributors! - [@alii](https://github.com/alii) - [@billywhizz](https://github.com/billywhizz) - [@bmwalters](https://github.com/bmwalters) - [@cirospaciari](https://github.com/cirospaciari) - [@d4mr](https://github.com/d4mr) - [@darwin808](https://github.com/darwin808) - [@dylan-conway](https://github.com/dylan-conway) - [@emwadde](https://github.com/emwadde) - [@franklinfollis](https://github.com/franklinfollis) - [@jackkleeman](https://github.com/jackkleeman) - [@jarred-sumner](https://github.com/jarred-sumner) - [@kjanat](https://github.com/kjanat) - [@makuko](https://github.com/makuko) - [@mattermoran](https://github.com/mattermoran) - [@nektro](https://github.com/nektro) - [@nfreya](https://github.com/nfreya) - [@nicocevallos](https://github.com/nicocevallos) - [@rekram1-node](https://github.com/rekram1-node) - [@remorses](https://github.com/remorses) - [@robobun](https://github.com/robobun) - [@sosukesuzuki](https://github.com/sosukesuzuki) - [@sqdshguy](https://github.com/sqdshguy) - [@veggiesaurus](https://github.com/veggiesaurus)