README.md 586 Bytes
Newer Older
Joe Robinson's avatar
Joe Robinson committed
A modern IRC client, designed to include features seen in other chat programs,
such as in-line display of images, videos, etc.


The goals of the project are to be fully compatible with the IRC standard, 
highly functional, visually appealing, fully open, and easily modifiable.


Compatible with Linux, Mac OS, and Windows.


Written in JavaScript using node.js


Uses the Electron JS framework.


Joe Robinson's avatar
Joe Robinson committed
Uses the KiwiIRC irc-framework library.

To build:

Run `npm install`

Navigate to the semantic directory

Run `gulp build`

Edit config.json as desired

Run the program with `electron .`