The Immich Alternative for iPhone That Needs No Server

Short answer: if you like what Immich stands for but not the server it requires, Pho is the Immich alternative for iPhone users who want zero-server setup. Install the native iOS app, connect your existing NAS or cloud storage over SMB, WebDAV, or NFS, and automatic background upload starts working in minutes.

Bottom line: Immich is the most capable self-hosted photo platform — choose it if you already run a homelab. Choose Pho if you want your iPhone photos on storage you own without maintaining Docker, PostgreSQL, or a 6 GB server.

Immich vs Pho: the short answer

Immich and Pho solve the same problem — moving iPhone photos off big-tech clouds and onto storage you own — with opposite architectures. Immich is a self-hosted platform: its GitHub project ships native iOS and Android apps with automatic background backup and Live Photo support, but the backend is a Docker stack. Immich’s official requirements page (docs.immich.app, updated September 2026) lists a 6 GB RAM minimum and 8 GB recommended, and the standard Docker Compose deployment runs four containers: the Immich server, machine learning, PostgreSQL, and Valkey/Redis. The current stable release is v3.2.0 (10 September 2026).

One iPhone-specific caveat: Immich’s own documentation notes that iOS — not the app — decides when background upload tasks run, so backups can lag until you next open the app. Pho is built around that constraint: a native Swift app driven by BGProcessingTask, uploading phone-to-storage with no server component in the middle. That is the core trade. Immich gives you a web gallery and ML search in exchange for a server you maintain; Pho gives you worry-free iPhone backup in exchange for dropping the web UI.

Trade summary: Immich = server + web UI + ML search. Pho = no server + native iPhone backup + optional client-side encryption.

If you want Pho’s approach, here is what you are actually signing up for: SMB, WebDAV, NFS, and Baidu Netdisk support; files stored in a date-based folder tree (YYYY/MM/DD or YYYYMMDD) with a .thumbnail/ mirror; Live Photos saved as paired live_ subfolders; and Pro-tier AES-256-GCM encryption applied on the iPhone before upload, with the key kept on-device. For the complete side-by-side, see the full Pho vs Immich comparison, or keep reading for the iPhone-specific differences below.

Pho vs Immich feature comparison

Feature
Pho
Immich
Server required
No — the app writes straight to storage ✓
Yes — a Docker host is required ✗
Minimum server RAM
Not applicable
6 GB (8 GB recommended)
Components to maintain
None
Immich server, ML, PostgreSQL, Valkey/Redis
iPhone app
Native iOS (App Store) ✓
Native iOS app ✓
iOS background sync
BGProcessingTask pipeline tuned for photo backup ✓
Automatic backup; iOS decides task timing (can lag)
Live Photos
Stored as paired live_ subfolders ✓
LivePhoto/MotionPhoto backup ✓
Storage target
Your existing NAS or cloud (SMB, WebDAV, NFS, Baidu Netdisk)
Disks attached to your server
Encryption
Optional client-side AES-256-GCM (Pro) plus in-transit encryption
No built-in client-side encryption; depends on server and disk setup
Web gallery
No built-in web UI (browse through your NAS interface)
Full web UI ✓
ML search and face recognition
iOS built-in photo categories
ML tagging plus face recognition ✓
Multi-user
Per-device setup
Built-in multi-user ✓
Setup time
Under 5 minutes
Typically 30–60 minutes (Docker Compose)
Pricing
Free tier plus Pro (subscription or $39.99 lifetime)
Free software (self-hosting costs apply)

Last verified: 2026-09

Why iPhone owners look for an Immich alternative

The search usually starts with one of two problems. The first is the server itself: Immich is excellent software, but it assumes you want to run infrastructure. Docker Compose, PostgreSQL, Valkey/Redis, reverse proxies, certificates, and database migrations are real work, and a 6 GB RAM minimum rules out the Raspberry Pi many people already own. The second problem is iPhone-specific: because iOS controls background execution, a self-hosted server does not guarantee your camera roll is current — Immich’s docs are explicit that the system, not the app, decides when upload tasks run.

Neither problem makes Immich a bad product; it makes Immich a different product. If your goal is simply that your iPhone photos land on your NAS, privately, and you never think about it again, you do not need a platform — you need a client that speaks the storage protocol your NAS already runs. That is the gap Pho fills, and it is why the two get compared at all. If you are weighing other options, our Google Photos alternatives hub covers the wider landscape, the self-hosted photo backup without Docker guide walks through serverless setups step by step, and the photo backup to an existing NAS guide covers hardware you may already own.

When Immich is still the better choice

Be honest about the trade: Immich gives you things Pho does not. If you already run a Docker homelab, the marginal cost of Immich is close to zero, and you get a full web gallery, machine-learning search with face recognition, shared albums with per-user accounts, and feature parity across iOS, Android, and the browser. Choose Immich when you want to operate a photo platform. Choose Pho when you want your photos on storage you own with no new service to run — and when the iPhone is the device that matters most.

Not ready to decide yet? Read the full Pho vs Immich comparison for the feature-by-feature breakdown.

What we verified, and how

Every claim in the table above traces to a primary source checked in September 2026. The Immich facts come from its official requirements page (docs.immich.app), its GitHub release notes (current stable v3.2.0, 10 September 2026), and its mobile backup documentation, including the iOS scheduling caveat; the four-container Docker deployment with PostgreSQL and Valkey/Redis and the 6 GB RAM minimum are from the same official docs. The Pho facts come from our own implementation: the iOS app performs backup through a BGProcessingTask pipeline and speaks SMB, WebDAV, NFS, and Baidu Netdisk directly with no server component; remote folders are dated YYYY/MM/DD or YYYYMMDD with a .thumbnail/ mirror; Live Photos are stored as live_ pairs; and Pro-tier encryption is AES-256-GCM applied client-side before upload, with the key kept on-device. Where the two products differ, the difference is architectural rather than marketing.

Frequently asked questions

Yes. Immich publishes a native iOS app that supports automatic background backup and Live Photo backup, per the project’s GitHub feature list. The catch is scheduling: Immich’s documentation states that iOS, not the app, decides when background upload tasks run, so uploads can be delayed until you next open the app.

No. The iPhone app is only a client, and it cannot replace the backend. Immich’s server side runs on Docker with PostgreSQL and Valkey/Redis, and the official requirements list a 6 GB RAM minimum (8 GB recommended). An iPhone alone cannot host that stack.

Pho embeds its sync engine directly in the app and writes to storage you already own over SMB, WebDAV, NFS, or Baidu Netdisk. There is no database and no middleware service to run: the remote filesystem is the database, organized as YYYY/MM/DD folders with a .thumbnail/ mirror.

Both handle them. Immich backs up LivePhoto/MotionPhoto and plays it on mobile and web; Pho stores each motion clip in a live_ subfolder next to its still image so the pair travels together, and long-press playback works in the iOS viewer.

Yes. Pho Pro offers optional client-side AES-256-GCM encryption: files are encrypted on the iPhone before upload, and the key never leaves your device (off by default). Immich has no built-in client-side encryption; its at-rest protection depends on how you configure the server and disks.

Immich wins on web access, ML search, and multi-user sharing, and it is the better fit if you already run Docker at home. Pho wins on setup and maintenance: no server, no database, no routine updates, plus optional client-side encryption and a free tier with a $39.99 lifetime Pro option.

Ready to own your photos?

Get Pho today and back up your iPhone library to the storage you already own.