Hello! We created Monogram — a new open-source Telegram client for Android using Kotlin and Jetpack Compose. The code is available on GitHub under the GPLv3 license, and updates can be found on our Telegram channel.
Why did we do this?
The official client has turned into an overly complex monolith, with its source code published with significant delays. Additionally, we are not fond of imposing iOS-style at the expense of Android guidelines.
Under the hood and features:
The core and encryption are managed by the official TDLib (C++). Otherwise, we focused on native performance:
Interface and implementation
Strict Material Design 3. Smooth and lightweight thanks to integrated native Android components.
Source: linux.org.ru
