Ubuntu – telegram with secret chats

encryptioninstant-messagingSecuritytelegram

What is the best way to run telegram on linux with support for secret chats?

This is what I tried already:

  1. run telegram desktop – works very well but no secret chats feature
  2. pack android telegram apk as chrome app using ARC. Worked, have secret chats, unfortunately crashes sometimes, no easy to update
  3. compile telegram-cli and write some python wrapper (too much effort, not so user friendly, not easy for updates)
  4. install android telegram apk on android-x86 running on kvm or virtualbox (kind of heavy solution for chat application)

I will appreciate also another alternative open source and trustworthy easy to use chat app with end-to-end encryption.

Thank you for your suggestions.

Best Answer

If you are a Pidgin user, there is a telegram-purple plugin: https://github.com/majn/telegram-purple

It is provided for Ubuntu by the webupd8 repository:

sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install telegram-purple
Related Question