DEV Community

0xkoji
0xkoji

Posted on

1

Installing Bun on WSL2 with Homebrew

bun
https://bun.sh/

1. Install dependencies

brew install llvm
Enter fullscreen mode Exit fullscreen mode

2. Install bun

brew install oven-sh/bun/bun

# check version
bun -v
1.2.12
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

Heroku

Save time with this productivity hack.

See how Heroku MCP Server connects tools like Cursor to Heroku, so you can build, deploy, and manage apps—right from your editor.

Learn More

👋 Kindness is contagious

If this **helped, please leave a ❤️ or a friendly comment!

Okay