Just anоther interesting FOSS Telegram client.
Telegram API manuals: https://core.telegram.org/api
MTproto protocol manuals: https://core.telegram.org/mtproto
Caution
Building on Windows is not supported.
1. Install ninja-build, gperf, meson, libuv1-dev, nasm, cmake, autoconf, automake, libtool, pkg-config, git
git clone --recursive --shallow-submodules https://github.com/hdd-disk/Justgram
-
Place your
release.keystorefile into theTMessagesProj/configdirectory. -
Open your
local.propertiesfile in the root directory and add the following properties:
RELEASE_KEY_ALIAS=your_key_alias
RELEASE_STORE_PASSWORD=your_keystore_password
RELEASE_KEY_PASSWORD=your_key_password
Build with Android Studio or from the command line:
./gradlew assemble<architecture><flavor>Release
Flavors:
- Normal — without the plugin system
- Plugin — with the plugin system
Architectures:
- arm64-v8a
- armeabi-v7a
Native libraries (FFmpeg, BoringSSL, libvpx, dav1d, tde2e) are built from source automatically on the first build and cached for subsequent runs.