About 170,000 results
Open links in new tab
  1. Bun — A fast all-in-one JavaScript runtime

    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.

  2. Welcome to Bun - Bun

    At its core is the Bun runtime, a fast JavaScript runtime designed as a drop-in replacement for Node.js. It’s written in Zig and powered by JavaScriptCore under the hood, dramatically reducing startup …

  3. Bun (software) - Wikipedia

    Bun is a JavaScript runtime, package manager and test runner designed as a drop-in replacement for Node.js. [4][5] Bun uses Safari 's JavaScriptCore as its JavaScript engine , [6] unlike Node.js and …

  4. Bun JS: A Modern JavaScript Build Tool - GeeksforGeeks

    Jul 23, 2025 · Bun.js, or just Bun, is a powerful toolset for managing JavaScript and TypeScript. It integrates numerous functions into a single program. Bun functions as a JavaScript runtime …

  5. Bun: The Complete Guide to the All-in-One JavaScript Runtime

    3 days ago · Bun is an all-in-one JavaScript runtime built from the ground up to be fast. Written in Zig and using JavaScriptCore (the engine powering Safari) instead of V8, Bun combines a runtime, …

  6. Installation - Bun

    Overview Bun ships as a single, dependency-free executable. You can install it via script, package manager, or Docker across macOS, Linux, and Windows. After installation, verify with bun --version …

  7. An Introduction to the Bun JavaScript Runtime - SitePoint

    Learn about Bun 1.0, a rival JavaScript runtime to Node.js and Deno, and the reasons it may tempt you away from your current favorite.

  8. GitHub - oven-sh/bun: Incredibly fast JavaScript runtime, bundler, …

    At its core is the Bun runtime, a fast JavaScript runtime designed as a drop-in replacement for Node.js. It's written in Zig and powered by JavaScriptCore under the hood, dramatically reducing startup times …

  9. Bun download | SourceForge.net

    Feb 8, 2026 · Develop, test, run, and bundle JavaScript & TypeScript projects—all with Bun. Bun is an all-in-one JavaScript runtime & toolkit designed for speed, complete with a bundler, test runner, and …

  10. What is Bun: A High-Performance JavaScript Runtime? - Medium

    Nov 16, 2023 · What is Bun: A High-Performance JavaScript Runtime? Bun, a JavaScript runtime, boasts a remarkable speed that is claimed to be 4x faster than NodeJS. It serves as an all-in-one …