RevoluPowered / irccloud-desktop

IRCCloud Desktop App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IRCCloud Desktop

This is a prototype of an IRCCloud desktop app for Windows, Linux (Debian/Ubuntu), and macOS. The app wraps the IRCCloud website in a native window.

This app is currently experimental and is not officially supported, however it should provide equivalent or better functionality to other IRCCloud desktop wrapper apps.

If you have any issues, please file them in the GitHub Issue Tracker.

Downloading

The latest official build can be downloaded here. The appropriate version should be detected based on your OS.

Development

Build Status Build status IRC #feedback

IRCCloud Desktop is built on the Electron app framework, as used by GitHub's Atom editor. For more information, check out the Electron documentation. Build and packaging is handled by the excellent electron-builder project.

Build Requirements

  • Node JS version >= 8.12.0
  • yarn (recommended) or NPM (should also work fine)

On Linux, you also need the libopenjp2-tools package.

Running

Run make dev in the root of the repository to run the app quickly (without icons).

To build a full version, make dist.

Instructions for building packages and signed binaries on CI are at docs/OfficialBuilds.md

Feedback

If you have any questions, get in touch on #feedback at irc.irccloud.com.

About

IRCCloud Desktop App

License:Apache License 2.0


Languages

Language:JavaScript 98.7%Language:Makefile 1.0%Language:Shell 0.3%