Telegram clients for linux

Telegram

Telegram is a cloud-based cross-platform instant messaging service with optional end-to-end encryption. Account creation requires a phone number.

Note: Although the telegram client(s) are open source, the server side is proprietary and centralised, therefore having privacy issues. Use at your own risk as data is controlled by a centralised company.

Installation

You can use one of following methods in order to use Telegram:

Graphical clients

  • Telegram Desktop — The official application built by Arch Linux.
  • Kotatogram — Unofficial experimental Telegram Desktop fork.

Web-based clients

Two official browser-agnostic clients exist: Telegram WebK and Telegram WebZ, while the Telegram Chrome app for Chromium-based browser is also available. There are also third-party clients:

  • Franz — An open-source web-based application that can be used for various instant messaging software.
  • Rambox — An alternative to Franz, no longer open source, that offers all features of its counterpart.

Chat client plugins

Some multi-purpose chat clients provide a plugin for Telegram:

  • Pidgin — libpurple Telegram plugin implemented using official tdlib client library. Needs TD_API_ID and TD_API_HASH env vars to be set for makepkg.
  • Telepathy — The Morse backend provides capability of connecting the default messenger to Telegram.
  • Telepathy — The libpurple telepathy backend, in conjunction with telegram-tdlib-purple-gitAUR allows access to Telegram.

Command-line clients

  • Telegram messenger CLI — A command-line interface for Telegram which uses the readline interface.
  • ncTelegram — A ncurses Telegram client developed in Python with the urwid library.
  • tg — Telegram terminal client.
  • nchat — A terminal-based chat client with support for Telegram.
  • telega.el — GNU Emacs Telegram client.
  • telegram-send — A command-line tool to directly send messages or files via Telegram.

Tips and tricks

GTK dialogs in Telegram Desktop

If you want to use GTK file dialogs instead of Qt ones, set QT_QPA_PLATFORMTHEME environment variable to gtk3 .

KDE dialogs in Telegram Desktop

If you want to use KDE file dialogs instead of Qt ones, set QT_QPA_PLATFORMTHEME environment variable to xdgdesktopportal .

SVG icon theme in Telegram Desktop

If you want to use an icon theme based on svg image (e.g. papirus-icon-theme ) install qt5-svg . See Qt#Icon theme is not applied for details.

Читайте также:  Linux sh скрипт ssh

Wayland support

See Wayland#Qt for generic instructions.

xdg-open in Telegram Desktop

If you want to use xdg-open on t.me links and receive an error not finding a handler for tg:

xdg-mime default org.telegram.desktop.desktop application/x-xdg-protocol-tg xdg-mime default org.telegram.desktop.desktop x-scheme-handler/tg

Failed to set real-time priority for thread: Operation not permitted

If you get the following error

[ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted (1)

Install realtime-privileges , add yourself to the realtime group and reboot. See Realtime process management#Configuring PAM for details.

HiDPI scaling

If you have Qt scaling enabled on your system, and the scaling factor is not an integer, you may encounter problems like pixelated images and icons. you may need to disable high-DPI scaling for Telegram separately.

Copy /usr/share/applications/org.telegram.desktop.desktop to your user-specific applications and edit it as follows:

$HOME/.local/share/applications/telegramdesktop-no-scaling.desktop
. Exec=env -u QT_SCREEN_SCALE_FACTORS telegram-desktop -- %u .

You may need to update the database of desktop entries.

Audio backend

As Telegram makes use of OpenAL, it is possible to configure the audio settings by editing its config files, i.e. ~/.config/alsoft.conf , or the environment variables listed here.

In case sound is not working due to an invalid audio backend being used, it can be overwritten by setting the environment variable ALSOFT_DRIVERS or the drivers property in the [general] section of the OpenAL config. The drivers value «pulse,» for example would try pulseaudio first and then fallback to the default driver list.

Choose correct web camera

Telegram version 3.7.1 does not allow to select the web camera to use in video conference. If you want to force telegram to use a different camera, as a workaround you can disable the unwanted camera device as described in [1].

Fcitx support for Qt 6 Telegram

Telegram-desktop is built against Qt 6 since 3.4.2-2. Users upgrading from an older version might notice Fcitx stop working for this application. To make it work again, install fcitx-qt6 or the fcitx-im group. If using Fcitx5, install fcitx5-im .

Changing the default file browser

Telegram Desktop uses the File Manager DBus Interface to open the file browser. The spec does not allow to choose the preferred one, ensure you have only one file browser installed.

Do not confuse file browsers with file dialogs which are parts of toolkits and are covered by #GTK dialogs in Telegram Desktop and #KDE dialogs in Telegram Desktop.

See also

  • Arch Linux — Unofficial group for discussing everything about Arch Linux.
  • ArchWikiBot — Inline bot for searching through ArchWiki pages.
  • Planet Arch Linux & News — Channel with recent Planet Arch updates and Latest News in one place.
  • Arch Linux: Recent package updates — Channel with recent package updates in Arch Linux repositories.
  • Arch Linux News — Channel with news from Arch web site (not updated since 2018).
  • Planet Arch — Channel with posts from Planet Arch web site (not updated since 2018).
Читайте также:  Things you can do with kali linux

Источник

Telegram Applications

Telegram apps are open source and support reproducible builds. Anyone can independently verify that Telegram apps you download from App Store or Google Play were built using the exact same code that we publish.

Mobile apps

Desktop apps

Web apps

Telegram Database Library (TDLib)

  • TDLib – a cross-platform client designed to facilitate creating custom apps on the Telegram platform.
  • Telegram X for Android – a slick experimental Telegram client based on TDLib.

Unofficial apps

Source code

For the moment we are focusing on open sourcing the things that allow developers to quickly build something using our API. We have published the code for our Android, iOS, web and desktop apps (Win, macOS and Linux) as well as the Telegram Database Library.

This code allows security researchers to fully evaluate our end-to-end encryption implementation. It is also possible to independently verify that Telegram apps available on Google Play and App Store are built using the same code that we publish on GitHub.

Telegram Database Library

Cross-platform library for building custom Telegram apps, see TDLib for details.
Licensed under Boost 1.0.
GitHub »

Telegram for Android
Telegram for iOS
Telegram for macOS

Native macOS client.
Licensed under GNU GPL v. 2.
GitHub »

Telegram for Web browsers
  • Telegram Web, Version K. Mac, Windows, Linux, Mobile.
    Licensed under GNU GPL v. 3.
    GitHub »
  • Telegram Web, Version A. Mac, Windows, Linux, Mobile.
    Licensed under GNU GPL v. 3.
    GitHub »
  • Legacy JavaScript client. Mac, Windows, Linux.
    Licensed under GNU GPL v. 3.
    GitHub »
Telegram React

JavaScript client for browsers. Mac, Windows, Linux.
Licensed under GNU GPL v. 3.
GitHub »

Telegram Desktop

Qt-based desktop client. Mac, Windows, Linux.
Licensed under GNU GPL v. 3.
GitHub »

Telegram for WP
Telegram X for Android

Alternative Telegram client for Android based on TDLib.
Licensed under GPL v.3.0
GitHub »

Unofficial apps

Telegram CLI (Unofficial)

Linux Command-line interface for Telegram.
Licensed under GNU GPL v. 2.
GitHub »

Unigram (Unofficial)

A Telegram client optimized for Windows (desktop and Xbox).
Licensed under GNU GPL v. 3 or later.
GitHub »

MadelineProto (Unofficial)

A PHP MTProto Telegram client.
Licensed under GNU AGPL v. 3.
GitHub »

Читайте также:  Unset all environment variables linux

Bug Bounty Program

Telegram welcomes developers and the security research community to audit its services, code and protocol seeking vulnerabilities or security-related issues. Learn more about our Bug Bounty Program here.

Источник

Telegram Applications

Telegram apps are open source and support reproducible builds. Anyone can independently verify that Telegram apps you download from App Store or Google Play were built using the exact same code that we publish.

Mobile apps

Desktop apps

Web apps

Telegram Database Library (TDLib)

  • TDLib – a cross-platform client designed to facilitate creating custom apps on the Telegram platform.
  • Telegram X for Android – a slick experimental Telegram client based on TDLib.

Unofficial apps

Source code

For the moment we are focusing on open sourcing the things that allow developers to quickly build something using our API. We have published the code for our Android, iOS, web and desktop apps (Win, macOS and Linux) as well as the Telegram Database Library.

This code allows security researchers to fully evaluate our end-to-end encryption implementation. It is also possible to independently verify that Telegram apps available on Google Play and App Store are built using the same code that we publish on GitHub.

Telegram Database Library

Cross-platform library for building custom Telegram apps, see TDLib for details.
Licensed under Boost 1.0.
GitHub »

Telegram for Android
Telegram for iOS
Telegram for macOS

Native macOS client.
Licensed under GNU GPL v. 2.
GitHub »

Telegram for Web browsers
  • Telegram Web, Version K. Mac, Windows, Linux, Mobile.
    Licensed under GNU GPL v. 3.
    GitHub »
  • Telegram Web, Version A. Mac, Windows, Linux, Mobile.
    Licensed under GNU GPL v. 3.
    GitHub »
  • Legacy JavaScript client. Mac, Windows, Linux.
    Licensed under GNU GPL v. 3.
    GitHub »
Telegram React

JavaScript client for browsers. Mac, Windows, Linux.
Licensed under GNU GPL v. 3.
GitHub »

Telegram Desktop

Qt-based desktop client. Mac, Windows, Linux.
Licensed under GNU GPL v. 3.
GitHub »

Telegram for WP
Telegram X for Android

Alternative Telegram client for Android based on TDLib.
Licensed under GPL v.3.0
GitHub »

Unofficial apps

Telegram CLI (Unofficial)

Linux Command-line interface for Telegram.
Licensed under GNU GPL v. 2.
GitHub »

Unigram (Unofficial)

A Telegram client optimized for Windows (desktop and Xbox).
Licensed under GNU GPL v. 3 or later.
GitHub »

MadelineProto (Unofficial)

A PHP MTProto Telegram client.
Licensed under GNU AGPL v. 3.
GitHub »

Bug Bounty Program

Telegram welcomes developers and the security research community to audit its services, code and protocol seeking vulnerabilities or security-related issues. Learn more about our Bug Bounty Program here.

Источник

Оцените статью
Adblock
detector