Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

irccloud/irccloud-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9e48ecd · Sep 6, 2023
Jan 14, 2021
Jan 13, 2021
Jan 14, 2021
Jan 14, 2021
Jan 14, 2021
Jul 19, 2016
Sep 28, 2017
Jul 20, 2016
May 24, 2019
Mar 10, 2016
Mar 10, 2016
Jan 13, 2021
Mar 9, 2016
Jan 14, 2021
Sep 6, 2023
May 23, 2019
Jan 14, 2021
Sep 5, 2022
Jan 14, 2021

Repository files navigation

IRCCloud Desktop

⚠️ This app is now discontinued and will no longer be updated. Instead, we recommend you install the IRCCloud website as an app using your browser.

Development

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 >= 12.13.1
  • 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