Skip to content
An IRC client for desktop environments
C++ CSS Objective-C QMake Objective-C++ Prolog
Branch: master
Clone or download

Latest commit

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
features
images
src
themes
.gitignore
.gitmodules
.qmake.conf
.travis.yml
AUTHORS
LICENSE
README.md
communi.desktop
communi.plist
communi.pro
communi.qrc
communi.rc

README.md

Logo Communi Status

A simple and elegant cross-platform IRC client for desktop platforms, based on Qt and the Communi IRC framework.

Screenshot

More screenshots: Gallery

Installation

Prerequisites: Git, Qt 5

Communi IRC framework

git clone git://github.com/communi/libcommuni
cd libcommuni
qmake
make
sudo make install

Communi desktop client

git clone git://github.com/communi/communi-desktop
cd communi-desktop
git submodule update --init
qmake
make
sudo make install

License

Communi is free software; you can redistribute and/or modify it under the terms of the BSD license.

Contact

You can’t perform that action at this time.