In order to download and install Google Chrome using the cURL command follow the below examples.
For macOS:
- Open Terminal App,
- Run the below cURL Command to download the latest stable version of the chrome .dmg file.
% curl -O https://dl.google.com/chrome/mac/stable/GGRO/googlechrome.dmg
- Once the download completes run:
% open googlechrome.dmg
- Move the chrome icon to the Applications folder.
- and you are done!

For Linux:
- Open Terminal/Command Prompt
- Run the below cURL to get the latest version of Chrome .deb setup.
curl -O https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- Once downloaded install using,
sudo dpkg -i google-chrome-stable_current_amd64.deb
For Windows
- Open Powershell (or Command Prompt)
- Run:
curl.exe -o "googlechrome.exe" "https://dl.google.com/tag/s/appguid={8A69D345-D564-463c-AFF1-A69D9E530F96}&iid={91A77F18-01A2-47AF-8B2B-7A9A78D677F7}&lang=en&browser=3&usagestats=1&appname=Google%20Chrome&needsadmin=prefers&ap=x64-stable&dl=installdata&sig=O/bkTtzTzkDKc+QWtHbLtnf9XzOs+rE2ZS+JKIIaD4="
Have Questions? Post them here!
- Get cURL command from Chrome Inspect Network HTTP URL
- Downloading Google Chrome using cURL Command
- Get the Size of HTTP Response using cURL Command (Content Length)
- How to set Connection and Max Timeout for cURL Request with Examples
- Hide cURL Outputs and Errors on Terminal
- cURL Example using IP (IPv4 and IPv6) address and Port
- Perform Basic Authentication using cURL with Examples
- Efficient way to perform HTTP cURL GET/POST Requests with Payload
- trurl: A new command-line tool for URL parsing and manipulation by cURL Developer
- Trace using cURL Command Example
- Fetch only content-type using cURL Command
- cURL Option to show HTTP Response Status Code
- [fix] command not found curl
- How to get cURL Command to run in verbose mode?
- Save cURL Command Output to a external file
- List of 28 Protocols supported by cURL with Examples
- URL Encode cURL HTTP GET\POST Data with Examples
- How to Pretty Print cURL JSON Output in Terminal
- How to Show Battery percentage on Big Sur Menu Bar - MacOS
- Enable Native Dark Mode in Notepad++ - NotepadPlusPlus
- How to disable Siri on Mac Monterey - MacOS
- How to send email from JavaScript HTML using mailto - JavaScript
- Check Reboot History Mac - MacOS
- How to recover SharePoint FARM if the SQL Server IP changes - SharePoint
- BeanDefinitionStoreException IOException parsing XML document from class path resource [spring.xml] - Java
- How to see Storage Information on macOS Ventura - MacOS