Hi! I built on top of your immich-native to run Immich natively on Android (Samsung Galaxy S25, aarch64, Android 15) — no Docker, no root.
Main challenges I solved:
All native deps recompiled for Bionic (Sharp, bcrypt, ONNX, InsightFace)
PostgreSQL isolated in proot Debian (crashes as root inside proot)
WebDAV external library support via source patch to LibraryService (no FUSE on Android without root)
Node 20 pinned — latest causes silent failures on Bionic
Repo: https://github.com/Gennyi07/immich-native-android
Thought you might find it interesting. Thanks for the original work.
Hi! I built on top of your immich-native to run Immich natively on Android (Samsung Galaxy S25, aarch64, Android 15) — no Docker, no root.
Main challenges I solved:
All native deps recompiled for Bionic (Sharp, bcrypt, ONNX, InsightFace)
PostgreSQL isolated in proot Debian (crashes as root inside proot)
WebDAV external library support via source patch to LibraryService (no FUSE on Android without root)
Node 20 pinned — latest causes silent failures on Bionic
Repo: https://github.com/Gennyi07/immich-native-android
Thought you might find it interesting. Thanks for the original work.