How to install Google Chrome on macOS using Terminal Command

If you want to install Google Chrome Browser on your Mac silently using Terminal, you can make use of the brew cask command.


Steps to install Chrome using Terminal

  1. Open Terminal app
  2. Make sure brew is installed.
    brew --version
  3. Now run the below command to install Google Chrome.
    brew install --cask google-chrome
    Logs:
    ==> Downloading https://dl.google.com/chrome/mac/universal/stable/GGRO/googlechrome.dmg
    ######## 100.0%
    Warning: No checksum defined for cask 'google-chrome', skipping verification.
    ==> Installing Cask google-chrome
    ==> Moving App 'Google Chrome.app' to '/Applications/Google Chrome.app'
    🍺  google-chrome was successfully installed!
    Installing Google Chrome using Mac Terminal
  4. Use Spotlight Search to open Chrome.

This is not an AI-generated article but is demonstrated by a human on an M1 Mac running macOS Sonoma 14.0.

Please support independent contributors like Code2care by donating a coffee.

Buy me a coffee!

Buy Code2care a Coffee!

Comments & Discussion

Facing issues? Have questions? Post them here! We're happy to help!