LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

vivaldi-stable

Customizable Chromium-based web browser (stable channel)

TLDR

Open Vivaldi
$ vivaldi-stable
copy
Open a specific URL
$ vivaldi-stable [https://example.com]
copy
Open with a specific profile
$ vivaldi-stable --profile-directory=[test]
copy
Open URL in a new tab
$ vivaldi-stable --new-tab [https://example.com]
copy
Start in incognito (private) mode
$ vivaldi-stable --incognito
copy
Disable GPU (useful for troubleshooting)
$ vivaldi-stable --disable-gpu
copy

SYNOPSIS

vivaldi-stable [options] [URL]

DESCRIPTION

vivaldi-stable is the Linux package name for the stable release of the Vivaldi browser. Vivaldi is a highly customizable web browser built on Chromium that focuses on power users, offering features such as tab stacking, tiling, built-in email, notes, and extensive theming.Since Vivaldi is Chromium-based, it accepts most Chromium command-line switches. User-specific flags can also be placed in `~/.config/vivaldi-stable.conf` for persistent application.

CAVEATS

Not fully open source: the UI layer is proprietary while the Chromium base is open source. Some Chromium features may behave differently due to Vivaldi modifications.

SEE ALSO

Copied to clipboard
Kai