Installing using Homebrew

Google Cloud CLI can also be installed using Homebrew, a widely-used package manager for macOS, with the community-maintained gcloud-cli cask.

If you don't have Homebrew already, you'll need to install Homebrew first.

  • To install gcloud CLI using Homebrew, run:

    brewupdate && brewinstall--caskgcloud-cli
    
  • To update gcloud CLI, use the gcloud component manager:

    gcloudcomponentsupdate
    
  • To uninstall gcloud CLI, run:

    brewuninstall--caskgcloud-cli
    

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026年09月01日 UTC.