Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/irccloud/irccloud-desktop
IRCCloud Desktop App
https://github.com/irccloud/irccloud-desktop
chat cross-platform desktop-app electron irc irccloud linux mac windows
Last synced: about 2 months ago
JSON representation
IRCCloud Desktop App
- Host: GitHub
- URL: https://github.com/irccloud/irccloud-desktop
- Owner: irccloud
- License: apache-2.0
- Archived: true
- Created: 2015-07-01T14:16:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-09-06T12:43:35.000Z (over 1 year ago)
- Last Synced: 2024-06-19T05:35:23.935Z (7 months ago)
- Topics: chat, cross-platform, desktop-app, electron, irc, irccloud, linux, mac, windows
- Language: JavaScript
- Homepage:
- Size: 3.81 MB
- Stars: 239
- Watchers: 12
- Forks: 32
- Open Issues: 50
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Security: SECURITY.md
Awesome Lists containing this project
README
# 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](https://electronjs.org/docs). Build and packaging is handled by the excellent [electron-builder](https://www.electron.build/) 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](docs/OfficialBuilds.md)