Back to Wekan

Dev: ChromeOS install & update platforms (manual vs automatic, like Snap)

docs/Design/Autoupdate/OS/ChromeOS.md

10.101.5 KB
Original Source

Dev: ChromeOS install & update platforms (manual vs automatic, like Snap)

ChromeOS has two update planes: the OS itself auto-updates silently in the background (staged, A/B image swap, until the device's AUE date), and apps update through their channels — Play Store Android apps, PWAs, and Crostini Linux apt. Legacy Chrome Apps are being phased out (2025–2028) in favor of PWAs.

Store/MechanismManualAutomaticAuto/Internet mechanismMaintainerURLLicense
ChromeOS OS auto-update(can defer)Silent staged A/B image download+swap over the Internet until Auto Update Expiration (AUE)Googlehttps://support.google.com/chromebook/answer/177889Proprietary (Chromium OSS core)
Play Store (Android apps)Same as Android Play background updatesGooglehttps://play.google.com/Proprietary
PWAs / web apps✓ (reinstall)✓ (content)Service-worker/live web content refresh; not centrally version-managedwebsite ownerhttps://web.dev/progressive-web-apps/varies
Linux (Crostini) aptapt update && apt upgrade inside the Debian VMDebian + Googlehttps://chromeos.dev/en/linuxGPL/varies

WeKan applicability

The cleanest fit of any platform here — install WeKan directly as a PWA; it then tracks the live server. Electron desktop auto-update does not apply.

See also

Android.md · iOS.md · Linux.md