# Converse Desktop This project started as a fork of Nick Denry's [Chimeverse](https://github.com/conversejs/converse-desktop). #### Jabber/XMPP client based on Converse.js and Electron ![Version](https://img.shields.io/npm/v/chimeverse/latest.svg) ![Downloads](https://img.shields.io/npm/dt/chimeverse.svg) ![License](https://img.shields.io/npm/l/chimeverse.svg) PayPayl donate button It should happen once. A very basic integration of [Converse.js](https://conversejs.org/) and Electron. With OMEMO. #### Screenshots and feautures

Main window Chat Account form Settings screen

- Permanent account storage - Tray icon - Tray notifications - All the best from Converse.js like system notifications, MAM, OMEMO etc. See details at [Converse.js](https://conversejs.org/) #### Changelog See [CHANGES.md](https://github.com/conversejs/converse-desktop/blob/master/CHANGES.md) #### Run with npm ``` git clone https://github.com/conversejs/converse-desktop.git cd Chimeverse npm i $(npm bin)/electron-rebuild npm start ``` ### Development Prepare ``` git clone https://github.com/conversejs/converse-desktop.git cd Chimeverse npm i $(npm bin)/electron-rebuild ``` Build targets | Operation System | Target | -------------------|---------------- | macOS | `npm run dist` | | Windows | `npm run dist:win64` | | Linux DEB | `npm run dist:linux64deb` | More targets could be added via `package.json`. See [electron builder docs](https://www.electron.build/configuration/configuration).