Experimental Telegram Desktop fork. https://kotatogram.github.io/
Find a file
RadRussianRus b63b8f7b3a [Core] Language system
Telegram Desktop uses static language system with code generation, which
requires almost full app rebuild on any string modification, no matter
how small it is.

Since Kotatogram is options-driven, static language system will slow the
development. This language system solves the problem by using JSON and
runtime string search instead.
2023-10-03 18:32:35 +03:00
.github [Docs] Basic documentation and CI 2023-10-03 00:02:33 +03:00
cmake@0811c5f446 Update submodules 2023-06-22 17:41:28 +04:00
docs [Docs] Basic documentation and CI 2023-10-03 00:02:33 +03:00
lib/xdg [Branding] App name and logo 2023-10-03 18:32:35 +03:00
snap [Docs] Basic documentation and CI 2023-10-03 00:02:33 +03:00
Telegram [Core] Language system 2023-10-03 18:32:35 +03:00
.gitattributes Update lottie icons in voice chats. 2021-04-12 10:48:16 +04:00
.gitignore added CLion-generated files to .gitignore 2021-04-14 08:50:32 +03:00
.gitmodules C++ify wl_registry 2023-05-30 20:55:15 +04:00
changelog.txt Version 4.8.4. 2023-06-14 16:11:20 +04:00
CMakeLists.txt Always use Python3 cmake package instead of the Python one 2023-06-05 17:53:32 +04:00
LEGAL Update copyright year to 2023. 2023-01-02 10:10:14 +04:00
LICENSE Add single LEGAL file with license and copyright. 2018-01-03 13:04:34 +03:00
README.md [Docs] Basic documentation and CI 2023-10-03 00:02:33 +03:00

Kotatogram experimental Telegram Desktop fork.

GitHub release (latest by date including pre-releases) GitHub Workflow Status: Windows GitHub Workflow Status: Linux GitHub Workflow Status: macOS Crowdin

Preview of Kotatogram Desktop

Build instructions can be found in docs folder. Please note: only [32-bit Windows][building-msvc], [64-bit Windows][building-msvc-x64] and [Linux][building-cmake] build instructions are updated.

Original README with licenses could be found in Telegram Desktop repository.

Download

Binaries can be downloaded from releases: https://github.com/kotatogram/kotatogram-desktop/releases

Latest stable version can be found here: https://github.com/kotatogram/kotatogram-desktop/releases/latest

Builds

  • Windows (installer and portable)
  • Linux (64-bit)
  • macOS

Features

  • Local folders
  • Forward to multiple chats and forward without author
  • Custom font
  • Compact chat list
  • Custom text replaces
  • Change sticker size
  • Adaptive chat bubbles
  • and other smaller features.

Full list of features will rewritten later. Control branches were used to list features, but they are now deprecated and archived in separate repo.

Contributing

Read CONTRIBUTING.md.

Attribution