This repository hosts an unofficial WhatsApp desktop application specifically optimized for Ubuntu, providing a seamless messaging experience directly from your desktop.
-
Optimized Performance: Built with performance in mind for a smooth experience on Ubuntu.
-
Native Feel: Integrates well with the Ubuntu desktop environment.
-
All Core WhatsApp Features: Supports sending and receiving messages, photos, videos, documents, and voice messages.
-
Desktop Notifications: (Known issue: Small bug in notifications - see "Known Issues" below) Receive desktop notifications for new messages.
You can install the Unofficial WhatsApp for Ubuntu by either downloading a pre-built release or building it from source.
-
Go to the Releases page of this repository.
-
Download the latest
.debpackage for your system. -
Install the package using your system's package installer or via the command line:
sudo dpkg -i whatsapp-for-linux_*.deb sudo apt install -f # To fix any broken dependencies
To build the application from source, follow these steps:
-
Clone the repository:
git clone https://github.com/uvindusl/Whatsapp-for-linux.git cd Whatsapp-for-linux -
Install dependencies:
npm install
- Note: You might need to install
npmoryarnif you don't have them already.
- Note: You might need to install
-
Build the application:
npm run build
This command will typically create distributable packages (like
.deb) in thedistfolder. -
Run the application (for development/testing):
npm run start
Once installed, launch the application from your applications menu. You'll be prompted to scan a QR code using your phone's WhatsApp application (WhatsApp Web/Desktop option) to link your account.
- Notification Bug: There's a small bug affecting desktop notifications. While notifications generally appear, when you click on them, the application will not open or come into focus. I am actively working on a fix for this.
This project is licensed under the MIT License - see the LICENSE file for details.