This is simple unofficial WhatsApp desktop client for linux.
Note: Check the offical Electron quick start if you need to learn the basics about Electron.
Note: Click here to download the official client.
To run this repository you'll need Node.js (which comes with npm) installed on your computer. From your command line:
# Install dependencies
$ npm install
# Run the app
$ npm start
# Install electron-packager
$ npm install electron-packager -g
# Install package-linux
$ npm run package-linux
# Create debian installer .deb
$ npm run create-debian-installer
# Install from snap
$ sudo snap install whatee
Download directly from Snap Store.
🔗 Check out releases for available packages.
Based on: