How to install Google Chrome using Mac Terminal


Prerequisite: You must have homebrew package manager installed on your Mac.

If you do not have it then follow this article to install it first: Install brew on macOS

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

  1. Open Terminal App.
  2. Run the below command to first check brew is installed.
    brew --version

    If you get an error brew: command not found, you will need to install brew first (as mentioned above)

  3. Now to install Chrome run the following command:
    brew install --cask google-chrome
  4. This should download the latest version of Chrome on your Mac based on your device chip - Intel or M1/M2 Apple Silicon-based ARM.
Install Google Chrome on Mac using brew

Facing issues? Have Questions? Post them here! I am happy to answer!

Author Info:

Rakesh (He/Him) has over 14+ years of experience in Web and Application development. He is the author of insightful How-To articles for Code2care.

Follow him on: X

You can also reach out to him via e-mail: rakesh@code2care.org



















Copyright ยฉ Code2care 2024 | Privacy Policy | About Us | Contact Us | Sitemap