# Chimeverse #### 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/nick-denry/Chimeverse/blob/master/CHANGES.md) #### Latest release installers - macOS: [Chimeverse-0.1.53_x64.dmg](https://github.com/nick-denry/Chimeverse/releases/download/v0.1.53/Chimeverse-0.1.53_x64.dmg) - Windows: [Chimeverse.Setup.0.1.53_x64.exe](https://github.com/nick-denry/Chimeverse/releases/download/v0.1.53/Chimeverse.Setup.0.1.53_x64.exe) - Linux DEB: [chimeverse_0.1.53_amd64.deb](https://github.com/nick-denry/Chimeverse/releases/download/v0.1.53/chimeverse_0.1.53_amd64.deb) - [All releases](https://github.com/nick-denry/Chimeverse/releases) #### Run with npm ``` git clone https://github.com/nick-denry/Chimeverse.git cd Chimeverse npm i $(npm bin)/electron-rebuild npm start ```