pi-apps icon indicating copy to clipboard operation
pi-apps copied to clipboard

Beeper app request (combined chat client)

Open shadowblade2021 opened this issue 7 months ago • 4 comments

Suggestion

Would love to see Beeper ported to pi-apps. (https://www.beeper.com/). Bet I'm not the only one who'd love to see it. Incidentally, LOVE pi-apps!

shadowblade2021 avatar Jun 18 '25 19:06 shadowblade2021

Hello there 👋 Thanks for submitting your first issue to the Pi-Apps project! We'll try to get back to you as soon as possible. In the meantime, we encourage you join our Discord server, where you can ask any questions you might have.

Please respond as soon as possible if a Pi-Apps maintainer requests more information from you. Stale issues will be closed after a lengthy period of time with no response.

github-actions[bot] avatar Jun 18 '25 19:06 github-actions[bot]

It's not open source, and their only linux option is a x86_64 appimage, so unlikely to work (well) unless they choose to add support for an aarch64 appimage. Maybe start a petition. :)

It also reminds me of this, though despite that it still seems useful for users though. xkcd 927

Botspot avatar Jun 19 '25 04:06 Botspot

Wouldn't it be possible to extract the app.asar from the x64 AppImage and launch it with an ARM Electron build?

Lenni-builder avatar Jun 21 '25 13:06 Lenni-builder

Wouldn't it be possible to extract the app.asar from the x64 AppImage and launch it with an ARM Electron build?

Nope, this app utilises several native Node binaries which can't be just ran on ARM without recompilation, for example of a core compoment of Beeper is beeper-client-sdk named beeper_client_sdk_napi_binding.node in the node modules folder which is proprietary and is written in Go though, it houses the communication to the services like WhatsApp or Signal and is the largest (around 130 MB). As an FYI the library has debug_info with DWARF symbols and is not stripped so it could be reverse engineered but it will take time and depends is worth the time, better off convincing them for a official port or opening the SDK up

Image

matu6968 avatar Jun 23 '25 16:06 matu6968