Immich APK v3.1.0

Immich APK v3.1.0

Immich is The Best Self Hosted Photo Management Solution. Immich is an excellent choice for anyone who wants a modern photo management platform without handing their entire library to a cloud provider
(4.8)

Developer

Immich

Category

Entertainment

Operating System

Android

Date Published

Thu Aug 27 2026

Review Immich APK v3.1.0

Immich is a self hosted photo and video management solution designed for people who want more control over their personal photo library. It is often considered an alternative to services such as Google Photos, but the biggest difference is that you can host Immich on your own server and keep your library under your own control. The project is open source and available under the AGPL-3.0 license.

The first thing that stands out about Immich is how polished it feels. Self hosted applications sometimes sacrifice usability for flexibility, but Immich manages to provide a modern web interface alongside Android and iOS mobile applications. The mobile app can automatically back up photos and videos, making the experience feel much closer to a commercial cloud photo service.

Immich goes well beyond simple photo storage. It provides albums, shared albums, public sharing, favorites, archives, memories, maps, RAW image support, Live Photos and Motion Photos, stacked photos, and external libraries. It also supports multiple users, which makes it practical for families or small groups running their own server.

Search is one of Immich's strongest features. Photos can be searched using metadata, objects, faces, and machine learning based image understanding. Facial recognition automatically detects and groups faces, allowing you to organize photos around people in your library.

The mobile backup experience is another major advantage. You can select which albums should be backed up, download media back to your device, and use background backup. This makes Immich particularly useful for replacing a cloud photo backup service while keeping the actual storage on your own hardware.

For more advanced users, Immich offers plenty of features for integrating it into an existing self hosted environment. There are API keys, a CLI uploader, OAuth integration, Prometheus monitoring, configurable storage templates, hardware video transcoding, database backups, and external libraries.

There is, however, an important downside to self hosting. You are responsible for the server, storage, updates, networking, and backups. Immich's own documentation recommends a 3-2-1 backup strategy and specifically warns that backing up the database alone is not enough. The database contains metadata and user information, while the actual photos and videos also need to be backed up separately.

Another consideration is resource usage. Immich's machine learning features can require additional CPU, RAM, and potentially GPU resources depending on the configuration. Facial recognition and other processing tasks can be particularly demanding when importing a large existing library.

Despite these requirements, Immich is remarkably complete. It combines automatic mobile backup, photo organization, intelligent search, facial recognition, sharing, and a polished gallery into a package that can replace many of the features people expect from commercial photo services.

Download Immich APK v3.1.0 - Software Mirrors

app-arm64-v8a-release.apk | 64.72 MB

app-armeabi-v7a-release.apk | 59.61 MB

app-release.apk | 167.09 MB

app-x86_64-release.apk | 67.11 MB

Immich APK v3.1.0 Release Notes:

Welcome to Immich v3.1.0! This release includes several quality of life improvements and another round of bug fixes. Keep reading below for the complete highlights.

Highlights

  • Upload wakelock (web)

  • Undo archive (web)

  • Filter assets by server filepath (workflows)

  • Quick navigate to maintenance page (web)

  • Better slideshow button accessibility (web)

  • OIDC role claim sync improvements (OAuth)

  • Invalidate sessions on password reset (admin-cli)

Upload wakelock (web)

Similar to mobile, the web application will now automatically acquire a wakelock to prevent the screen from dimming while uploads are happening. This feature will require an HTTPS connection.

Undo archive (web)

After archiving assets, the success notification now has an “undo” button to undo the action. !Undo button on success notification

Filter assets by server filepath (workflows)

The asset file filter has a new option “Use path”. When set to true, it will filter based on the actual path on the server rather than the original file name. !

Filter assets by EXIF metadata (workflows)

A new workflow filter has been added that allows you to filter assets based on their EXIF metadata fields. For now it only supports string comparisons, with numerical comparisons expected to come soon.

Filter by EXIF metadata step configuration options

Quick navigate to maintenance page (web)

The command palette (CTRL+K or /) now includes an item for the maintenance page.

Command palette with a maintenance page item

Better slideshow button visibility (web)

The slideshow buttons on the web are now wrapped in a container with a backdrop blur, making them easier to view when the current asset is very light. !Slideshow controls on a low contrast image

OIDC role claim sync improvements (OAuth)

