# Bun bun-v1.4.1 — Bun v1.4.1 - Product: Bun (https://whatsnew.fyi/product/bun) - Vendor: Oven - Date: 2026-09-04 - Version: bun-v1.4.1 - Original notes: https://github.com/oven-sh/bun/releases/tag/bun-v1.4.1 - Permalink: https://whatsnew.fyi/product/bun/releases/bun-v1.4.1 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- To install Bun v1.4.1 ```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.4.1: ```bash bun upgrade ``` ###### [Read Bun v1.4.1's release notes on Bun's blog](https://bun.com/blog/bun-v1.4.1) ###### Thanks to 7 contributors! - [@alii](https://github.com/alii) - [@dylan-conway](https://github.com/dylan-conway) - [@jarred-sumner](https://github.com/jarred-sumner) - [@jvitormelo](https://github.com/jvitormelo) - [@marshallofsound](https://github.com/marshallofsound) - [@robobun](https://github.com/robobun) - [@sosukesuzuki](https://github.com/sosukesuzuki)