Silent Install HQ
ZIP WinGet

immich-go

simulot · 0.28.0 · x64

Before deploying, verify this file with VirusTotal ↗

Silent Commands

Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.

File Identity

SHA256 047631a7da6673ab7966bdc4ed4700dcd1b5acd6b6265475ec29165ab49ae72d VirusTotal ↗
Filename immich-go_Windows_x86_64.zip

Signature

Status Upload installer to verify signature

Installer Selection

WinGet Package

Package ID simulot.immich-go
Version 0.28.0
Description An alternative to the immich-CLI command that doesn't depend on nodejs installation.
License AGPL-3.0
Upgrade Behavior install(Install over existing)
Release Notes Parallel Uploads On the immich-go side, upload operations are primarily limited by I/O, whether reading takeouts and files or sending files to the server. To improve upload throughput, @jonathan-teamstatus proposed enabling parallel uploads. On my machine, the best performance is achieved when the number of parallel uploads matches the number of cores, resulting in a 2.5x performance gain. I set the default value for the parameter --concurrent-uploads with the number of available cores. Server j…