The OAuth integration in Immich supports setting an initial isAdmin value for new users via a role claim. This same process has been updated to now sync isAdmin on subsequent logins. Additionally, the role claim now supports both single values (immich_role: 'admin') in addition to lists of values ( immich_role: ["admin", "user"]), making in more flexible.

Invalidate sessions on password reset (admin-cli)

When using the admin command line interface to reset a password, there is now a new option to invalidate existing sessions.

none
immich-admin reset-admin-password
Found Admin:

  • ID=e65e6f88-2a30-4dbe-8dd9-1885f4889b53

  • OAuth ID=

  • Email=admin@example.com

  • Name=Immich Admin


? Please choose a new password (optional) immich-is-cool
? Invalidate existing sessions? Yes
The admin password has been updated.


Date range for map (mobile)


Similar to web, mobile now also supports filtering the map for assets within a given date range.

Mobile map settings page date range options

What's Changed

🚨 Breaking Changes

  • chore(mobile): drop support for iOS 14 by @agg23 in 29780

🚀 Features

  • feat(cli): Add --visibility flag to immich CLI upload subcommand by @yuxincs in 29614

  • feat(mobile): custom date range for map by @YarosMallorca in 26205

🌟 Enhancements

  • feat(web): Keep show more open on duplicates by @MontejoJorge in 29734

  • fix(server/workflow): add trigger for external libraries AssetCreate by @cratoo in 29597

  • chore(seo): remove redundant twitter metadata tags by @cevdetta in 29801

  • feat(web): add wake lock when uploading assets by @diogotcorreia in 29820

  • feat(web): undo archive from toast by @YarosMallorca in 27061

  • feat: workflow filter assets by upload path by @benbeckford in 30000

  • feat(web): add maintenance link to command palette by @yamishi13 in 30016

  • feat: add album asset event handling by @timonrieger in 29008

  • fix(web): improve slideshow controls visibility on bright backgrounds by @tech00exploere in 29950

  • fix: re-evaluate OIDC role claim on every login and support array values by @ImperatorRuscal in 29991

  • feat: exif metadata workflow filter by @benbeckford in 29295

  • feat: password invalidate sessions by @jrasm91 in 30125

🐛 Bug fixes

  • fix(mobile): apply exif orientation to remote raw photos on android by @santoshakil in 29906

  • fix(web): hide stack thumbnail tray in slideshow mode by @tech00exploere in 29918

  • fix(web): use Container component for responsive admin maintenance la… by @tech00exploere in 29917

  • fix(server): updated default CSP config to support videos from V3 player by @l0ll098 in 29830

  • fix(server): workflow date filter, make end date inclusive by @kigrup in 29876

  • fix(web): URI encode slug and reduce confusion for users by @meesfrensel in 29796

  • fix(web): clear birth date by @danieldietzler in 29959

  • fix(server): disable heif security limit by @mertalev in 29954

  • fix: zero byte image uploads by @rrrockey in 29426

  • fix(server): return workflow steps in ascending order by @benbeckford in 29999

  • fix(mobile): update album creation to use user-defined name from dialog by @LeLunZ in 30002

  • fix: long press share quality override preference settings by @alextran1502 in 30030

  • fix(web): align ContextMenu z-index with design-system token by @tech00exploere in 30015

  • fix(web): refresh folder view after asset deletion by @tech00exploere in 29899

  • fix: do not show the whats new page on fresh login by @shenlong-tanwen in 30072

  • fix(mobile): prevent crash on video widget dispose by @agg23 in 30078

  • fix(web): attach file picker input to DOM so iOS Safari fires change … by @mrxder in 29660

  • fix: timebuckets locked permissions by @danieldietzler in 30066

  • fix: search statistics locked folder permissions by @danieldietzler in 30063

  • fix(web): fix Country/State filters when set to Unknown by @compscitwilight in 30026

  • fix(server): file uploads for files with extension only filenames by @compscitwilight in 30024

  • fix(mobile): stop double close animation when dismissing an asset by @santoshakil in 29413

  • fix(mobile): back up files moved into a watched folder on android by @santoshakil in 29872

  • fix(web): lens model search by @jrasm91 in 30088

  • fix(mobile): add album picker to the partner view bottom sheet by @santoshakil in 30099

  • fix(mobile): prevent duplicate album creation during submission by @LeLunZ in 30003

  • fix(mobile): properly group download tasks for Live Photos by @agg23 in 29952

  • fix(mobile): show real error when an asset can't be added to an album by @santoshakil in 29754

  • fix(mobile): treat wired ethernet as unmetered on ios by @santoshakil in 29351

  • fix(server): send id\_token\_hint on OIDC logout by @lorypota in 29720

  • fix(mobile): refresh asset stack after deleting viewer item by @PeterOmbodi in 28164

  • fix: limit ocr overlay to images by @YarosMallorca in 30116

  • fix: disable slideshow crossfade on reduced motion by @YarosMallorca in 29826

  • fix(mobile): map unresponsive after viewing asset by @YarosMallorca in 27036

  • fix(mobile): send date-only value for memories query param by @ajuijas in 30049

  • fix: admin user details responsive layout by @YarosMallorca in 30114

  • fix: backup delay translation key parsing by @YarosMallorca in 30112

  • fix(web): use correct date field for shift-click range in Recently Added by @okxint in 30071

  • fix(server): dissolve stack when its non-primary assets are deleted by @justadityaraj in 29354

  • fix: always set extension from provided file by @bo0tzz in 29839

  • fix: locked view and asset view provider by @shenlong-tanwen in 30136

  • fix(mobile): birthday picker date order follows locale by @santoshakil in 29419

  • fix(web): restore correct back route when opening person asset via direct URL by @okxint in 30129

  • fix(web): mirror asset viewer navigation icons in RTL by @noboike in 30151

  • fix(mobile): allow URL validation to pass when scheme is not provided by @agg23 in 30142

  • fix: run background tasks in root isolate by @shenlong-tanwen in 30101

  • fix(web): mirror onboarding navigation icons in RTL by @noboike in 30158

  • fix: min faces user preference by @jrasm91 in 30177

  • fix(web): use RTL transform origin in AdaptiveImage by @noboike in 30182

  • fix: don't skip person thumbnail generation if ML is disabled by @bo0tzz in 30194

  • fix: shared by user detail panel by @danieldietzler in 30187

  • fix(mobile): prevent timeline scroll to top on unrelated pages by @agg23 in 30281

