Image and video decision
Mylio Photos Plus
A minimal, local photo manager with offline face search and basic device sync is realistic to build using existing open-source libraries; reproducing Mylio’s full cross-platform, hardened peer-to-peer sync and hosted SecureCloud/concierge features is a much larger effort better left to the vendor.
Visit website↗Open-source builds that already do this
Every project below is open source and already does this job today. Fork one, self-host it, or take the parts you need — the build prompt further down assumes an empty file, and this is the shortcut past that. Licences differ; check the one on each card before you ship.
What a replacement has to do
- Import media, index metadata and faces, run local search/filters, sync changes to other devices, view and browse media.
What it still won’t have
- Polished cross-platform native apps and platform-specific UX polish
- Built-in encrypted peer-to-peer sync tuned for unreliable networks
- Concierge onboarding, family/team plan management, and commercial support SLAs
- Hosted encrypted SecureCloud offering (if you want cloud vaults backed by vendor)
What remains hard
- Product polish and ongoing maintenance
First-year cost
Keep paying
Paying is—cheaper in year one.
On cash alone, building overtakes the subscription at 1 seat.
Money you would actually spend
Time you would spend
—
What you would spend
What we assumed
The verdict above measures whether you could build it. This one is only about money.
Runnable build prompt
Build a cross-platform (Electron for desktop + React Native for mobile) privacy-first photo manager using SQLite for local metadata, a background service that ingests/watch-folders and creates thumbnails, and a local ML pipeline (face detection/embedding using an on-device model like face_recognition or ONNX runtime) to index people and keywords. Include: import from external drives and device libraries, deduplication, timeline/album UI, offline search (people/location/date), and a lightweight encrypted peer-to-peer sync agent (libp2p or WebRTC with end-to-end encryption) that syncs metadata and optimized previews between approved devices. Out of scope: implementing a hosted encrypted cloud vault service and enterprise concierge. Provide error handling for corrupt media, unit/integration tests for import/index/search, and CI to run tests.
How we checked
How the score was reached
- Partly verdict base52
- An open-source build was found+5
- 7 cited sources+3
- 3/3 assessment runs agreed+4
- Evidence score64
The base comes from the verdict. Everything under it is a check that either happened or did not, and each one is a fact frozen in this record rather than a judgement made at render time — so the same evidence always produces the same number.
How scoring works →Cited sources · 7
Every page the run actually retrieved.
- official productMylio homepage
- official productMylio homepage
- official productMylio homepage
- official docsPrivate Media Syncing
- official docsPrivate Media Syncing
- open sourceimmich-app/immich
- open sourceLibrePhotos/librephotos
Integrity checks
What held up, and what did not.






