bun-v1.3.13

KevinVandy/mantine-react-tablebun-v1.3.13Apr 20, 2026by Jarred-Sumner

AI Summary

Installs Bun v1.3.13, providing updated installation instructions for various operating systems and linking to detailed release notes.

Key Highlights

  • Installation methods via curl, npm, and PowerShell
  • Link to detailed release notes on the Bun blog
  • Acknowledgment of 8 contributors

New Features

  • Installation instructions for Bun v1.3.13

Full Release Notes

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

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

### Thanks to 8 contributors!

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