Bavarder is a free and open source AI chat application for Linux. Using Bavarder, you can chat with ChatGPT, baichat, catgpt, huggingchat, openaigpt35turbo, alpacalora, hfdialogpt, hfgoogleflant5xxl, hfgoogleflanu12
hfgpt2, hfopenassistantsft1pythia12b, openaigpt4 and openaitextdavinci003. It is written in Python and GTK4 and released under GNU General Public License v3.0.
How to Install Bavarder on Ubuntu Linux
Bavarder is available as a flatpak package file from the remote flathub. If you don’t have then install flatpak and flathub on your system and restart it after the installation. Follow below link for the flatpak installation instrcutions.
Now open the terminal software (ctrl+alt+t) and run below Bavarder flatpak install command. It will install the latest version of Bavarder on your system.
flatpak install flathub io.github.Bavarder.Bavarder
After the successful installation of Bavarder, you can open it using below command or using show applications menu.
flatpak run io.github.Bavarder.Bavarder
And you can also uninstall Bavarder using below command.
flatpak uninstall io.github.Bavarder.Bavarder
[OR]
sudo flatpak uninstall io.github.Bavarder.Bavarder
That’s it.