Documentation

Everything you need to get the most out of Bold Brew

Brewfile Syntax

Bold Brew supports the standard Brewfile format with extensions for Mac App Store and Flatpak:

Supported Entry Types

KeywordDescriptionExample
tapAdd a Homebrew taptap "homebrew/core"
brewInstall a formulabrew "git"
caskInstall a cask (GUI app)cask "firefox"
masInstall from Mac App Storemas "Xcode", id: 497799835
flatpakInstall a Flatpak (Linux)flatpak "org.gimp.GIMP"

Usage

Launch Bold Brew with a Brewfile:

  • Local file: bbrew -f ~/Brewfile
  • Remote URL: bbrew -f https://example.com/my.Brewfile

Homebrew Compatibility

Supported Versions

Homebrew VersionStatusNotes
6.xFull supportTap trust, ask mode, JSON v2 API
4.x – 5.xFull supportStandard operation
3.xPartialBasic operations work, some features unavailable

Platform Requirements

  • macOS: 10.15 Catalina or newer, Homebrew installed
  • Linux: x86_64 or arm64, Homebrew/Linuxbrew installed
  • Terminal: True color support recommended (iTerm2, Alacritty, Kitty, WezTerm, etc.)

CLI Options

FlagDescription
-f <path|url>Load a Brewfile (local path or HTTPS URL)
-vShow version
-hShow help