A Telegram client built with GTK4 and libadwaita.
Under development — early stage, contributions welcome.
# Fedora
dnf install meson gcc-c++ gtk4-devel libadwaita-devel gdk-pixbuf2-devel \
sqlite-devel openssl-devel zlib-devel tdlib-devel
# Debian/Ubuntu
apt install meson g++ libgtk-4-dev libadwaita-1-dev libgdk-pixbuf-2.0-dev \
libsqlite3-dev libssl-dev zlib1g-dev libtd-dev
git clone https://gitlab.gnome.org/bugaevc/peel.git
cd peel
meson setup build
ninja -C build
sudo ninja -C build install
Register your application at https://my.telegram.org to obtain an API ID and API hash.
git clone https://github.com/your-username/flying-paper.git
cd flying-paper
meson setup build -Dtelegram_app_id=YOUR_API_ID -Dtelegram_app_hash=YOUR_API_HASH
ninja -C build
./build/flying-paper
sudo ninja -C build install
Flying Paper is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
20 commits
C++
96.6%
Meson
2.8%
A Telegram client built with GTK4 and libadwaita.
Under development — early stage, contributions welcome.
# Fedora
dnf install meson gcc-c++ gtk4-devel libadwaita-devel gdk-pixbuf2-devel \
sqlite-devel openssl-devel zlib-devel tdlib-devel
# Debian/Ubuntu
apt install meson g++ libgtk-4-dev libadwaita-1-dev libgdk-pixbuf-2.0-dev \
libsqlite3-dev libssl-dev zlib1g-dev libtd-dev
git clone https://gitlab.gnome.org/bugaevc/peel.git
cd peel
meson setup build
ninja -C build
sudo ninja -C build install
Register your application at https://my.telegram.org to obtain an API ID and API hash.
git clone https://github.com/your-username/flying-paper.git
cd flying-paper
meson setup build -Dtelegram_app_id=YOUR_API_ID -Dtelegram_app_hash=YOUR_API_HASH
ninja -C build
./build/flying-paper
sudo ninja -C build install
Flying Paper is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
20 commits
C++
96.6%
Meson
2.8%