bun-v1.2.23

oven-sh/bunbun-v1.2.23Sep 28, 2025by Jarred-Sumner

AI Summary

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

Key Highlights

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

Full Release Notes

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

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

### Thanks to 16 contributors!

- [@alii](https://github.com/alii)
- [@btcbobby](https://github.com/btcbobby)
- [@cirospaciari](https://github.com/cirospaciari)
- [@donisaac](https://github.com/donisaac)
- [@dylan-conway](https://github.com/dylan-conway)
- [@filipstev](https://github.com/filipstev)
- [@jarred-sumner](https://github.com/jarred-sumner)
- [@markovejnovic](https://github.com/markovejnovic)
- [@nathanwhit](https://github.com/nathanwhit)
- [@nektro](https://github.com/nektro)
- [@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)
- [@vfilanovsky-openai](https://github.com/vfilanovsky-openai)