Thanks! I wasn't aware of the pre-built package beforehand.
Search Criteria
Package Details: ayugram-desktop 7.0.9-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/ayugram-desktop.git (read-only, click to copy) |
|---|---|
| Package Base: | ayugram-desktop |
| Description: | Desktop Telegram client with good customization and Ghost mode. |
| Upstream URL: | https://github.com/AyuGram/AyuGramDesktop |
| Keywords: | anti-recall ayugram telegram |
| Licenses: | GPL-3.0-or-later WITH OpenSSL-exception |
| Submitter: | ZhangHua |
| Maintainer: | ZhangHua |
| Last Packager: | ZhangHua |
| Votes: | 28 |
| Popularity: | 0.98 |
| First Submitted: | 2023-11-06 01:05 (UTC) |
| Last Updated: | 2026-09-01 08:16 (UTC) |
Dependencies (59)
- abseil-cpp (abseil-cpp-gitAUR)
- ada (ada-gitAUR)
- cmark-gfm
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-whisper-gitAUR, librempeg-gitAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-whisperAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR, ffmpeg-amd-full-gitAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-cuda-fullAUR, ffmpeg-headlessAUR, ffmpeg-full-llvmAUR)
- glib2 (glib2-patched-thumbnailerAUR, glib2-gitAUR)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- hunspell (hunspell-gitAUR)
- kcoreaddons (kcoreaddons-gitAUR, sonic-frameworks-core-addonsAUR)
- libavif (libavif-noglycinAUR, libavif-gitAUR)
- libfido2 (libfido2-fullAUR)
- libgcc (libgcc-fast-optimizedAUR, libgcc-snapshotAUR)
- libheif (libheif-highmemAUR, libheif-noglycinAUR, libheif-gitAUR)
- libjpeg-turbo (mozjpeg-gitAUR, mozjpegAUR, libjpeg-turbo-gitAUR)
- libjxl (libjxl-gitAUR, libjxl-noglycinAUR, libjxl-metricsAUR, libjxl-metrics-gitAUR)
- libpipewire (libpipewire-gitAUR, libpipewire-full-gitAUR, libpipewire-ldacAUR)
- libsrtp (libsrtp-gitAUR)
- libstdc++ (libstdc++-fast-optimizedAUR, libstdc++-snapshotAUR)
- libxcb (libxcb-gitAUR)
- libxcomposite
- Show 39 more dependencies...
Required by (0)
Sources (2)
Oldtime commented on 2026-08-11 01:46 (UTC)
Misaka13514 commented on 2026-08-11 01:42 (UTC)
Due to ongoing maintenance on the AUR, package updates cannot be pushed; if you wish to build ayugram-desktop 7.0.9, you can refer to the PKGBUILD here: https://github.com/archlinuxcn/repo/commit/c43c8bd29cfb3fd94515f6b9677d54453733c7ec
Pre-built package is also available in [archlinuxcn] repository.
Oldtime commented on 2026-08-11 01:35 (UTC)
I was unable to build even after reserving 50GB of disk space, so I'd like to add this configuration option to reduce the space used by the build:
options=('!debug')
itamarperdomo commented on 2026-06-15 03:37 (UTC)
@furstblumier @nich23 if you updated normal packages OBVIUSLY you must update and rebuild linked ayugram becouse of system depends..
nich23 commented on 2026-06-14 22:38 (UTC)
AyuGram: error while loading shared libraries: libabsl_strings.so.2601.0.0: cannot open shared object file: No such file or directory
furstblumier commented on 2026-06-14 21:21 (UTC)
I get an error running the current version:
AyuGram: error while loading shared libraries: libabsl_strings.so.2601.0.0: cannot open shared object file: No such file or directory
Misaka13514 commented on 2026-04-29 03:34 (UTC)
@ZhangHua Thank you for your quick fix! I have confirmed that version 6.7.8-2 is working as expected.
ZhangHua commented on 2026-04-29 02:56 (UTC) (edited on 2026-04-29 02:57 (UTC) by ZhangHua)
For everyone found that you built Telegram 6.7.8, this is a mistake of upstream and they have re-uploaded correct source tarball: https://github.com/AyuGram/AyuGramDesktop/releases/tag/v6.7.8
Onikabuto commented on 2026-04-28 20:43 (UTC)
It took 40-45 minutes to build from source just to get a regular version of Telegram 6.7.8. Nice.
molny commented on 2026-04-28 19:02 (UTC)
I agree with @Misaka13514 Have the same issue after updating to the latest 6.7.8 version. It removes the AyuGram and installs the official Telegram Desktop instead.
Pinned Comments
ZhangHua commented on 2025-09-30 01:26 (UTC)
@arkadym Most of the time it depends on the parallel build jobs. As ayugram uses Ninja as backend of cmake, it uses all of your cpu logic cores by default. Maybe you can set
CMAKE_BUILD_PARALLEL_LEVELenvironment variable to limit that: https://cmake.org/cmake/help/latest/envvar/CMAKE_BUILD_PARALLEL_LEVEL.htmlAs for me, I use 16GB ram and 16GB swap with 12 cpu cores, it does use a lot of resource, but can still success.