bun-v1.3.12

oven-sh/bunbun-v1.3.12Apr 10, 2026by dylan-conway

AI Summary

Bun v1.3.12 is a standard patch release containing general optimizations and fixes. The complete list of changes is hosted on the Bun blog.

Key Highlights

  • Maintenance update
  • Contributions from 8 developers
  • Link to detailed release notes
  • Available via npm and curl installation methods

Full Release Notes

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

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

### Thanks to 8 contributors!

- [@alii](https://github.com/alii)
- [@ant-kurt](https://github.com/ant-kurt)
- [@cirospaciari](https://github.com/cirospaciari)
- [@dylan-conway](https://github.com/dylan-conway)
- [@gameroman](https://github.com/gameroman)
- [@jarred-sumner](https://github.com/jarred-sumner)
- [@robobun](https://github.com/robobun)
- [@sosukesuzuki](https://github.com/sosukesuzuki)