/cIRCle

A simple cross-platform IRC client written with Go and Fyne

Primary LanguageGoGNU General Public License v3.0GPL-3.0

cIRCle

A very simple, cross-platform IRC client written with Go and Fyne.

Screenshot


Installation

Download the latest binary package for your platform from the Releases section.

  • On Windows, extract the executable and run.
  • On Linux, untar the archive and run sudo make install.
  • On Android, sideload the APK.

Building

Clone the repository, install Go and Fyne, then run go build.

To cross-compile or prepare a package, install and use fyne-cross.