Nyxt is a free and open source web browser for Linux, Windows and MacOS. It is a keyboard-driven browser for power users and heavily Inspired by Emacs and Vim. It currently supports Emacs, vi, CUA key-bindings and comes with Fuzzily search through headings, bookmark, map selection, instantly switch between buffers, link hinting, customizable auto fills, clipboard history and many more.
How to Install Nyxt Web Browser on Ubuntu
To install Nyxt, you need to install flatpak and flathub on your system first. If you don’t have then install using below commands and restart it after the installation.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
Now open the terminal software (ctrl+alt+t) and run below Nyxt flatpak install command.
flatpak install flathub engineer.atlas.Nyxt
It will install the latest Nyxt on your system. You can open it using below command or via the Show Apps menu.
flatpak run engineer.atlas.Nyxt
You can also uninstall it using below commands.
flatpak uninstall engineer.atlas.Nyxt
[OR]
sudo flatpak uninstall engineer.atlas.Nyxt