this post was submitted on 25 Jul 2025
2 points (66.7% liked)

postmarketOS

1183 readers
6 users here now

postmarketOS - a real Linux distribution for phones and other mobile devices ๐Ÿง ๐Ÿ“ฑ ๐Ÿ‘ฉโ€๐Ÿ’ป

Rules:

See also:

founded 4 years ago
MODERATORS
 

PostmarketOS (PMOS) is built on Alpine Linux. Recently, I tried running the Tuta image but didnโ€™t have any luck.

Iโ€™m eager to learn more about this topic and would love to share any solutions I discover along the way.

top 5 comments
sorted by: hot top controversial new old
[โ€“] fossdd@chaos.social 4 points 2 days ago (1 children)

@oleksii AppImages don't support musl systems. You can try setting up a distrobox or a chroot with a glibc-distro and launch the AppImage there.

[โ€“] linmob@lemmy.ml 1 points 9 hours ago

This. Also, most AppImages are x86_64 only. If they don't explicitly say it's for aarch64/arm64 you are going to also need some fun architecture translation (box64, fex, ...) to make the thing run. At that point, it's in many cases easier to try building from source IMHO.

PS: Good luck on Wayland can also be added, given probonopd's (AppImage inventor) stance on Wayland. I'd advise to not waste time with AppImages on #MobileLinux.

@oleksii By realizing Appimages aren't portable at all and in fact a bit stupid, and then realizing you should've used Flatpak instead.
Honestly, they only work on systems that look like the system they were built on. And those systems do not run Musl libc...

[โ€“] anon5621@lemmy.ml 1 points 2 days ago (1 children)

Did u try run it from terminal ?