Skip to content

irccloud/irccloud-desktop

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
January 13, 2021 18:26
January 14, 2021 19:57
January 14, 2021 17:54
January 14, 2021 17:54
July 20, 2016 21:17
March 10, 2016 09:00
March 10, 2016 09:00
March 9, 2016 20:03
January 14, 2021 17:57
January 14, 2021 16:34
May 23, 2019 10:15
January 14, 2021 16:48

IRCCloud Desktop

This is a prototype of an IRCCloud desktop app for Windows, Linux, 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.

  • Mac: DMG
  • Windows: Installer
  • Linux: AppImage

On Linux, the app is also available on Snapcraft

You can also browse the Releases list for other artifacts, e.g. (Mac ZIP, deb, source tarball)

Development

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

Feedback

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