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
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
↗
Homepage
https://github.com/simulot/immich-go
Installer URL
https://github.com/simulot/immich-go/releases/download/v0.28.0/immich-go_Windows_x86_64.zip
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…