bun-v1.3.3

oven-sh/bunbun-v1.3.3Nov 21, 2025by Jarred-Sumner

AI Summary

Maintenance release for Bun v1.3.3 featuring updated installation scripts and acknowledgments for contributors.

Key Highlights

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

Full Release Notes

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

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

### Thanks to 19 contributors!

- [@alii](https://github.com/alii)
- [@braden-w](https://github.com/braden-w)
- [@cirospaciari](https://github.com/cirospaciari)
- [@connerlphillippi](https://github.com/connerlphillippi)
- [@dioro](https://github.com/dioro)
- [@dylan-conway](https://github.com/dylan-conway)
- [@halil-pan](https://github.com/halil-pan)
- [@hona](https://github.com/hona)
- [@jarred-sumner](https://github.com/jarred-sumner)
- [@lydiahallie](https://github.com/lydiahallie)
- [@markovejnovic](https://github.com/markovejnovic)
- [@minigod](https://github.com/minigod)
- [@nathanosoares](https://github.com/nathanosoares)
- [@nektro](https://github.com/nektro)
- [@ocodista](https://github.com/ocodista)
- [@pfgithub](https://github.com/pfgithub)
- [@riskymh](https://github.com/riskymh)
- [@robobun](https://github.com/robobun)
- [@yinheli](https://github.com/yinheli)