bun-v1.3.1

oven-sh/bunbun-v1.3.1Oct 22, 2025by Jarred-Sumner

AI Summary

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

Key Highlights

  • Link to detailed release notes on bun.com/blog
  • 15 contributors recognized in the release
  • Special thanks to Martin Schwarzl of Cloudflare for fuzzing and reporting several bugs

Full Release Notes

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

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

### Thanks to 15 contributors!

- [@alinalihassan](https://github.com/alinalihassan)
- [@cirospaciari](https://github.com/cirospaciari)
- [@dylan-conway](https://github.com/dylan-conway)
- [@hoxyy](https://github.com/hoxyy)
- [@jarred-sumner](https://github.com/jarred-sumner)
- [@jsparkdev](https://github.com/jsparkdev)
- [@mariusz4044](https://github.com/mariusz4044)
- [@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)
- [@shlomocode](https://github.com/shlomocode)
- [@sosukesuzuki](https://github.com/sosukesuzuki)
- [@taylordotfish](https://github.com/taylordotfish)

Special thanks to Martin Schwarzl of Cloudflare for fuzzing & reporting several bugs!!