Skip to content
Runtime

Bun Releases

Track every Bun release from latest stable to end-of-life. Version timelines, performance benchmarks, and upgrade guidance for JavaScript and TypeScript developers.

Total Versions

Supported

Latest

Version Timeline

All tracked releases with lifecycle status and EOL dates.

Loading version data…

Embed Badges

Add live Bun status badges to your README, docs, or dashboard.

Health Status

Overall support health

Bun Health Status
![Bun Health Status](https://img.releaserun.com/badge/health/bun.svg)

EOL Countdown

Next end-of-life date

Bun EOL Countdown
![Bun EOL Countdown](https://img.releaserun.com/badge/eol/bun.svg)

Latest Version

Current stable release

Bun Latest Version
![Bun Latest Version](https://img.releaserun.com/badge/v/bun.svg)

CVE Status

Known vulnerabilities

Bun CVE Status
![Bun CVE Status](https://img.releaserun.com/badge/cve/bun.svg)

Frequently Asked Questions

Common questions about Bun releases and lifecycle.

What is Bun?
Bun is an all-in-one JavaScript runtime, bundler, transpiler, and package manager built with Zig and JavaScriptCore. It aims to be a faster drop-in replacement for Node.js.
How often does Bun release updates?
Bun ships frequent releases, sometimes multiple per week. As a newer runtime it is evolving rapidly with bug fixes and new features.
Is Bun production-ready?
Bun has reached 1.0 and many teams use it in production. However, the ecosystem is still maturing compared to Node.js. Evaluate compatibility with your specific dependencies.
Can I use Bun with existing Node.js projects?
Bun aims for Node.js compatibility and can run most Node.js code. It supports package.json, node_modules, and most Node.js APIs. Some edge cases may require adjustments.

Related Tools