bun-v1.3.11

comet-ml/opikbun-v1.3.11Mar 18, 2026by Jarred-Sumner

AI Summary

Bun v1.3.11 is a new release of the Bun JavaScript runtime and package manager, published on March 18, 2026. The release includes installation instructions for multiple platforms and acknowledges contributions from 15 community contributors.

Key Highlights

  • New version of Bun JavaScript runtime (v1.3.11)
  • Installation instructions provided for Linux/macOS and Windows
  • Upgrade instructions included using `bun upgrade` command
  • Acknowledgment of 15 contributors to the release

Full Release Notes

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

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

### Thanks to 15 contributors!

- [@alii](https://github.com/alii)
- [@anthonybaldwin](https://github.com/anthonybaldwin)
- [@baboon-king](https://github.com/baboon-king)
- [@c-stoeckl](https://github.com/c-stoeckl)
- [@cirospaciari](https://github.com/cirospaciari)
- [@dylan-conway](https://github.com/dylan-conway)
- [@gaowhen](https://github.com/gaowhen)
- [@hona](https://github.com/hona)
- [@igorkofman](https://github.com/igorkofman)
- [@jarred-sumner](https://github.com/jarred-sumner)
- [@km-anthropic](https://github.com/km-anthropic)
- [@robobun](https://github.com/robobun)
- [@sosukesuzuki](https://github.com/sosukesuzuki)
- [@ssing2](https://github.com/ssing2)
- [@whiteminds](https://github.com/whiteminds)