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
curl -fsSL https://bun.com/install | bashpowershell -c "irm bun.sh/install.ps1 | iex"Running it
bun install <pkg>bun run index.tsxIf you don't write code
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
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.