Magicall: end-to-end encrypted videoconferencing in the browser, now in alpha

15 points by nadim


Guest48

No friction

but requires creating an account

https://call.element.io provides e2ee videoconferencing in the browser, and you only need to specify your "name" and a name for the conference

roryokane

Jitsi Meet is a similar web service that is free, open source, and end-to-end encrypted. It has existed since 2013, and I used it successfully for dozens of one-on-one calls in 2020.

The service used to allow anonymous usage, but it started requiring an account two years ago. I found another deployment of the Jitsi Meet software that allows anonymous usage: Brave Talk. It worked both of the times I tried it.

One feature I missed, though, is that Jitsi Meet’s chat is text-only. You can’t use it to send files.

hwj

https://galene.org is another videoconference server for self-hosting. We used it in our team before switching everything to MS Teams. If I'd have the choice I'd probably still use it.

oliverpool

I find https://magicall.online/cryptography well written! (Not too marketing and not too technical at the same time)

doriancodes

"Free forever", but it has a free tier like all "enshittified" software and it is still in alpha..

sjamaan

Pretty cool! But as they clearly state, you still have to trust their servers not to serve any malicious JS. Would be great if one could self-host this, and if the code could be inspected.

EDIT: I suppose if you're self-hosting you wouldn't need end-to-end encryption, because you trust your own server. One could just use something like Jitsi in such a case...