Skip to content

jabrach/tdesktop

 
 

Repository files navigation

Telegram Desktop – Official Messenger

This is the complete source code and the build instructions for the alpha version of the official desktop client for the Telegram messenger, based on the Telegram API and the MTProto secure protocol.

Version Build Status Build status

Preview of Telegram Desktop

The source code is published under GPLv3 with OpenSSL exception, the license is available here.

Supported systems

  • Windows XP - Windows 10 (not RT)
  • Mac OS X 10.8 - Mac OS X 10.11
  • Mac OS X 10.6 - Mac OS X 10.7 (separate build)
  • Ubuntu 12.04 - Ubuntu 16.04
  • Fedora 22 - Fedora 24

Third-party

Build instructions

Remove lock from the default output audio device

The client uses virtual OpenAL Soft playback device. OpenAL locks audio output, so audio system can't change it (for example with Pulseaudio we can't change output device using pavucontrol).
To be able to change output device create a file ~/.alsoftrc with the following content:

[pulse]
allow-moves=yes

Packages

No packages published

Languages

  • C++ 92.8%
  • C 2.5%
  • Python 1.7%
  • Objective-C++ 1.2%
  • Shell 0.7%
  • Objective-C 0.5%
  • Other 0.6%