0.1.55 • Published 4 years ago

chimeverse v0.1.55

Weekly downloads
4
License
GPL-3.0
Repository
github
Last release
4 years ago

Chimeverse

Jabber/XMPP client based on Converse.js and Electron

Version Downloads License

It should happen once. A very basic integration of Converse.js and Electron. With OMEMO.

Screenshots and feautures

  • 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 SystemDownload link
macOSChimeverse-0.1.54_x64.dmg
WindowsChimeverse.Setup.0.1.54_x64.exe
Linux DEBchimeverse_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 SystemTarget
macOSnpm run dist
Windowsnpm run dist:win64
Linux DEBnpm run dist:linux64deb

More targets could be added via package.json. See electron builder docs.