Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 410 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 410 Bytes

WhatsApp Electron

WhatsApp Client built on Electron with multi-account support!
Tested on Linux and Windows.

Compilation and Usage

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