-d, --debug | If brewing fails, open an interactive debugging session with access to IRB or a shell inside the temporary build directory |
-f, --force | Install formulae without checking for previously installed keg-only or non-migrated versions. When installing casks, overwrite existing files (binaries and symlinks are excluded, unless originally from the same cask) |
-v, --verbose | Print the verification and postinstall steps |
-n, --dry-run | Show what would be upgraded, but do not actually upgrade anything |
-s, --build-from-source | Compile formula from source even if a bottle is provided. Dependencies will still be installed from bottles if they are available |
-i, --interactive | Download and patch formula, then open a shell |
-g, --git | Create a Git repository |
-q, --quiet | Make some output more quiet |
-h, --help | Show this message |
--formula, --formulae | Treat all named arguments as formulae. If no named arguments are specified, upgrade only outdated formulae |
--env | Disabled other than for internal Homebrew use |
--ignore-dependencies | An unsupported Homebrew development flag to skip installing any dependencies of any kind. If the dependencies are not already present, the formula will have issues. If you're not developing Homebrew, consider adjusting your PATH rather than using this flag |
--only-dependencies | Install the dependencies with specified options but do not install the formula itself |
--cc <compiler> | Attempt to compile using the specified compiler, which should be the name of the compiler's executable |
--force-bottle | Install from a bottle if it exists for the current or newest version of macOS, even if it would not normally be used for installation |
--include-test | Install testing dependencies required to run brew test formula |
--HEAD | If formula defines it, install the HEAD version, aka. main, trunk, unstable, master |
--fetch-HEAD | Fetch the upstream repository to detect if the HEAD installation of the formula is outdated. Otherwise, the repository's HEAD will only be checked for updates when a new stable or development version has been released |
--ignore-pinned | Set a successful exit status even if pinned formulae are not upgraded |
--keep-tmp | Retain the temporary files created during installation |
--build-bottle | Prepare the formula for eventual bottling during installation, skipping any post-install steps |
--bottle-arch | Optimise bottles for the specified architecture rather than the oldest architecture supported by the version of macOS the bottles are built on |
--display-times | Print install times for each formula at the end of the run |
--cask, --casks | Treat all named arguments as casks. If no named arguments are specified, upgrade only outdated casks |
--binaries | Disable/enable linking of helper executables (default: enabled) |
--no-binaries | Disable/enable linking of helper executables (default: enabled) |
--require-sha | Require all casks to have a checksum |
--quarantine | Disable/enable quarantining of downloads (default: enabled) |
--no-quarantine | Disable/enable quarantining of downloads (default: enabled) |
--skip-cask-deps | Skip installing cask dependencies |
--greedy | Also include casks with auto_updates true or version :latest |
--greedy-latest | Also include casks with version :latest |
--greedy-auto-updates | Also include casks with auto_updates true |
--appdir <location> | Target location for Applications (default: /Applications) |
--colorpickerdir <location> | Target location for Color Pickers (default: ~/Library/ColorPickers) |
--prefpanedir <location> | Target location for Preference Panes (default: ~/Library/PreferencePanes) |
--qlplugindir <location> | Target location for QuickLook Plugins (default: ~/Library/QuickLook) |
--mdimporterdir <location> | Target location for Spotlight Plugins (default: ~/Library/Spotlight) |
--dictionarydir <location> | Target location for Dictionaries (default: ~/Library/Dictionaries) |
--fontdir <location> | Target location for Fonts (default: ~/Library/Fonts) |
--servicedir <location> | Target location for Services (default: ~/Library/Services) |
--input-methoddir <location> | Target location for Input Methods (default: ~/Library/Input Methods) |
--internet-plugindir <location> | Target location for Internet Plugins (default: ~/Library/Internet Plug-Ins) |
--audio-unit-plugindir <location> | Target location for Audio Unit Plugins (default: ~/Library/Audio/Plug-Ins/Components) |
--vst-plugindir <location> | Target location for VST Plugins (default: ~/Library/Audio/Plug-Ins/VST) |
--vst3-plugindir <location> | Target location for VST3 Plugins (default: ~/Library/Audio/Plug-Ins/VST3) |
--screen-saverdir <location> | Target location for Screen Savers (default: ~/Library/Screen Savers) |
--language | Comma-separated list of language codes to prefer for cask installation. The first matching language is used, otherwise it reverts to the cask's default language. The default value is the language of your system |