NOTE: Meowgram is still under heavy development. It is still NOT recommended to use under production. But will soon do :D
GTK Telegram Client
Meowgram = Meow + Gram :D
Meow - Talking cats sound. It's a symbol of unique and user friendly UI of client, just like a cute kitten.
Gram - Part of platform name: Telegram. It says about which messanger is client made for.
GNOME Builder is the environment used for developing this application. It can use Flatpak manifests to create a consistent building and running environment cross-distro. Thus, it is highly recommended you use it.
- Download GNOME Builder.
- In Builder, click the "Clone Repository" button at the bottom, using
https://github.com/ExposedCat/Meowgram.git
as the URL. - Click the build button at the top once the project is loaded.
git clone https://github.com/ExposedCat/Meowgram.git
cd Meowgram
meson builddir --prefix=/usr/local
ninja -C builddir install