Telegram Desktop messaging app
Go to file
Ilya Fedin db33fbac27 Get rid of DisableCustomScaling hack
This shouldn't be needed since Qt is built without High-DPI scaling support in official binaries and QT_SCALE_FACTOR is a debug environment variable, so any use of it is a user's environment misconfiguration.

https://doc.qt.io/qt-6/highdpi.html#environment-variable-reference
2022-05-19 17:23:47 +04:00
.github Fix default branch check in the Dokcer action 2022-04-19 10:23:24 +04:00
cmake@b4fff01757 Update tg_owt to WebRTC M101. 2022-05-03 23:09:26 +04:00
docs Fix dependencies build on M1. 2021-12-14 11:33:59 +04:00
lib/xdg Updated XDG SPEC version to 1.5. 2022-01-11 10:37:44 +03:00
snap Update tg_owt revision in snap build. 2022-05-13 20:32:05 +04:00
Telegram Get rid of DisableCustomScaling hack 2022-05-19 17:23:47 +04:00
.gitattributes
.gitignore
.gitmodules Use QMenuBar instead of own global menu implementation on Linux 2022-01-22 21:18:37 +04:00
changelog.txt Beta version 3.7.5. 2022-05-12 18:02:52 +04:00
CMakeLists.txt Use Qt resources from a file on macOS. 2021-10-29 16:10:07 +04:00
LEGAL Update copyright year to 2022. 2022-01-04 12:49:50 +04:00
LICENSE
README.md Updated Qt license. 2022-04-10 23:28:56 +03:00

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 Build Status

Preview of Telegram Desktop

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

Supported systems

The latest version is available for

Old system versions

Version 2.4.4 was the last that supports older systems

Version 1.8.15 was the last that supports older systems

Third-party

Build instructions