Halloy is a free and open source IRC client application for Linux, Windows and MacOS. It is written in Rust and released under GNU General Public License v3.0. It is a simple and easy to use app but still in early stage of development and alpha stage.
How to Install Halloy on Ubuntu
You need to install flatpak and flathub on your system before installing Halloy IRC client. Follow below commands in terminal to install it. And restart it after the installation. If you already have then skip below two commands.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
To install Halloy IRC app on your Ubuntu Linux system, run below Halloy flatpak install command in terminal. It will install the latest Halloy IRC Client app.
flatpak install flathub org.squidowl.halloy
Now open Halloy app using below command.
flatpak run org.squidowl.halloy
Create Halloy config file and config all things. Same config file available. Just rename that file and start IRC chat.
You can also uninstall it using below commands.
flatpak uninstall org.squidowl.halloy
[OR]
sudo flatpak uninstall org.squidowl.halloy