bun.sh

https://bun.sh

Bundle, install, and run JavaScript & TypeScript — all in Bun. Bun is a new JavaScript runtime with a native bundler, transpiler, task runner, and npm client built-in.

フィード

記事のアイキャッチ画像
Bun v1.1.7
bun.sh
Fixes 28 bugs (addressing 11 👍). Glob workspace names in bun install. Asymmetric matcher support in expect.extends() equals. bunx --version. Bugfixes to JSX transpilation, sourcemaps, cross-compilation of standalone executables, bun shell, RegExp, Worker on Windows, and Node.js compatibility improvements.
7日前
記事のアイキャッチ画像
Bun v1.1.6
はてなブックマークアイコン 2
bun.sh
Fixes 10 bugs (addressing 512 👍). UDP sockets! node:dgram! DataDog and ClickHouseDB! Fixes a bug impacting SvelteKit. Array#sort gets 15% - 135% faster. Fixes a regression in node:http from v1.1.5. Node.js compatibiltiy improvements and bugfixes.
12日前
記事のアイキャッチ画像
Bun v1.1.5
はてなブックマークアイコン 1
bun.sh
Fixes 64 bugs (addressing 101 👍). Cross-compile standalone JavaScript & TypeScript executables to other platforms with bun build --compile. import any file as text via the `type: 'text'` import attribute. Introduces a new crash reporter. package.json with comments and trailing commas. Fixes a bug where `bun run --filter` exited with 0. Fixes a bug in bun install with file: dependencies. Fixes bugs in `node:tls`, `node:crypto`, `node:readline`, `node:http`, `node:worker_threads`
13日前
記事のアイキャッチ画像
bun.report is Bun's new crash reporter
はてなブックマークアイコン 2
bun.sh
How we built an anonymous Zig/C++ crash reporter that doesn't require debug symbols to be shipped with the application.
14日前
記事のアイキャッチ画像
Bun v1.1.4
bun.sh
Fixes 40 bugs (addressing 84 👍 reactions). `bun run --filter ` lets you run multiple workspace scripts in parallel. Reinstalls get up to 50% faster in bun install. Important reliability fixes to bun install. bun:sqlite supports `using` for resource cleanup and has a few bugfixes. Memory leak impacting Next.js Standalone & Web Streams is fixed. Node.js compatibility improvements to fs and child_process. Fix for 'Connection closed' in fetch(). A few bugfixes for Bundows.
23日前
記事のアイキャッチ画像
Bun v1.1.3
bun.sh
Fixes 5 bugs. bun install gets 50% faster on Windows. A bug that could cause bun install to hang in rare cases has been fixed. A bug where some errors in bun install would not produce a non-zero exit code has been fixed. A bug that could cause specific certain combinations of dependencies to fail to install has been fixed. A bug on Windows where CTRL + C on cmd.exe after exiting bun would not behave as expected has been fixed. A bug where missing permissions on Windows for reading a directory could lead to a crash has been fixed.
1ヶ月前
記事のアイキャッチ画像
Bun v1.1.2
bun.sh
Fixes 4 bugs (addressing 44 👍 reactions). EBUSY on Windows in vite dev, next dev, and saving bun.lockb has been fixed. Object cloning gets 6x faster. Bun Shell gets support for seq, yes, basename and dirname. A TypeScript parsing edgecase has been fixed. A bug causing 'unreachable code' errors has been fixed. fs.watch on Windows has been rewritten to improve performance and reliability.
1ヶ月前
記事のアイキャッチ画像
Bun v1.1.1
bun.sh
Fixes 20 bugs (addressing 60 👍). Add subshell and positional argument support to Bun Shell, fixing an issue with bun install + sharp on Windows. Printed source code in errors no longer fill up your terminal. Upgrades JavaScriptCore, which includes performance improvements to RegExp, typed arrays, String indexOf and String replace. Error objects and JIT'd function calls use less memory. Fixes several bugs with bun install on Windows. Fixes a bug with Bun.serve() on Windows. Fixes a TOML parser bug impacting escape sequences and windows paths in .toml files
1ヶ月前
記事のアイキャッチ画像
Bun 1.1
bun.sh
Bun now supports Windows!
1ヶ月前
記事のアイキャッチ画像
Bun v1.0.36
bun.sh
Fixes 13 bugs. Adds support for `fs.openAsBlob` and `fs.opendir`, fixes edgecase in bun install with multiple `bin` entries in `package.json`, fixes `bun build --target bun` encoding, fixes bug with process.stdin & process.stdout, fixes bug in http2, fixes bug with .env in bun run, fixes various Bun shell bugs and improves Node.js compatibility.
1ヶ月前
記事のアイキャッチ画像
Bun v1.0.34
bun.sh
Fixes 7 bugs, bunx uses less memory, bun install gets faster on Docker & WSL, a conflicting devDependency hoisting bug is fixed, a cyclical CommonJS & ESM import crash is fixed, cross-mount fs.cp & fs.copyFile get 50% faster on Linux, and reliability improvements for bun install & bun's runtime
2ヶ月前
記事のアイキャッチ画像
Bun v1.0.32
bun.sh
Fixes 13 bugs, including 3 I/O regressions from v1.0.31. Improves Node.js compatibility. 'ws' package can now send & receive ping/pong events. util.promisify'd setTimeout setInterval, setImmediate work now. FileHandle methods have been implemented
2ヶ月前
記事のアイキャッチ画像
Bun v1.0.33
bun.sh
Fixes 2 bugs, including a bug with the mv command in Bun Shell and an error in node:crypto when verifying signatures
2ヶ月前
記事のアイキャッチ画像
Bun v1.0.31
bun.sh
Fixes 54 bugs (addresses 113 👍 reactions), introduces `bun --print`, ` | bun run -`, `bun add --trust`, `fetch()` with Unix sockets, fixes macOS binary size regression, fixes high CPU usage bug in spawn() on older linux, adds `util.styleText`, Node.js compatibiltiy improvements, bun install bugfixes, and bunx bugfixes
2ヶ月前
記事のアイキャッチ画像
Bun v1.0.30
bun.sh
Fixes 27 bugs (addressing 103 👍 reactions), fixes an 8x perf regression in Bun.serve(), adds a new `--conditions` flag to `bun build` and Bun's runtime, adds support for `expect.assertions()` and `expect.hasAssertions()` in Bun's test runner, fixes crashes and improves Node.js compatibility
2ヶ月前
記事のアイキャッチ画像
Bun v1.0.29
bun.sh
Fixes 8 bugs. Bun.stringWidth(a) is a ~6,756x faster drop-in replacement for the popular 'string-width' package. bunx checks for updates more frequently. Adds expect().toBeOneOf() in bun:test. Memory leak impacting Prisma is fixed. Shell now supports advanced redirects like '2>&1', '&>'. Reliability improvements to bunx, bun install, WebSocket client, and Bun Shell
3ヶ月前
記事のアイキャッチ画像
Bun v1.0.28
bun.sh
Fixes 6 bugs (addressing 26 👍 reactions). Fixes bugs impacting Prisma and Astro, 'events', 'readline', and 'http2'. Fixes a bug in Bun Shell involving stdin redirection and fixes bugs in bun:test with test.each and describe.only
3ヶ月前
記事のアイキャッチ画像
Bun v1.0.27
bun.sh
Fixes 72 bugs (addressing 192 👍 reactions), Bun Shell supports throwing on non-zero exit codes, stream Response bodies using async generators, improves reliability of fetch(), http2 client, Bun.Glob and Bun Shell. Fixes a regression with bun --watch on Linux. Improves Node.js compatibility
3ヶ月前
記事のアイキャッチ画像
Bun v1.0.26
bun.sh
Fixes 30 bugs (addressing 60 👍 reactions), adds support for multi-statement queries in bun:sqlite, makes bun --watch more reliable in longer-running sessions, Bun.FileSystemRouter now supports more than 64 routes, fixes a bug with expect().toStrictEqual(), fixes 2 bugs with error.stack, improves Node.js compatibility
3ヶ月前
記事のアイキャッチ画像
Bun v1.0.25
bun.sh
Fixes 4 bugs, adds vm.createScript. Fixes a crash in fs.readFile, a crash in Bun.file().text(), a crash in IPC, and a transpiler bug involving loose equals
4ヶ月前
記事のアイキャッチ画像
Bun v1.0.24
bun.sh
Fixes 9 bugs and adds Bun Shell, a fast cross-platform shell with seamless JavaScript interop. Fixes a socket timeout bug, a potential crash when socket closes, a Node.js compatibility issue with Hapi, a process.exit bug, and bun install binlinking bug, bun inspect regression, and bun:test expect().toContain bug
4ヶ月前
記事のアイキャッチ画像
The Bun Shell
bun.sh
The Bun Shell is a cross-platform shell that allows you to run shell scripts in JavaScript & TypeScript
4ヶ月前
記事のアイキャッチ画像
Bun v1.0.23
bun.sh
Fixes 40 bugs (addressing 194 👍 reactions). import & embed sqlite databases in Bun, Resource Management ('using' TC39 stage3) support, bundler improvements when building for Node.js, bugfix for peer dependency resolution, semver bugfix, 4% faster TCP on linux, Node.js compatibility improvements and more
4ヶ月前
記事のアイキャッチ画像
Bun v1.0.22
bun.sh
Fixes `bun install` issues on Vercel, adds `performance.mark()` APIs, adds `child_process` support for extra pipes, makes `Buffer.concat` 10% - 400% faster, adds `toBeEmptyObject` and `toContainKeys` matchers, fixes `console.table` width using emojis, and adds support for `argv` and `execArgv` options in `worker_threads`.
4ヶ月前
記事のアイキャッチ画像
Bun v1.0.21
bun.sh
Fixes 33 bugs (addressing 80 👍 reactions). console.table() support. Bun.write, Bun.file, and bun:sqlite use less memory. Large file uploads with FormData use less memory. bun:sqlite error messages get more detailed. Memory leak in errors from node:fs fixed. Node.js compatibility improvements, and many crashes fixed
4ヶ月前
記事のアイキャッチ画像
Bun v1.0.20
bun.sh
Reduced memory usage for fs.readlink, fs.writeFile, fs.stat and HTMLRewriter. Fixes a regression where setTimeout caused high CPU usage on Linux. Bun.spawn shows how much CPU & memory the process used. HTMLRewriter.transform now supports strings and ArrayBuffer. fs.writeFile() and fs.readFile() now support hex & base64 encodings
5ヶ月前
記事のアイキャッチ画像
Bun v1.0.19
bun.sh
Fixes 26 bugs (addressing 92 👍 reactions). Use @types/bun instead of bun-types. Fixes --frozen-lockfile bug. bcrypt & argon2 packages now work. setTimeout & setInterval get 4x higher throughput. module mocks in bun:test resolve specifiers. Optimized spawnSync() for large stdio on Linux. Bun.peek() gets 90x faster, expect(map1).toEqual(map2) gets 100x faster. Bugfixes to NAPI, bun install, and Node.js compatibility improvements
5ヶ月前
記事のアイキャッチ画像
Bun v1.0.18
bun.sh
Fixes 27 bugs (addressing 28 👍 reactions). A hang impacting create-vite & create-next & stdin has been fixed. Lifecycle scripts reporting "node" or "node-gyp" not found has been fixed. expect().rejects works like Jest now, and more bug fixes
5ヶ月前
記事のアイキャッチ画像
Bun v1.0.17
bun.sh
Fixes 15 bugs (addressing 152 👍 reactions). bun install postinstall scripts run for top 500 packages, `bunx supabase` starts 30x faster than `npx supabase`, `bunx esbuild` starts 50x faster than `npx esbuild` and bugfixes to bun install
5ヶ月前
記事のアイキャッチ画像
Bun v1.0.16
bun.sh
Fixes 49 bugs (addressing 38 👍 reactions). Concurrent IO for Bun.file & Bun.write gets 3x faster and now supports Google Cloud Run & Vercel, Bun.write auto-creates the parent directory if it doesn't exist, `expect.extend` inside of preload works, `napi_create_object` gets 2.5x faster, bugfix for module resolution impacting Astro v4 and p-limit, console.log bugfixes
5ヶ月前
記事のアイキャッチ画像
Bun v1.0.15
bun.sh
Fixes 23 bugs (addressing 117 👍 reactions), `tsc` starts 2x faster, prettier 40% faster. Stable `WebSocket` client, syntax-highlighted errors, cleaner stack traces, add custom test matchers with `expect.extend()`, TensorFlow.js support, fs.readdir recursive is 40x faster than in Node, and more.
5ヶ月前
記事のアイキャッチ画像
Bun v1.0.14
bun.sh
Introduces `Bun.Glob` - a fast glob matcher, fixes a race condition when extracting dependencies during `bun install`, improves TypeScript module resolution in `node_modules`, makes error messages easier to read, and more fixes.
6ヶ月前
記事のアイキャッチ画像
Bun v1.0.13
bun.sh
Fixes 6 bugs (addressing 317 👍 reactions). 'http2' module & gRPC.js work now. Vite 5 & Rollup 4 work. Implements process.report.getReport(), improves support for ES5 'with' statements, fixes a regression in bun install, fixes a crash when printing exceptions, fixes a Bun.spawn bug, and fixes a peer dependencies bug
6ヶ月前
記事のアイキャッチ画像
Bun v1.0.12
bun.sh
Fixes 24 bugs, makes bun's CLI help menus easier to read, adds support for `bun -e`, `bun --env-file`, `server.url`, `import.meta.env`, `expect.unreachable()`, improves support for module mocks, allows importing builtin modules at bundle-time, and improves Node.js compatibility
6ヶ月前
記事のアイキャッチ画像
Bun v1.0.11
bun.sh
Fixes 5 bugs, adds Bun.semver, fixes a bug in bun install and fixes bugs impacting astro and @google-cloud/storage
6ヶ月前
記事のアイキャッチ画像
Bun v1.0.10
bun.sh
Fixes 14 bugs (addressing 102 👍 reactions), node:http gets 14% faster, stability improvements to Bun for Linux ARM64, bun install bugfix, and node:http bugfixes
6ヶ月前
記事のアイキャッチ画像
Bun v1.0.9
bun.sh
Fixes a glibc symbol version error, illegal instruction error, a Bun.spawn bug, an edgecase with peer dependency installs, and a JSX transpiler bugfix
6ヶ月前
記事のアイキャッチ画像
Bun v1.0.8
bun.sh
Fixes 138 bugs (addressing 257 👍 reactions), makes `require()` use 30% less memory, adds module mocking to `bun test`, and improves reliability of `bun install` and Bun.spawn
6ヶ月前
記事のアイキャッチ画像
Bun v1.0.7
bun.sh
Fixes 59 bugs (addressing 78 👍 reactions), support for optional `peerDependencies`, improvements to Node.js compatibility, and more stability for `bun install`.
7ヶ月前
記事のアイキャッチ画像
Bun v1.0.6
bun.sh
Fixes 3 bugs (addressing 85 👍 reactions), implements support for the 'overrides' & 'resolutions' fields in package.json and a regression impacting Docker usage with Bun
7ヶ月前
記事のアイキャッチ画像
Bun v1.0.5
bun.sh
Fixes 41 bugs + a memory leak in `fetch()`, `KeyObject` support in `crypto` module, import package-lock.json, install peer dependencies, bun pm migrate subcommand, bun install bugfixes, and `toEqualIgnoringWhitespace` matcher in `bun:test`
7ヶ月前
記事のアイキャッチ画像
Bun v1.0.4
bun.sh
Bun v1.0.4 fixes 62 bugs, adds `server.requestIP`, supports virtual modules in runtime plugins, fixes many bun install bugs, and reduces memory consumption in `Bun.serve()`
7ヶ月前
記事のアイキャッチ画像
Bun v1.0.3
bun.sh
emitDecoratorMetadata, Nest.js support, better private registry support, bunx bugfix, console.log() depth 8 -> 2, silence .env loaded message, and many bugfixes
8ヶ月前
記事のアイキャッチ画像
Bun v1.0.2
bun.sh
Faster watch mode, bunx @latest bugfix, Bun uses V8's date parser, bugfixes to node:readline, node:dns, bun run, http streaming, transpiler, node:tty and more
8ヶ月前
記事のアイキャッチ画像
Bun v1.0.1
bun.sh
Named imports for .json & .toml files, bugfixes to bun install, node:path, Buffer. Support for NODE_TLS_REJECT_UNAUTHORIZED=0
8ヶ月前
記事のアイキャッチ画像
Bun 1.0
bun.sh
Bun is stable and ready for production.
8ヶ月前
記事のアイキャッチ画像
Bun v0.8.1
bun.sh
Bun.serve() gets unix domain socket support, a performance regression has been fixed, and bugs in bun install, node:http and napi have been fixed
8ヶ月前
記事のアイキャッチ画像
Bun v0.8.0
bun.sh
Bun gets debugger support, fetch streaming, and `bun update`. ReadStream and WriteStream from `node:tty` are implemented, including raw mode on `process.stdin`. SvelteKit now works in Bun. Plus bug fixes and stability improvements.
9ヶ月前
記事のアイキャッチ画像
Bun v0.7.3
bun.sh
bun test gets code coverage reporting. bun test -t pattern lets you filter tests to run by regex pattern. Fixes a crash in bun:sqlite, node.js compatiblity improvements, and more.
9ヶ月前
記事のアイキャッチ画像
Bun v0.7.2
bun.sh
worker_threads, BroadcastChannel, diagnostics_channel, Node.js compatibility improvements, bun ., bugfixes and 2 memory leaks fixed
9ヶ月前
記事のアイキャッチ画像
Bun v0.7.1
bun.sh
Node.js compatibility improvements for Vite & frameworks. Better workspace support in bun installl & a bugfix for private registries. ES Modules load 30% faster. `vite dev` starts 90% faster on Linux. Transpiler bugfixes. fetch() file urls. MessagePort & MessageChannel.
9ヶ月前
記事のアイキャッチ画像
Bun v0.7.0
bun.sh
vite dev support, Workers, bun --smol, WebSocket.ping(), structuredClone(), serialize() and better Node.js compatibility
10ヶ月前
記事のアイキャッチ画像
Bun v0.6.14
bun.sh
Better support for Node.js `process` and lots of fixed bugs.
10ヶ月前
記事のアイキャッチ画像
Bun v0.6.13
bun.sh
Mock `Date`, 10x faster base64 encoding, WebSocket client reliability improvements, support for postgres tls and nodemailer, and various bug fixes.
10ヶ月前
記事のアイキャッチ画像
CommonJS is not going away
bun.sh
CommonJS is here to stay, and that's okay. Better tooling will solve today's developer experience issues.
10ヶ月前
記事のアイキャッチ画像
Bun v0.6.12
bun.sh
Sourcemapped stack traces at runtime, Node.js compatibility improvements, Bun.file(path).exists, minifier and bundler bugfixes
10ヶ月前
記事のアイキャッチ画像
Bun v0.6.10
bun.sh
Reduced memory usage, fs.watch(), better CommonJS support, improvements to `bun test`, `bun install`, and many bugfixes.
10ヶ月前
記事のアイキャッチ画像
Bun v0.6.9
bun.sh
Memory usage reductions in Bun.serve(), bun install, module imports, and crypto hashing. Crash in CommonJS modules fixed, plus additional bugfixes.
1年前
記事のアイキャッチ画像
Bun v0.6.8
bun.sh
Password hashing, function mocking, debugging, and bug squashing
1年前
記事のアイキャッチ画像
Bun v0.6.7
bun.sh
Discord.js, Prisma, and Puppeteer support, faster node:crypto hashing, and lots of bug fixes
1年前
記事のアイキャッチ画像
Bun v0.6.6
bun.sh
Lots of improvements to `bun test`, including Github Actions support, `bun test --only`, `test.if()`, `describe.skip()`, and more matchers
1年前
記事のアイキャッチ画像
JavaScript Macros in Bun
bun.sh
Call JavaScript functions at bundle-time and inline results into the AST
1年前
記事のアイキャッチ画像
Bun v0.6.5
bun.sh
Native CommonJS support, $npm_lifecycle_event, bugfix for Bun.serve() with streaming files, bugfix for Node.js createConnection and a bundler bugfix
1年前
記事のアイキャッチ画像
Bun v0.6.4
bun.sh
Up to 80% faster bun test, test timeouts, timezone support, bundler bugfixes, console.log() improvements, node:http bugfixes, and more
1年前
記事のアイキャッチ画像
Bun v0.6.3
bun.sh
Introducing `node:vm` support, support for `socket.io` and `mongodb`, `test.todo()`, and many bug fixes for the bundler.
1年前
記事のアイキャッチ画像
Bun v0.6.2
bun.sh
Up to 20% faster JSON.parse, 15% faster JSON.stringify, and Proxy gets faster. A couple bugfixes to the minifier and bundler
1年前
記事のアイキャッチ画像
The Bun Bundler
bun.sh
The Bun toolkit gets a new addition. Bun's fast native bundler is now in beta.
1年前
記事のアイキャッチ画像
Bun v0.6.0
bun.sh
A new JavaScript bundler, standalone executables, and lots of new features and improvements
1年前
記事のアイキャッチ画像
Bun v0.5.9
bun.sh
Introducing watch mode using `bun --watch`, tarball dependencies in `bun install`, and lots of bug fixes and compatibility improvements.
1年前
記事のアイキャッチ画像
Bun v0.5.8
bun.sh
Introducing `expect()` snapshots in `bun test`, preloading modules using `bun --preload`, basic glob star support in bun install, improvements to Web & Node.js compatibility, lots of bug fixes, and a teaser of what's next.
1年前
記事のアイキャッチ画像
Bun has docs now
bun.sh
Bun has docs now? Bun has docs now.
1年前
記事のアイキャッチ画像
Bun v0.5.7
bun.sh
Support for `FormData` and `git` dependencies, better `setTimeout()` compatibility, `bun wiptest` is now `bun test`, and better support on AWS Lambda and GitHub Actions.
1年前
記事のアイキャッチ画像
Bun v0.5.6
bun.sh
Support for `Bun.sleep`, improved Docker support, and improvements to Node.js and npm compatibility
1年前
記事のアイキャッチ画像
Bun v0.5.5
bun.sh
Improved compatibility for `node:http`, support for `http.request()` and `stripe-node`, and fixed various bugs.
1年前
記事のアイキャッチ画像
Bun v0.5.2
bun.sh
MongoDB support, `github:` dependencies in `bun install`, faster `Buffer`, `bun run` for WebAssembly, express' `body-parser` package, and many bug fixes.
1年前
記事のアイキャッチ画像
Bun v0.5.1
bun.sh
Support for aliasing package.json dependencies, a better error message when a workspace is not found, and a few important bug fixes.
1年前
記事のアイキャッチ画像
Bun v0.5
bun.sh
Support for npm workspaces, DNS lookups, database drivers, and lots of improvements to bun install.
1年前
記事のアイキャッチ画像
Bun v0.4
bun.sh
Introducing bunx. Install and run an executable from npm, 100x faster than npx.
1年前
記事のアイキャッチ画像
Bun v0.3.0
bun.sh
Massive reduction in memory usage, faster text encoding, improved Jest compatibility, file-system routing, automatic package installs, and a lot more
1年前
記事のアイキャッチ画像
Bun v0.2.2
bun.sh
Release notes for Bun v0.2.2
2年前
記事のアイキャッチ画像
Bun v0.2.1
bun.sh
Release notes for Bun v0.2.1
2年前
記事のアイキャッチ画像
Bun v0.2.0
bun.sh
Release notes for Bun v0.2.0
2年前
記事のアイキャッチ画像
Bun v0.1.12
bun.sh
Release notes for Bun v0.1.12
2年前
記事のアイキャッチ画像
Bun v0.1.11
bun.sh
Release notes for Bun v0.1.11
2年前
記事のアイキャッチ画像
Bun v0.1.10
bun.sh
Release notes for Bun v0.1.10
2年前
記事のアイキャッチ画像
Bun v0.1.9
bun.sh
Release notes for Bun v0.1.9
2年前
記事のアイキャッチ画像
Bun v0.1.8
bun.sh
Release notes for Bun v0.1.8
2年前
記事のアイキャッチ画像
Bun v0.1.7
bun.sh
Release notes for Bun v0.1.7
2年前
記事のアイキャッチ画像
Bun v0.1.6
bun.sh
Release notes for Bun v0.1.6
2年前
記事のアイキャッチ画像
Bun v0.1.5
bun.sh
Release notes for Bun v0.1.5
2年前
記事のアイキャッチ画像
Bun v0.1.4
bun.sh
Release notes for Bun v0.1.4
2年前
記事のアイキャッチ画像
Bun v0.1.3
bun.sh
Release notes for Bun v0.1.3
2年前
記事のアイキャッチ画像
Bun v0.1.2
bun.sh
Release notes for Bun v0.1.2
2年前
記事のアイキャッチ画像
Bun v0.1.1
bun.sh
Release notes for Bun v0.1.1
2年前