bun-v1.3.14

immich-app/immichbun-v1.3.14May 13, 2026by Jarred-Sumner

AI Summary

This update provides installation and upgrade instructions for Bun v1.3.14, along with acknowledgments to 11 contributors, though specific feature details are linked to the Bun blog.

Key Highlights

  • Installation and upgrade instructions provided via curl, npm, and PowerShell.
  • Acknowledgment of 11 contributors to the release.
  • Link to detailed release notes on Bun's blog.

New Features

  • Installation and upgrade instructions for v1.3.14
  • Acknowledgment of contributors

Full Release Notes

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

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

### Thanks to 11 contributors!

- [@190n](https://github.com/190n)
- [@alii](https://github.com/alii)
- [@carlsmedstad](https://github.com/carlsmedstad)
- [@cirospaciari](https://github.com/cirospaciari)
- [@coleleavitt](https://github.com/coleleavitt)
- [@djs5008](https://github.com/djs5008)
- [@dylan-conway](https://github.com/dylan-conway)
- [@ig-ant](https://github.com/ig-ant)
- [@Jarred-Sumner](https://github.com/Jarred-Sumner)
- [@robobun](https://github.com/robobun)
- [@sosukesuzuki](https://github.com/sosukesuzuki)