Skip to content

High performance self-hosted photo and video management solution. (modified for dual app purpose)

License

Notifications You must be signed in to change notification settings

insertandroid/immich-dual-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Dual App

# if nix
NIXPKGS_ACCEPT_ANDROID_SDK_LICENSE=1 nix-shell -p androidenv.androidPkgs_9_0.androidsdk --run nix-shell

# create key store (use password `password`)
keytool -genkey -v -keystore android\key.jks `
        -storetype JKS -keyalg RSA -keysize 2048 -validity 10000 `
        -alias upload

# ... bash
export ANDROID_STORE_PASSWORD=password
export ANDROID_KEY_PASSWORD=password
export ALIAS=upload
# ... powershell
New-Item -Path Env:\ANDROID_STORE_PASSWORD -Value 'password'
New-Item -Path Env:\ANDROID_KEY_PASSWORD -Value 'password'
New-Item -Path Env:\ALIAS -Value 'upload'
# ... fish
set -x ANDROID_STORE_PASSWORD password
set -x ANDROID_KEY_PASSWORD password
set -x ALIAS upload

# otherwise cont.
cd mobile
flutter pub get
flutter build apk --release --split-per-abi --target-platform android-arm,android-arm64,android-x64


License: AGPLv3 Discord

High performance self-hosted photo and video management solution



Català Español Français Italiano 日本語 한국어 Deutsch Nederlands Türkçe 中文 Русский Português Brasileiro Svenska العربية

Disclaimer

  • ⚠️ The project is under very active development.
  • ⚠️ Expect bugs and breaking changes.
  • ⚠️ Do not use the app as the only way to store your photos and videos.
  • ⚠️ Always follow 3-2-1 backup plan for your precious photos and videos!

Note

You can find the main documentation, including installation guides, at https://immich.app/.

Links

Demo

Access the demo here. The demo is running on a Free-tier Oracle VM in Amsterdam with a 2.4Ghz quad-core ARM64 CPU and 24GB RAM.

For the mobile app, you can use https://demo.immich.app/api for the Server Endpoint URL

Login credentials

Email Password
demo@immich.app demo

Features

Features Mobile Web
Upload and view videos and photos Yes Yes
Auto backup when the app is opened Yes N/A
Prevent duplication of assets Yes Yes
Selective album(s) for backup Yes N/A
Download photos and videos to local device Yes Yes
Multi-user support Yes Yes
Album and Shared albums Yes Yes
Scrubbable/draggable scrollbar Yes Yes
Support raw formats Yes Yes
Metadata view (EXIF, map) Yes Yes
Search by metadata, objects, faces, and CLIP Yes Yes
Administrative functions (user management) No Yes
Background backup Yes N/A
Virtual scroll Yes Yes
OAuth support Yes Yes
API Keys N/A Yes
LivePhoto/MotionPhoto backup and playback Yes Yes
Support 360 degree image display No Yes
User-defined storage structure Yes Yes
Public Sharing No Yes
Archive and Favorites Yes Yes
Global Map Yes Yes
Partner Sharing Yes Yes
Facial recognition and clustering Yes Yes
Memories (x years ago) Yes Yes
Offline support Yes No
Read-only gallery Yes Yes
Stacked Photos Yes Yes

Translations

Read more about translations here.

Translation status

Repository activity

Activities

Star history

Star History Chart

Contributors

About

High performance self-hosted photo and video management solution. (modified for dual app purpose)

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 46.0%
  • Dart 29.8%
  • Svelte 18.8%
  • Python 2.3%
  • Swift 0.6%
  • Kotlin 0.6%
  • Other 1.9%