WhatsApp Client built on Electron with multi-account support!
Tested on Linux and Windows.
Requires:
- Nodejs == v18
- npm
- git
Run:
# Clone the repo
git clone https://github.com/dagmoller/whatsapp-electron.git
# Move to whatsapp-electron directory
cd whatsapp-electron
# Install dependencies
npm install
# Start the app
npm run start