An Electron desktop application that combines multiple chat platforms into a single interface. Access WhatsApp, Skype, Facebook Messenger, and Discord web versions in one place.
- Single window interface for multiple chat platforms
- Supports:
- WhatsApp Web
- Skype Web
- Facebook Messenger
- Discord
- Clone this repository
- Install dependencies:
npm install- Start the application:
npm startTo create installable packages:
npm run makeThis will generate platform-specific installers in the out/make directory.
- Main process:
main.js - UI:
index.htmlandstyle.css - Chat platform integration:
functions.js
- Node.js
- Electron 19.0.0
- Internet connection for accessing chat services
ISC