Built-in desktop updater
Check and install signed updates from inside the app.
FluxGit's desktop updater validates a release signature before installation, so beta fixes reach you without manual reinstalls and without trusting an unverified binary.
Reinstalling a beta by hand for every fix is friction, and installing an unverified binary is a risk. A signed updater removes both.
Releases are signed; the app verifies the signature before any update installs. The whole path, from update manifest to install, is covered by automated tests.
Check and install signed updates from inside the app.
The release signature is validated so a tampered build is rejected.
The local server can expose the same update manifest contract used in production.
The updater checks for releases and verifies signatures. It does not send your repository data.