Jarred Sumner
jarredsumner.com
Jarred Sumner
@jarredsumner.com
building Bun. formerly: stripe (twice) thielfellowship. high school dropout 🌈
Reposted by Jarred Sumner
30 days until Bun v1.3
August 29, 2025 at 6:02 PM
Reposted by Jarred Sumner
Bun v1.2.15
- Fixes 11 issues (addressing 261 👍)
- `bun audit` scans for vulnerabilities
- `bun pm view `
- `bun init` adds a Cursor rule
- `bun ./index.html` gets "Automatic workspace folders" edit files in browser
- Fixes for vm & worker_threads

bun.sh/blog/bun-v1....
Bun v1.2.15
Fixes 11 issues (addressing 261 👍). bun audit scans dependencies for security vulnerabilities, bun pm view shows package metadata from npm. bun init adds a Cursor rule to use Bun instead of Node.js/Vi...
bun.sh
May 28, 2025 at 7:10 PM
It will only get better
Using @bun.sh’s fullstack Dev server is amazing, it’s there perfect tool for a quick demo or a Proof of Concept.
May 6, 2025 at 9:32 PM
Bun’s 60 day goal: get 90% of Node.js’ test suite to pass in Bun

For Bun employees during these 60 days, we setup a $200 bonus for every single newly passing test file from Node.js’ test suite that merges.
April 23, 2025 at 12:30 AM
In the next version of Bun

`Bun.redis` is Bun's builtin Redis client
April 6, 2025 at 12:04 PM
Reposted by Jarred Sumner
Bun v1.2.7
- Fixes 35 bugs (addressing 219 👍)
- Builtin request.cookies.set & get in Bun.serve() routes
- Fixed TypeScript type definitions conflicts with `@types/node` & libdom
- Bugfixes for node:http, node:vm

Thanks to 13 contributors! Full release notes below
March 27, 2025 at 10:47 AM
Reposted by Jarred Sumner
Bun v1.2.6
- Fixes 74 bugs (addressing 36 👍)
- node:crypto gets faster & more Node.js compatible
- Faster fastify & express
- `timeout` in Bun.spawn
- Dev Server stability fixes
- Bun.SQL unix domain sockets

Thanks to 23 contributors!
bun.sh/blog/bun-v1....
Bun v1.2.6
Fixes 74 bugs (addressing 36 👍). Faster, more compatible node:crypto. `timeout` option in Bun.spawn. Support for `module.children` in `node:module`. Connect to PostgreSQL via unix sockets with `Bun.SQ...
bun.sh
March 25, 2025 at 8:09 AM
Reposted by Jarred Sumner
Bun v1.2.4
- Frontend dev server stability improvements
- Codesign compiled executables on macOS
- Up to 60% faster `bun build` on macOS
- Node.js compatibility fixes
- Faster array.includes
- Many bugfixes

Thanks to 17 contributors!
bun.sh/blog/bun-v1....
Bun v1.2.4
Up to 60% faster Bun.build on macOS, codesigning support for single-file executables on macOS, dev server stability improvements, fixes a regression from v1.2.3 affecting Hono, fixes up/down buttons i...
bun.sh
February 26, 2025 at 10:26 AM
Reposted by Jarred Sumner
Bun マジで体験良すぎるのよな
個人開発で JS で何か作るときは完全に Bun 一択になってしまった
February 22, 2025 at 12:44 PM
Bun's frontend dev server designs for incremental builds. Changing one file doesn't rebuild everything.
February 23, 2025 at 12:57 AM
Reposted by Jarred Sumner
Bun v1.2.3
- Fixes 128 bugs (addressing 349 👍)
- Incredibly fast frontend dev server with hot reloading
- Builtin routes in Bun.serve
- Many Bun.SQL fixes
- Wasm gets faster
- Node compatibility improvements for napi & Buffer

Thanks to 23 contributors!
bun.sh/blog/release...
Bun v1.2.3
Fixes 128 bugs (addressing 349 👍). Bun gets a full-featured frontend development toolchain with incredibly fast hot reloading and bundling. Built-in routing for Bun.serve() makes it simpler to build w...
bun.sh
February 22, 2025 at 7:22 AM
The path to get 90% of Node’s test suite to pass in Bun is clear.
February 18, 2025 at 6:06 PM
In the next version of Bun

Bun.serve() gets a simple builtin router.
February 16, 2025 at 4:40 PM
In the next version of Bun

`bun init` gets a new "React" option
February 13, 2025 at 2:33 PM
Reposted by Jarred Sumner
In the next version of Bun

Bun.serve() gets builtin support for hot reloading frontend applications.
February 11, 2025 at 8:05 AM
In the next version of Bun

`bun create ./MyComponent.tsx` turns a React component into a running dev server with zero config
February 7, 2025 at 3:20 PM
In the next version of Bun

`bun ./index.html` starts a frontend dev server
February 2, 2025 at 3:44 PM
Reposted by Jarred Sumner
Bun v1.2.2
- Fixes 38 bugs (addressing 129 👍)
- JavaScript idle memory usage reduced by 10–30%
- Fixes v1.2.1 regression impacting `vite build`
- Node compatibility fixes
- Reliability improvements to Bun.SQL and Bun.S3Client

Thanks to 12 contributors!
bun.sh/blog/bun-v1....
Bun v1.2.2
Fixes 38 bugs (addressing 129 👍). JavaScript idle memory usage drops by 10–30%. Fixes regression impacting vite build. Reliability improvements to Bun.SQL, Bun.S3Client, Bun's CSS parser. Node.js comp...
bun.sh
February 1, 2025 at 5:44 AM
Reposted by Jarred Sumner
Reposted by Jarred Sumner
Bun v1.2 in 17 hours

youtu.be/uSzffuqfJQk?...
Bun 1.2
YouTube video by Bun
youtu.be
January 20, 2025 at 10:23 PM
you probably didn't know Bun has all this builtin
January 20, 2025 at 6:56 AM
Reposted by Jarred Sumner
Add a React frontend to your Express app in 7 lines of code with Bun
January 17, 2025 at 5:31 AM
Reposted by Jarred Sumner
Bun v1.1.44
- Fixes 43 bugs
- 90% of Node's tests for the `dns` module pass in Bun
- Bundle & serve frontend apps in Bun.serve()
- `bunx --no-install [...]`
- Bugfixes to Bun's S3 client, HTMLRewriter, node:fs and more

Thanks to 21 contributors!
bun.sh/blog/bun-v1....
Bun v1.1.44
Fixes 43 bugs. > 90% of the 'dns' module tests from Node.js' test suite now pass in Bun. You can now build frontend applications on-demand in Bun.serve(). Adds xxHash support to Bun.hash(). Adds suppo...
bun.sh
January 17, 2025 at 5:29 AM
Bun v1.2 ships on January 21
January 11, 2025 at 1:07 AM
Downloading 7,000 24 KiB files in parallel from S3 in us-east-1

left: Bun v1.1.44 with Bun's S3 client
right: Node v23.6.0 with AWS SDK v3
January 10, 2025 at 10:41 AM