Package Details: ayugram-desktop-bin 6.7.8-8

Git Clone URL: https://aur.archlinux.org/ayugram-desktop-bin.git (read-only, click to copy)
Package Base: ayugram-desktop-bin
Description: Desktop Telegram client with good customization and Ghost mode
Upstream URL: https://github.com/AyuGram/AyuGramDesktop
Keywords: ayugram telegram
Licenses: GPL-3.0-or-later
Conflicts: ayugram-desktop
Provides: ayugram-desktop
Submitter: westpain
Maintainer: RSG245
Last Packager: RSG245
Votes: 28
Popularity: 5.13
First Submitted: 2023-08-26 11:07 (UTC)
Last Updated: 2026-07-11 12:39 (UTC)

Pinned Comments

RSG245 commented on 2025-05-03 02:33 (UTC) (edited on 2025-09-20 19:14 (UTC) by RSG245)

Guys, send feedback and bug report to Github.


GitHub: rsg245/ayugram-desktop-bin-arch
Codeberg: rsg245/ayugram-desktop-bin
Archlinux GitLab: rsg245/ayugram-desktop-bin (Just mirror)

Latest Comments

1 2 3 4 5 6 7 Next › Last »

RSG245 commented on 2026-07-11 12:40 (UTC)

J is done

sinela commented on 2026-06-25 10:19 (UTC) (edited on 2026-06-25 10:20 (UTC) by sinela)

And here we go again. libprotobuf update

AyuGram: error while loading shared libraries: libprotobuf-lite.so.35.0.0: cannot open shared object file: No such file or directory

I guess you could run something like

sudo ln -s /usr/lib/libprotobuf-lite.so.35.1.0 /usr/lib/libprotobuf-lite.so.35.0.0
sudo ln -s /usr/lib/libprotobuf.so.35.1.0 /usr/lib/libprotobuf.so.35.0.0

Just like before. I didn't test it, so be careful

and after update:

sudo rm /usr/lib/libprotobuf.so.35.0.0 /usr/lib/libprotobuf-lite.so.35.0.0

NoLogic commented on 2026-06-11 13:47 (UTC)

hey, for some reason not telegram nor ayugram wanna send me a code? tried sms too, yet it still doesn't send a code. idk if it's like a problem after I had to reinstall arch, since I could perfectly login in ayugram, or a problem with the servers. anyone's also having something similar?

RSG245 commented on 2026-06-04 00:22 (UTC)

updated

50nathan commented on 2026-06-03 19:12 (UTC)

For anyone hitting the rolling-release protobuf 35 mismatch error mentioned by sinela:

Until the package is updated/rebuilt against the new protobuf libs upstream, you can temporarily bypass the missing library crash by mapping symlinks from your live v35 files to the v34 names the binary is currently looking for.

Run these two commands in your terminal:

sudo ln -s /usr/lib/libprotobuf-lite.so.35.0.0 /usr/lib/libprotobuf-lite.so.34.1.0
sudo ln -s /usr/lib/libprotobuf.so.35.0.0 /usr/lib/libprotobuf.so.34.1.0

Once the package receives a fresh maintainer bump, you can cleanly remove these temporary workarounds by running:

sudo rm /usr/lib/libprotobuf-lite.so.34.1.0 /usr/lib/libprotobuf.so.34.1.0

sinela commented on 2026-06-03 17:54 (UTC)

AyuGram: error while loading shared libraries: libprotobuf-lite.so.34.1.0: cannot open shared object file: No such file or directory

update is needed

ariyan commented on 2026-05-06 07:40 (UTC)

Works perfectly tysm for the update. arch linux

mencoder commented on 2026-05-03 18:34 (UTC)

Yeah, update please!