-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Signal web version #4466
Comments
From what I've read. Moxie seems interested however it's a bit hard to do and make it perfectly secure and private considering they'd have to essentially build another platform for the web app. |
Continuing on... this was a community member's response in one of the Signal Community Forums... https://community.signalusers.org/t/google-to-retire-chrome-apps-what-will-be-with-signal-desktop/469/6 |
The desktop app is already a web app on top of Electron. What does Signal need that Electron offers but the web doesn't (yet)? |
With the new influx of people coming over from whatsapp, not bc everything is encrypted but signal doesnt seem to sell your data - this is something I really miss. Also as @mathiasbynens mentioned: in my book Electron is a fancy way to embed a browser website in a client environment (very basic viewing, i know) In my opinion basing the decision against a web-client on "we have to rely on ssl, but ssl can be intercepted" is invalid. Uneducated question: shouldnt it be possible with a webassembly / libsignal-javascript to implement it somehow securely? |
Hey. Very happy to see this topic getting some attention. I commented on this issue a while back, with pretty much the exact same question as @mathiasbynens, but deleted my comment as I felt it was a dumb question after reading about it (It really wasn't! and I should have kept my comment) 🙈 I can't quite remember what or where I saw the "answer", but apparently there is some problems with verifying the client code on hosted webapps, which is why the electron apps run with local files and the executable can be verified? man in the middle attacks etc.. Proton apps (protonmail etc.) also have this problem and apparently it's one of their "great drawbacks" according to some. If this is completely wrong and I'm just talking garbish, I'm sorry, I'm in no way an expert or have any sort of knowledge in this field. (security, encryption etc.) Personally that's a risk I'm definitely willing to put up with, but I guess the issue is people will default to the web app which does not offer the best protection by default. Also want to add to the discussion: One of the great benefits of the web is how sandboxed it is, so for an individual it's a lot more secure that the app is running in the browser, than having full access to the computer. That's exactly why I'm using protonmail, twitter, spotify and many others as PWAs. |
I have just migrated to signal from whatsapp/telegram. Missed this web interface feature, what a pity!! But well done for you guys to make a instant messenger opensource and private, starred the project! |
I think this is one of the biggest limitation when we think about reaching a wide range of users. |
Facebook just forced messenger on the desktop web browser and I'm fed up. I also don't want to install a client for each messaging app on desktop. The bookmarks on the web browser work just fine. +1 for this functionality. |
I also want a web app. A PWA is perfect and also partly solves #4901 as Microsoft Store crawls PWAs, and also allows Signal on for example Chromebooks. Regarding the ancient comment people keep refering to: that's outdated information since long. See Service Workers. |
Yeah, this is the one I was referring to! Thanks for linking it. 😄 |
Rationale for having a web client:
Rationale against:
Personally I think the pros outweigh the cons. |
@harmic, I think you are missing one key aspect. If the goal is to become a leader in the messaging market Signal has to be a convenient and flexible tool, not only safe. Many users just are using theirs browsers to chat with friends. They don't change theirs habits just because of safety. |
@bartoliniii I like your opinion. |
Imagine: So why is that? But why is that? This refusal of a web client was done in the name of security. But why don't you developers let the user decide how much security he wants? Imagine: Why I prefere a web client? However at the moment I just gonna move away from signal. On my smartphone signal brothers me with messages like. "abc is using Signal." Can't I disable that? I just wanna see real messages. Well I now used to reply to people that I gonna move away from Signal and And I already have enough messenger apps. |
As someone already pointed out the app is in fact an web app. So how about atleast leaving the door open for selfhosters? We trust our own infrastructure. How about makeing an docker container out of the web app and serve it on a selfhosted server? I obviously haven't put any serious thought into it, but one issue would be Electron. Any apphroach in this direction obviously needs an big disclaimer noteing the security complications going forward. |
Well, gave it a shot. The UI doesn't properly load in the browser (just the loading screen with 3 dots, however no errors in dev console)
|
I'm unclear on how this is going to be progressed. If this was a regular open source application, there would be nothing to stop anyone creating a web app, but in this case not only do you have to write a client but you have to connect to Signal servers, and the project does not want third party apps connecting to their servers. As far as I can tell no actual signal organization members are commenting on this ticket - so maybe some other channel is needed to draw attention to this. |
You are in the right direction, I've been wanting to do this for a while now. |
I agree with @harmic. I would even say that no web interface is NOGO for me. :/ I definitely don't want to install all of your desktop apps that use web technologies and do exactly what the browser can do... Besides, can't the front-end be shared between the web app and the electron one? Hence it shall not be so much extra work, shall it? |
A bit of a workaround maybe: Setup a Matrix Server (Synapse, Riot or element-web, mautrix-signal, signald) Works surprisingly well and supports a wide range of other bridges to messengers. |
The POC was simply to use the Electron/desktop app as an base for web frontend. Thus its still the desktop app, just renderd in an browser instead of Electron
Yeah that works, but IMHO not very feasible for even for an power user/selfhoster |
I have no plans to continue the POC, I guess it needs some code changes to work properly and thats out of scope for me. I've moved on, Signal just isn't what I though it would be. |
While it wasn't that hard tbh, it may be a new way to support and use signald as backend for developing a webapp instead of trying to modify the existing client.
My whole setup is dockerized, while it does require some configuration its fairly easy. |
@KoffeinKaio I tried that approach a few weeks back, and running all thoes dependencies/containers/resource hogs just for Signal simply is a no-go here. I also think the experience was quite lacking when everything was running. Just my 2 cents 😄 |
I appreciate the efforts, but I feel this discussion is going in the wrong direction. The original request was not to locally run a docker container that emulates what https://web.whatsapp.com does, but basically asking Signal to provide https://web.signal.org |
Hi Web Version to use RamBox for example ! |
This feature would be amazing for me, as it would solve the problem of not having a secondary-device client for every single platform |
This feature goes fundamentally against Signal's design: it's peer-to-peer (messages are sent device-to-device where the Signal servers facilitate transport only). Having a web version would mean Signal servers are also a peer thus would collect your data so they can present it to you via the web interface. This defeats the main point of the software as it cannot guarantee privacy anymore due to a centralized infrastructure. |
I don't think that is correct - the encryption / decryption that secures
the users messages can be done equally well in a web app as it can in the
existing desktop app. In other words it should be possible to write a web
app that is a peer.
The main security risk (mentioned earlier in this thread) is that the
client (web app) would have to be fetched from the server, so there is a
risk that a compromised version of the web app is downloaded. The same risk
exists if you are not careful about verifying the desktop app when you
download and install that.
…On Thu, 26 Aug 2021 at 13:44, adioe3 ***@***.***> wrote:
This feature goes fundamentally against Signal's design: it's peer-to-peer
(messages are sent device-to-device where the Signal servers facilitate
transport only). Having a web version would mean Signal servers are also a
peer thus would collect your data so they can present it to you via the web
interface. This defeats the main point of the software as it cannot
guarantee privacy anymore due to a centralized infrastructure.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4466 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACBQWCZYJK75HTDUZOZ76TLT6W2CNANCNFSM4QMVXMNQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
I see multiple problems there:
IMHO point 1 already disqualifies this feature as we'd be giving up a lot of security for a bit of convenience but I would love to be proven wrong... |
The web app doesn't have to store data on the server, it can keep it locally stored in indexedDB. There are even ways to use sqlite.js with an indexedDB backend which could help with porting the desktop signal to the web! |
And there is also WebRTC which is designed for a native P2P realtime communications and completely removes the need for any centralized servers to store messages =) |
And there is also cache APIs and serviceworkers so you only need to fetch a new client when you want/when there is an actual update. Pretty much exactly like a native app. You can write a service worker to save/store/cache the client once on first (ever) load and never have to fetch a new client again until you manually (or automaticlly) wish to do so. |
I have updated @jkaberg 's Perhaps someone else can help identify where to go next. To use: docker build -t signal-web .
docker run --rm -p 443:443 --name signal-web signal-web Then visit http://localhost:443 (Yes, http)
|
@Fmstrat cool, if you ever get it work properly - let me know. For now, I've settled for this
Beware of dragons (this runs an VNC and web server, which in turn gives you signal-desktop in the browser - not very ideal, but hey its working. config is in |
Did you create a corresponding issue in the forum before closing this issue? I couldn't find it. |
Rather cringe of Signal to close sooo many feature requests like that...
Den tors 30 sep. 2021 16:05Bastian Venthur ***@***.***> skrev:
… Did you create a corresponding issue in the forum before closing this
issue? I couldn't find it.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#4466 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGWHD2FQ3KLJPOG3O5CZCDUERVCDANCNFSM4QMVXMNQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
@jkaberg Hey, I'll probably play some more with it this coming week, but I've tried your method and I just get a blank black screen with the cursor and left-hand clipboard when visiting |
Was this closed abruptly? Are there no plans to even consider this despite the widespread request in support of this? A web version has obvious advantages already detailed above by many users - portability and accessibility from anywhere & everywhere. |
For those who came here to find updates: https://community.signalusers.org/t/web-app-for-signal/1272 Forums seem to be a nice way to keep users away from developers... (sorry for the sarcasm) |
@riedel I long ago started up |
Would love to see an update on this choice considering the latest Web APIs. Genuinly interested why building a secure signal web client is currently infeasable in 2024, and what has changed, if anything, since the last analysis. |
signal web version need very badly.
Please bring this feature. I need signal web version like whatsapp web
The text was updated successfully, but these errors were encountered: