A simple WhatsApp Web Client for Linux.
- Access WhatsApp Web from your desktop
- Native desktop notifications
- Open links in your default browser
- Linux AppImage for easy installation
- Node.js (v14 or later)
- npm (comes with Node.js)
-
Clone this repository
-
Install dependencies:
npm install
-
Start the application:
npm start
To build the application for Linux (AppImage):
npm run dist
This will create an AppImage in the dist
directory.
After launching the application, you'll need to scan the QR code with your phone's WhatsApp app to log in, just like you would with WhatsApp Web in a browser.
This project is licensed under the MIT License - see the LICENSE.md file for details.
Copyright (c) 2025 Danilo Falcão