Fork of converse-desktop for c-r-t.tk's XMPP services
Go to file
Nick Denry 2e76ad772b
Fix typo
2020-06-02 17:55:26 +03:00
app Version bump 2020-05-28 19:09:57 +03:00
libs/converse.js/3rdparty Use Strophe.getBareJidFromJid to get bare JIDs 2020-05-23 01:59:23 +03:00
modules Fix menu help item 2020-05-28 20:18:53 +03:00
resources Add restart action to the settings dialog 2020-05-28 19:07:45 +03:00
.gitignore Remove package-lock.json due to proper install 2020-05-14 16:56:31 +03:00
CHANGES.md Fix typos 2020-05-28 19:40:54 +03:00
LICENSE Update to actual license (GPLv3) 2019-04-26 03:49:30 +03:00
README.md Fix typo 2020-06-02 17:55:26 +03:00
index.html Unify login process 2020-05-13 23:01:09 +03:00
main.js Add restart action to the settings dialog 2020-05-28 19:07:45 +03:00
package.json Version bump 2020-05-28 19:09:57 +03:00
renderer.js Add restart action to the settings dialog 2020-05-28 19:07:45 +03:00

README.md

Chimeverse

Jabber/XMPP client based on Converse.js and Electron

Version Downloads License PayPayl donate button

It should happen once. A very basic integration of Converse.js 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

Changelog

See CHANGES.md

Latest release installers

Operation System Download link
macOS Chimeverse-0.1.54_x64.dmg
Windows Chimeverse.Setup.0.1.54_x64.exe
Linux DEB chimeverse_0.1.54_amd64.deb

Run with npm

git clone https://github.com/nick-denry/Chimeverse.git
cd Chimeverse
npm i
$(npm bin)/electron-rebuild
npm start

Development

Prepare

git clone https://github.com/nick-denry/Chimeverse.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.