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.
Signed auto-update is wired and tested (updater, CI, HTTP smoke and UI service tests). Going fully live still needs a production signing key, host and a real signed artifact published.
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.