Polari is a simple Internet Relay Chat (IRC) client that is designed to integrate seamlessly with the GNOME desktop. You can find additional information on its GNOME app page.
The easiest way to build the latest development version of Polari and start hacking on the code is to follow the recommended [GNOME guide] build-instructions.
Surprise, there is an IRC channel! If you have any questions regarding the use or development of Polari, want to discuss design or simply hang out with nice folks, please join us in #gnome-polari on irc.libera.chat.
If you found a problem or have a feature suggestion, please report the issue to the GNOME bug tracking system.
The default development branch is main
. If you still have a local
checkout with the old name, use:
git checkout master
git branch -m master main
git fetch
git branch --unset-upstream
git branch -u origin/main
git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/main