Versioning & Updates
Minor versions update in-app; major versions ship as full installers
Version numbering
AI Workdeck versions read 0.X.Y: the second digit X is the major version, the third digit Y is the minor version. The two update differently.
Minor updates (in-app patches)
The app downloads a patch containing only what changed (typically under 10MB) in the background, then prompts you to restart. Patches are Ed25519-signed and hash-verified; a failed update rolls back automatically. You can also check manually under Settings - Software Update.
Major updates (full installer)
Major releases change runtimes and core components, so they require a full installer. Your documents, projects and settings live in your user directory and survive the reinstall untouched. The app notifies you in-app when a new major version is available.
Offline and intranet environments
Every release always ships a full installer. Where in-app updates cannot reach the network, downloading the latest full installer upgrades you across any number of versions in one step.
Update integrity
The update manifest is signed with the publisher's Ed25519 key and verified against the public key built into the app; every patch file is additionally SHA-256 checked. If any check fails, the whole update is discarded - unverified content is never installed.
For per-release changes, see the release notes
