Icon

Bun

Bun is a fast, all-in-one JavaScript runtime, bundler, transpiler, task runner, and npm client designed for running, building, testing, and debugging JavaScript and TypeScript projects with high performance and low startup times. It supports JSX, TypeScript, and includes built-in testing capabilities.
Latest: 1.3.14 Winget
Last checked: Jun 9, 2026 12:10am
Rank: 271/15140
Also monitored via:
GitHub Releases Site Monitor
Follow to track new versions in your feed.
Report

Overview

0
License: MITWinget: Available

Version & Lifecycle

0
Current: 1.3.14 N-2: 1.3.12 Avg cadence: Every 9 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

Configuration note • May 2, 2026
0

Configuration tip

Use bun install --silent to suppress all logging output during automated deployments, or bun install --dry-run to validate dependency resolution without writing files or installing packages—both options are useful for pre-flight checks in enterprise environments. For deployments requiring specific dependency isolation behavior, configure the linker property in your project’s bunfig.toml to "isolated" (recommended for monorepos to prevent phantom dependencies) or "hoisted" (for traditional npm-like behavior).

Release Notes & Updates

0
Avg cadence:
Updates • 0

Help us match vulnerabilities

No vulnerability match yet. Pick the right product:

Looking for matching products…
Don’t see it? Paste a CPE

Also known as

Other names people use for this app — helps search and matching.

Bunoven-sh Bun

Packaging Notes

0

All-in-one JavaScript runtime with built-in bundler, transpiler, task runner, and npm client

Notes

0

Bun offers faster startup times and lower memory usage compared to Node.js and Deno, with built-in support for modern web APIs like fetch and WebSocket. It includes hot reloading and is optimized for server-side rendering, microservices, and local-first apps.