chromium
all
Open-source web browser principally developed and maintained by Google. Note: You may need to replace the `chromium` command with your desired web browser, such as `brave`, `google-chrome`, `opera`, or `vivaldi`.
More info →Examples (8)
Open a specific URL or file
chromium https://example.com|path/to/file.htmlOpen in incognito mode
chromium --incognito example.comOpen in a new window
chromium --new-window example.comOpen in application mode (without toolbars, URL bar, buttons, etc.)
chromium --app=https://example.comUse a proxy server
chromium --proxy-server="socks5://hostname:66" example.comOpen with a custom profile directory
chromium --user-data-dir=path/to/directoryOpen without CORS validation (useful to test an API)
chromium --user-data-dir=path/to/directory --disable-web-securityOpen with a DevTools window for each tab opened
chromium --auto-open-devtools-for-tabsmade by @shridhargupta | data from tldr-pages