Skip to content

[GitHub Trending] oven-sh/bun

8.1 relevance
Score Breakdown
technical depth
7
novelty
5
actionability
8
community
8
strategic
7
personal
9

Scored daily by a customisable AI persona to surface the most relevant engineering leadership news.

Very relevant to developer tooling, high community signal.

Languages github.com
Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one - oven-sh/bun
Summary

Bun is an all-in-one JavaScript/TypeScript toolkit shipping as a single executable, replacing Node.js with a Zig-based runtime running on JavaScriptCore for dramatically lower startup times and memory usage. It includes a built-in package manager (`bun install`), test runner (`bun test`), bundler, and a broad API surface covering HTTP servers, SQLite, PostgreSQL, Redis, S3, and more. Bun supports Linux (x64/arm64), macOS, and Windows, and can be installed via curl, npm, Homebrew, or Docker.