Signal messenger on the desktop

3

I currently use Telegram (because it just works very nicely) and WhatsApp (because stubborn people insist on using it). Both can be used on the desktop via http://web.whatsapp.com and http://web.telegram.org. Telegram also has a native desktop client for Linux.

From the security standpoint, both seem inferior to Signal (formerly TextSecure). Is there any way to use Signal on the desktop as well? I guess that would break the end-to-end encryption but I would be willing to share the key between desktop and mobile.

Martin Ueding

Posted 2016-01-16T12:33:12.827

Reputation: 1 857

Possibly via bluestacks? – Jonno – 2016-01-16T12:34:24.690

@Jonno: That is remote control of an Android device? – Martin Ueding – 2016-01-16T12:47:18.917

Note that you can use multiple devices without sharing private keys. Each device has it's own key pair. Messages are sent to your main active device, and this device then forwards the messages to your other devices using their public encryption keys.

See https://signal.org/docs/specifications/sesame/

– Menkid – 2019-12-12T10:14:37.513

Answers

2

There are now desktop applications for Windows, Max, and Linux.

https://signal.org/download/

groceryheist

Posted 2016-01-16T12:33:12.827

Reputation: 146

I would not call this “native”. It is an Electron app, which is a copy of the Chromium engine with the application written in JavaScript. “Native” would be like C++ and Qt. — So I am not sure that this is an improvement, before I had just one instance of Chromium running, now I would have two. – Martin Ueding – 2017-12-29T12:59:29.617

1

Looks like it's in the making - I'm not sure if it's a closed or open beta, so I don't know if you'll get instant access. Further information and more.

As stated in my comment also, if this doesn't work, you may be able to use Bluestacks to virtualize Android apps within Windows.

Jonno

Posted 2016-01-16T12:33:12.827

Reputation: 18 756