bun-v1.3.4

oven-sh/bunbun-v1.3.4Dec 7, 2025by Jarred-Sumner

AI Summary

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

Key Highlights

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

Full Release Notes

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

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

### Thanks to 14 contributors!

- [@alii](https://github.com/alii)
- [@amdad121](https://github.com/amdad121)
- [@dylan-conway](https://github.com/dylan-conway)
- [@eroderust](https://github.com/eroderust)
- [@jarred-sumner](https://github.com/jarred-sumner)
- [@lydiahallie](https://github.com/lydiahallie)
- [@markovejnovic](https://github.com/markovejnovic)
- [@nektro](https://github.com/nektro)
- [@pfgithub](https://github.com/pfgithub)
- [@riskymh](https://github.com/riskymh)
- [@robobun](https://github.com/robobun)
- [@shendongming](https://github.com/shendongming)
- [@tamicktom](https://github.com/tamicktom)
- [@taylordotfish](https://github.com/taylordotfish)