Skip to content

oven-sh/homebrew-bun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

21ea3bc · Feb 1, 2025
Feb 1, 2025
Nov 8, 2022
Oct 20, 2022
Oct 20, 2022
Feb 1, 2025

Repository files navigation

homebrew-bun

This is the official Homebrew tap for Bun. You can use it to install Bun on MacOS and Linux using Homebrew.

Install

To install Bun with Homebrew, aka. brew, run the following commands:

brew tap oven-sh/bun
brew install bun

If you want to install a specific release, you can include the version in the command. You can also view the list of releases here.

brew install bun@1.2.2

Upgrade

To upgrade, it is recommended that you run the brew upgrade command. However, you can also run bun upgrade as well.

brew upgrade bun

Uninstall

If you want to uninstall Bun, run the following commands:

brew uninstall bun
brew untap oven-sh/bun