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 supported10 Subscribers
Add a CodeTriage badge to bun
Help out
- Issues
- node:inspector: implement Profiler precise coverage and inspector.open() with a DevTools-protocol server, port the Node.js inspector test suite
- trace_events: implement Node's trace-events subsystem and port the v26.3.0 trace tests — JSON trace writer, --trace-event-* / --trace-env / --trace-exit flags, per-subsystem events, worker tids, NodeTracing inspector domain (+34 tests, 100% passing)
- Rename Zig-prefixed names in the JSC bindings to Bun equivalents
- node:repl: replace the stub with Node v26.3.0's REPL — v26 readline stack, acorn recoverable-parse + top-level await, completion, history, --interactive (+107 vendored tests, 74 passing)
- 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