bun-v1.3.5

oven-sh/bunbun-v1.3.5Dec 17, 2025by Jarred-Sumner

AI Summary

Bun v1.3.5 is a patch release focused on maintaining stability and fixing issues. The full changelog is linked on the official blog.

Key Highlights

  • Maintenance update
  • Contributions from 10 developers
  • Link to detailed release notes
  • Windows and Unix installation support

Full Release Notes

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

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

### Thanks to 10 contributors!

- [@alii](https://github.com/alii)
- [@cirospaciari](https://github.com/cirospaciari)
- [@crishoj](https://github.com/crishoj)
- [@dylan-conway](https://github.com/dylan-conway)
- [@elfayer](https://github.com/elfayer)
- [@hamidrezahanafi](https://github.com/hamidrezahanafi)
- [@jarred-sumner](https://github.com/jarred-sumner)
- [@kylekz](https://github.com/kylekz)
- [@robobun](https://github.com/robobun)
- [@ryangst](https://github.com/ryangst)