bun-v1.3.2

oven-sh/bunbun-v1.3.2Nov 8, 2025by Jarred-Sumner

AI Summary

Maintenance release for Bun v1.3.2 featuring updated installation instructions and acknowledgments for contributors.

Key Highlights

  • Link to detailed release notes on bun.com/blog
  • 18 contributors recognized in the release

Full Release Notes

To install Bun v1.3.2
```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.2:
```bash
bun upgrade
```

### [Read Bun v1.3.2's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.2)

### Thanks to 18 contributors!

- [@alii](https://github.com/alii)
- [@avarayr](https://github.com/avarayr)
- [@braden-w](https://github.com/braden-w)
- [@cirospaciari](https://github.com/cirospaciari)
- [@csvlad](https://github.com/csvlad)
- [@dylan-conway](https://github.com/dylan-conway)
- [@fraidev](https://github.com/fraidev)
- [@jarred-sumner](https://github.com/jarred-sumner)
- [@lillious](https://github.com/lillious)
- [@lydiahallie](https://github.com/lydiahallie)
- [@markovejnovic](https://github.com/markovejnovic)
- [@nektro](https://github.com/nektro)
- [@nkxxll](https://github.com/nkxxll)
- [@pfgithub](https://github.com/pfgithub)
- [@riskymh](https://github.com/riskymh)
- [@robobun](https://github.com/robobun)
- [@sosukesuzuki](https://github.com/sosukesuzuki)
- [@taylordotfish](https://github.com/taylordotfish)