Zen Browser is a free and open source web browser for Linux, Windows and MacOS. It is based on the privacy focused Firefox web browser with beautiful user interface. It comes with split views, vertical sidebar, workspace, vertical tabs, tab groups and many more.
How to Install Zen Browser on Ubuntu
Zen Browser is available as a portable AppImage file and flatpak package from flathub. Download the latest Zen Browser in .AppImage file format from the above download link and save it on your Downloads folder. Now open the terminal app (ctrl+alt+t) and run below commands one by one.
cd Downloads
sudo chmod +x ~ zen-specific.AppImage
./zen-specific.AppImage
Install Zen Browser via Flatpak:
You can also install Zen Browser via below flatpak install command. First install flatpak and flathub on your system and restart it after the installation. Follow below link for the the installation tutorial.
After that open the terminal app (ctrl+alt+t) and run below Zen Browser flatpak install command. It will install the latest version of Zen Browser on your system.
flatpak install flathub io.github.zen_browser.zen
Open Zen Browser using below flatpak command.
flatpak run io.github.zen_browser.zen
You can also uninstall it using below commands.
flatpak uninstall io.github.zen_browser.zen
[OR]
sudo flatpak uninstall io.github.zen_browser.zen