bun-v1.3.0

oven-sh/bunbun-v1.3.0Oct 10, 2025by Jarred-Sumner

AI Summary

Bun v1.3.0 introduces new features and changes, accessible via the provided blog post link. Includes standard installation and upgrade scripts.

Key Highlights

  • Link to blog post for v1.3 details
  • Windows installation support via PowerShell
  • Upgrade command: bun upgrade

Full Release Notes


[Read the blog post](https://bun.com/1.3)

<a href="https://bun.com/1.3">

<img width="1536" height="1024" alt="Group 77" src="https://github.com/user-attachments/assets/54a1710b-fdec-4de9-8fbd-84c640ab1f1e" />


</a>

Windows:
```bash
powershell -c "irm bun.sh/install.ps1|iex"
```

To upgrade to Bun v1.3:
```bash
bun upgrade
```