Running WhatsApp in Fedora

2

1

Is there any way I can run WhatsApp on Fedora? There are Android emulators like BlueStackApps for Windows and Mac, but I haven't found one for Fedora or Ubuntu.

Is there any such that will allow me to run Android application like WhatsApp on Fedora ?

Note: I am looking for answers other than recommending android emulator that is part of the SDk

Suhail Gupta

Posted 2012-08-09T13:40:46.877

Reputation: 1 655

See also: Is it possible to use whatsapp in my computer?

– Stephen Ostermiller – 2016-04-07T11:52:37.693

Answers

1

Whatsapp has a web client that can run on any computer.

You will need to have created a WhatsApp account on your phone first. Then when you use the web app for the first time you need to link it to your phone account using the bar code on the screen.

The web app is limited to run on a single device at a time. If you log in from another computer, it will log you out of any others.

I like it running in its own window outside my normal web browser. Google chrome has an "app" mode for just this kind of thing. I start whatsapp with the following command line to give it its own window and task bar icon:

google-chrome --password-store=basic --app=https://web.whatsapp.com/

Stephen Ostermiller

Posted 2012-08-09T13:40:46.877

Reputation: 437

0

snapd makes available the whatsdesk package which seems to be fully functional:

$ snap info whatsdesk
name:      whatsdesk
summary:   whatsdesk
publisher: Gustavo Gonzalez (zerkc)
contact:   incoming+zerkc/whatsdesk@incoming.gitlab.com
license:   unset
description: |
  unofficial whatsapp client for linux
commands:
  - whatsdesk
snap-id:      M7gg5zVdwlMpELFowEYDELP5Us8G9Cjw
tracking:     stable
refresh-date: 2019-09-26
channels:
  stable:    0.2.18 2019-04-25 (17) 109MB -
  candidate: ↑                            
  beta:      ↑                            
  edge:      ↑                            
installed:   0.2.18            (17) 109MB -

Richard Hodges

Posted 2012-08-09T13:40:46.877

Reputation: 101

0

You can run things through the Android emulator, part of the Android SDK (software development kit).

This provides a virtual device which does allow you to run quite a lot of Android applications though it may struggle with some of the more hardware-dependent things (3D, Phone calls, GPS, SMS, etc)

Here's a guide on getting it set up:

http://news.softpedia.com/news/How-to-Run-Android-Applications-on-Ubuntu-115152.shtml

A detailed SDK install guide can be found here:

http://developer.android.com/sdk/installing/index.html

superuser

Posted 2012-08-09T13:40:46.877

Reputation: 3 297

can it be other than android emulator part of SDK. I guess that emulator is not abstracted for this. – Suhail Gupta – 2012-08-09T14:16:42.687