bun
https://github.com/oven-sh/bun
Zig
Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Zig not yet supported14 Subscribers
Add a CodeTriage badge to bun
Help out
- Issues
- Upgrade reported Node.js version to 26.3.0
- process: port Node.js v26.3.0 process compatibility tests and fix the gaps they surface (env exotic-object/TZ semantics, warnings pipeline + CLI flags, uncaught origin/exit codes, execve throw, threadCpuUsage/finalization/loadEnvFile, native-module identity; +26 tests)
- cluster: port Node.js cluster compatibility tests and fix the gaps they surface — real round-robin fd handoff, SCHED_NONE shared handles, UDP clustering, worker faux listen handles, IPC handle passing (+34 tests)
- Rename Zig-prefixed names in the JSC bindings to Bun equivalents
- Don't crash at startup when a standalone executable's embedded graph is corrupted
- bun test --isolate: reclaim the previous file's module graph on global swap
- Expose Node's `Immediate._onImmediate` on `setImmediate()` return value
- fix(win32): restore console input mode after a child inherits the console
- markdown: snapshot resizable ArrayBuffer input before option getters run
- ci: add darwin-aarch64 Tart pilot test step
- Docs
- Zig not yet supported