If you have a use case where you want to install Google Chrome Browser using Terminal on your Mac, you can achieve this using the brew cask command.
Step by Step Instructions
- Open Terminal App.
- Run the below command to first check brew is installed.
brew --versionIf you get an error brew: command not found, you will need to install brew first (as mentioned above)
- Now to install Chrome run the following command:
brew install --cask google-chrome - This should download the latest version of Chrome on your Mac based on your device chip - Intel or M1/M2 Apple Silicon-based ARM.

Provide Feedback For This Article
We take your feedback seriously and use it to improve our content. Thank you for helping us serve you better!
😊 Thanks for your time, your feedback has been registered!
Comments & Discussion
Facing issues? Have questions? Post them here! We're happy to help!