Bun icon
Bun icon

Bun

 14 likes

Bun is a modern JavaScript runtime like Node or Deno. It was built from scratch to focus on three main things:

License model

  • FreeOpen Source

Platforms

  • Mac
  • Windows
  • Linux
  • Self-Hosted
  • JavaScript
  • Typescript
5 / 5 Avg rating (2)
14likes
1comment

Features

Suggest and vote on features

Properties

  1.  Lightweight

Features

  1.  Runtime Environment
  2.  Fast speed
  3.  Support for Typescript
  4.  Asynchronous
  5.  Package Manager

 Tags

Bun News & Activities

Highlights All activities

Recent News

Show more news

Recent activities

  • pongo and nazarzajya liked Bun
    29 days ago
  • tabarkghanim55 thinks Lightweight is a important feature of Bun
    3 months ago
  • App icon
    POX added Bun as alternative to JSR
    3 months ago
  • SudoVanilla updated Bun
    3 months ago
  • tx33c7xujzz1 liked Bun
    3 months ago
  • App icon
    POX added Bun as alternative to jiti
    6 months ago
  • enough-jainil, NECOdes and namdx1987 liked Bun
    7 months ago
Show all activities

Bun information

  • Developed by

    Bun
  • Licensing

    Open Source and Free product.
  • Rating

    Average rating of 5
  • Alternatives

    9 alternatives listed
  • News

    3 news article related to Bun
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  77,528 Stars
  •  3,030 Forks
  •  4721 Open Issues
  •   Updated Apr 18, 2025 
View on GitHub

Popular alternatives

View all

Our users have written 1 comments and reviews about Bun, and it has gotten 14 likes

Bun was added to AlternativeTo by Paul on Oct 17, 2022 and this page was last updated Jan 24, 2025.

Comments and Reviews

   
 Post comment/review
Top Positive Comment
Ayush Jangra
Apr 4, 2024
0

Bun has a high performance, compiled nature, and integrated package manager, which could address some of the pain points experienced with other environments like Node.js.

What is Bun?

Bun is a modern JavaScript runtime like Node or Deno. It was built from scratch to focus on three main things:

  • Start fast (it has the edge in mind).
  • New levels of performance (extending JavaScriptCore, the engine).
  • Being a great and complete tool (bundler, transpiler, package manager).

Bun is designed as a drop-in replacement for your current JavaScript & TypeScript apps or scripts — on your local computer, server or on the edge. Bun natively implements hundreds of Node.js and Web APIs, including ~90% of Node-API functions (native modules), fs, path, Buffer and more.

The goal of Bun is to run most of the world's JavaScript outside of browsers, bringing performance and complexity enhancements to your future infrastructure, as well as developer productivity through better, simpler tooling.

Bun Videos

Official Links