On Ubuntu 20.04 - how to install WhatsApp Web?
I need to use WhatsApp on Ubuntu 20.04 and on Internet search found several links such as;
Install WhatsApp webapp on Ubuntu etc.
WhatsApp webapp for Ubuntu
I have tried 2) above but failed.
Please advise?
45 Answers
The app you require is Whatsdesk downloadable from the Ubuntu Software Center and has good reviews.
2You can use the snap store for this. Do:
sudo apt install snapd
Now restart your device.
sudo snap install snap-store
This should install the snap store on your device. It is GUI based and allows you to easily install whatsapp web. Or else, you can install using snap in terminal with
sudo snap install whatsapp-for-linux
I got it. It doesn't need any software.
Steps:- On browser (in my case Firefox) run; The WhatsApp bar code popup on computer
On my Android phone Start WhatsApp Click the 3 dots -> select WhatsApp Web The bar code scanner popup
Point the scanner over WhatsApp bar code After a while the WhatsApp screen of my Android phone popup on computer.
Then I can send and receive WhatsApp messages on my computer.
I came across some documents before about sending and receiving WhatsApp messages on computer without a mobile phone. But I never tried it before. Do any folk has any idea? Thanks.
Regards
"WhatsApp messages on computer without a mobile phone" , install anbox if you r on linux , you can also go for androidx86 install in virtualbox if you want the full experience and you can even install a full os like remix os on either virtualbox, or in dual boot(i recommend you anbox,cause you just need to use whatsapp, you can find many manuals on web on how to install it )
neverware was going in the right direction of implementing a os which can handle linux and android apps natively , but their google-partnership killed it(i maybe a bit wrong here)
but if you are on windows , i recommend MEmu android emulator, i have tried many others , but it is the best , out of them
**you can try signal or telegram , both are great , and have full cross-platform support
note: whatsapp's multi device is actually a feature in development(may take a lot time) and you can check about it on wabetainfo.com , also a whatsapp account can only be used on one single android device (means , if you install whatsapp on anbox or something else , you wont be able to access the same account on your phone & vice-versa)
2You can create your own WhatsApp web app on Ubuntu!
Here is a trick that is not known by most of the Ubuntu users:
Open terminal.
Type:
sudo -H gedit /usr/share/applications/whatsapp-webapp.desktop.Add the following:
#!/usr/bin/env xdg-open [Desktop Entry] Name=WhatsAppMW GenericName=WhatsAppMW Comment=WhatsAppMW desktop webapp Exec=/opt/google/chrome/google-chrome --app= Terminal=false Type=Application StartupNotify=true MimeType=text/plain; # If you want icon, type path of icon Icon=/home/mostafa/Music/whats.jpg Categories=Network;Application; Keywords=MostafaWael;webapp; X-Ubuntu-Gettext-Domain=WhatsAppMW StartupWMClass=web.whatsapp.comHit save and now you can find your desktop app in the application menu.
N.B.:
- You can use any editor instead of
geditand you can use any names you want. - If you are not using chrome, make sure to change
/opt/google/chrome/google-chromewith your browser path. - Firefox doesn't natively support installing websites as applications yet
- valid for anything, not only whatspp.