LinuxCommandLibrary

google-chrome-stable

Launch the Google Chrome web browser

TLDR

View documentation for the original command

$ tldr chromium
copy

SYNOPSIS

google-chrome-stable [options] [URL(s)]

PARAMETERS

--version
    Displays the Google Chrome version number.

[URL(s)]
    Opens the specified URL(s) in new tabs or windows.

--incognito
    Opens Chrome in Incognito mode, disabling browsing history and cookies.

--new-window
    Forces Chrome to open the specified URL in a new window.

--new-tab
    Forces Chrome to open the specified URL in a new tab.

--app=
    Opens the specified URL as a standalone application.

--kiosk
    Launches Chrome in kiosk mode, typically full screen and restricted for dedicated purposes.
Useful for digital signage.

--proxy-server=
    Specifies the proxy server to use for HTTP and HTTPS requests.

--remote-debugging-port=
    Enables remote debugging on the specified port.

DESCRIPTION

The `google-chrome-stable` command launches the stable version of the Google Chrome web browser on Linux systems.
It provides a graphical user interface for browsing the web, running web applications, and accessing online services. The command itself typically doesn't accept a wide range of command-line arguments for day-to-day usage; however, it leverages Chromium's extensive set of switches for advanced configurations, debugging, and automation.
Commonly, users simply type `google-chrome-stable` in the terminal or click the Chrome icon to start the browser. Advanced users may use command-line options to control browser behavior, such as opening specific URLs, disabling extensions, or configuring proxy settings.
Note: The specific behavior and availability of command-line options can vary slightly depending on the Chrome version and Linux distribution.

CAVEATS

The effectiveness of some command-line options depends on your Chrome version and system configuration. Some options may require elevated privileges.

CHROMIUM FLAGS

Chrome leverages Chromium's powerful flag system. These flags (accessible via `chrome://flags`) enable experimental features and fine-grained control over browser behavior. They are not directly command-line arguments to `google-chrome-stable`, but configure the running browser instance.

PROFILES

Chrome uses profiles to separate user data (history, bookmarks, extensions). The `--profile-directory=` option allows launching Chrome with a specific profile. If none is specified, the default is used.

HISTORY

Google Chrome was first released in 2008. The `google-chrome-stable` command specifically refers to the stable release channel of the browser, ensuring a more tested and reliable user experience compared to beta or unstable (canary) versions. Over time, numerous command-line options have been added and modified to accommodate developers, system administrators, and advanced users needing customized browser behavior. Its usage has grown steadily with the increasing popularity of Chrome as the dominant web browser.

SEE ALSO

Copied to clipboard