📚 Documentation

  • chore(security.txt): bump expired Expires field (RFC 9116) by @kobihikri in 29932

  • fix(docs): remove ref to synology channel by @mmomjian in 30051

  • fix: hypertext link to example docker-compose.rootless.yml by @upmcplanetracker in 30155

🌐 Translations

  • feat(docs): add bulgarian readme by @nedevski in 29427

  • chore(web): update translations by @weblate in 29781

New Contributors

  • @kobihikri made their first contribution in 29932

  • @kigrup made their first contribution in 29876

  • @yuxincs made their first contribution in 29614

  • @cevdetta made their first contribution in 29801

  • @mrxder made their first contribution in 29660

  • @compscitwilight made their first contribution in 30026

  • @nedevski made their first contribution in 29427

  • @yamishi13 made their first contribution in 30016

  • @lorypota made their first contribution in 29720

  • @ImperatorRuscal made their first contribution in 29991

  • @ajuijas made their first contribution in 30049

  • @justadityaraj made their first contribution in 29354

  • @pavel-miniutka made their first contribution in 29939

  • @noboike made their first contribution in 30151

  • @upmcplanetracker made their first contribution in 30155

Full Changelog: v3.0.3...v3.1.0

Pros

  • Excellent self hosted alternative to cloud photo services

  • Modern web and mobile applications

  • Automatic photo and video backup

  • Powerful search and facial recognition

  • Supports RAW images, Live Photos, and Motion Photos

  • Albums, sharing, memories, maps, and favorites

  • Multi-user and partner sharing support

  • API, CLI, OAuth, and monitoring features

  • Open source

Cons

  • Requires your own server and storage

  • You are responsible for maintaining the installation

  • Machine learning features can require significant resources

  • A proper backup strategy is still required

  • Large libraries can take considerable time to process

Final Verdict

Immich is an excellent choice for anyone who wants a modern photo management platform without handing their entire library to a cloud provider. Its combination of automatic mobile backup, intelligent search, facial recognition, sharing, and a polished interface makes it much more than a simple self hosted photo gallery.

The main tradeoff is responsibility. Unlike Google Photos or iCloud, there is no cloud provider handling your infrastructure and backups for you. If you are comfortable managing Docker, storage, and backups, Immich offers an impressive amount of functionality and control.

For self hosted users, Immich is one of the easiest recommendations in its category.

Comments on Immich APK v3.1.0