mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-24 17:26:58 +00:00
Telegram Desktop messaging app
- Choose one of 8 new preset themes for any individual private chat. - Click on '...' menu > 'Change Colors' to pick a theme. - Both chat participants will see the same theme in that chat – on all their devices. - Each new theme features colorful gradient message bubbles, beautifully animated backgrounds and unique background patterns. - All chat themes have day and night versions and will follow your overall dark mode settings. - Implement main window rounded corners on Windows 11. - Fix audio capture from AirPods on macOS. |
||
---|---|---|
.github | ||
cmake@c4c2bf4bad | ||
docs | ||
lib/xdg | ||
snap | ||
Telegram | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
changelog.txt | ||
CMakeLists.txt | ||
LEGAL | ||
LICENSE | ||
README.md |
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.
The source code is published under GPLv3 with OpenSSL exception, the license is available here.
Supported systems
The latest version is available for
- Windows 7 and above (64 bit) (portable)
- Windows 7 and above (32 bit) (portable)
- macOS 10.12 and above
- Linux static build for 64 bit
- Snap
- Flatpak
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
- Qt 5.15.2, 5.6.2 and 5.3.2 slightly patched (LGPL)
- OpenSSL 1.1.1 and 1.0.1 (OpenSSL License)
- WebRTC (New BSD License)
- zlib 1.2.11 (zlib License)
- LZMA SDK 9.20 (public domain)
- liblzma (public domain)
- Google Breakpad (License)
- Google Crashpad (Apache License 2.0)
- GYP (BSD License)
- Ninja (Apache License 2.0)
- OpenAL Soft (LGPL)
- Opus codec (BSD License)
- FFmpeg (LGPL)
- Guideline Support Library (MIT License)
- Range-v3 (Boost License)
- Open Sans font (Apache License 2.0)
- Vazir font (SIL Open Font License 1.1)
- Emoji alpha codes (MIT License)
- Catch test framework (Boost License)
- xxHash (BSD License)
- QR Code generator (MIT License)
- CMake (New BSD License)
- Hunspell (LGPL)
Build instructions
- Windows (32-bit) (64-bit)
- macOS
- GNU/Linux using Docker