Skip to content

dagmoller/whatsapp-electron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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