← Discover
Discover · GitHub · BUN↑ +209 today

Fast runtime for JavaScript projects

Bun is a high-performance tool that combines the JavaScript runtime, package manager, test runner and packager under one roof. Developed with the Rust language, this platform offers an integrated infrastructure to accelerate software development processes.

Updates

  • September 5, 2026: Stars 95,881 → 95,887, latest release bun-v1.4.2 (September 5, 2026).
  • September 4, 2026: Stars 95,505 → 95,881, latest release bun-v1.4.1 (September 4, 2026).
  • August 20, 2026: Stars 95,153 → 95,505, latest release bun-v1.4.0 (August 20, 2026).
  • August 2, 2026: Stars 94,374 → 95,153, latest release bun-v1.3.14 (May 13, 2026).

What you get

  • Fast runtime compatible with Node.js
  • Package manager and testing tool under one roof
  • Low memory usage and fast startup

Installation

Installation via installation script
curl -fsSL https://bun.com/install | bash
Installing on Windows
powershell -c "irm bun.sh/install.ps1 | iex"

Running it

Package installation
bun install <pkg>
File execution
bun run index.tsx

If you don't write code

🤖 Paste this into your AI agent (Claude Code · Codex · Antigravity)

How can I run a JavaScript or TypeScript-based project faster using Bun and what should I pay attention to when porting my Node.js projects to Bun? Explain step by step how I can integrate the package manager and testing tool features offered by Bun into my project.

Related dictionary terms

Who it is forIt is for developers who want to speed up development processes in JavaScript and TypeScript projects and manage the entire infrastructure with a single tool.

Links

TreScout did not build this tool · we found it in GitHub trends and wrote it up. This page describes the repository as of 2026-07-11: The star count and our text belong to that day, the repository may have changed since. Check the repository link for the current state. This page was machine-translated from the Turkish original · the Turkish version prevails.