If you want to know what version of brew (homebrew) is installed on your device (macOS or any Linux/Unix OS) you can do so by using the brew --version command on the Terminal application.
- Open Terminal,
- Type the command: brew --version
- The Homebrew version will be displayed along with the git revision and the last commit date details.

Knowing brew version
code2care@mac / % brew --version
Homebrew 3.0.0
Homebrew/homebrew-core (git revision f1b2a2; last commit 2021-02-10)
Note: if you get output as brew command not found then make sure brew is installed set to PATH directory:
Articles you may find useful:
- How to install homebrew (brew) on M1 Mac
- How to fix command not found brew (bash, zsh) on macOS Terminal
More Posts related to MacOS,
- Opening mac Terminal
- How to change default macOS Terminal Window size
- How to clear Mac Terminal screen
- Find Hostname of Mac running on macOS Ventura 13
- Installing MongoDB on Linux/Unix/macOS/Ubuntu
- How to switch from bash to zsh shell in macOS Terminal
- Limit scrollback rows in macOS Terminal
- How to Set Background Wallpaper on macOS 13 Ventura
- This operation couldnt be completed. Unable to locate a Java Runtime. [macOS]
- Encode or Decode Base64 String using Mac Terminal Command
- List of All Apple Silicon ARM Based M1/M2 Mac [updated Oct 2022)
- How to remove Siri from Menu Bar [macOS Big Sur]
- Must Know Homebrew Commands for Mac/Linux Users
- Hide Keyboard Text Input Icon on macOS Ventura Menu Bar
- 13.0 MacOS Ventura release date
- How to change the default location of Mac Screenshot
- How to set Out Of Office (OOO) on Outlook for Mac
- 30+ Zoom video communications application shortcuts for macOS
- How to install wget on macOS
- Mac turn dark mode on or off using terminal command
- Create Symbolic Link using Terminal Command
- Mac - How to Install VirtualBox
- How to Enable or Disable Dark Mode on macOS Ventura 13
- How to install homebrew (brew) on M1 Mac
- How to uninstall Microsoft Outlook on Mac
More Posts:
- Top 10 emerging breakthrough trending technologies - HowTos
- How to the Install Official Android Emulator for Mac? - Android
- Step-by-Step: How to delete a git branch from local as well as remote origin - Git
- M365 service Europe outage - AADSTS90033 A transient error has occurred. Please try again. - Microsoft
- How to turn off Dark Mode in Excel App for Mac - Windows
- How to Hum a Song to Google to find it out! [Android and iPhone] - Google
- Java: Convert Double to 2 Decimal Places [Examples] - Java
- How to check PowerShell version - Powershell