# alex-spataru/QSimpleUpdater

Updater system for Qt applications

Repository: https://github.com/alex-spataru/QSimpleUpdater
Canonical: https://ross.abutalabs.com/products/qsimpleupdater
Language: C++
License: NOASSERTION
License Family: other
Topics: qt, network, updater, json, library
Last push: 2026-07-02T02:04:30+00:00

## Health v2 (maintenance only)
Score: 73/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 90, release rhythm 35, longevity 100
- inputs: {"age_days": 4322, "days_push": 63, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1104, forks 282 (observed 2026-08-28T04:03:36.233344+00:00)

## What it is
QSimpleUpdater is an auto-updating library for Qt applications written in C++. It checks a remote JSON definitions file for newer versions, prompts users, and can download and launch installers or emit signals for custom handling, with per-module update support.

## Use cases
- add auto-update to a Qt desktop application
- check for new versions via a JSON file
- download and launch installers when updates are available
- update different modules of an app independently
- implement custom update flows using signals

## When to choose
- you have a Qt 5.15+/Qt6 C++ desktop app needing update checks
- you want a lightweight, embeddable updater with CMake or qmake integration
- you need per-module version checking and configurable install behavior

## When to avoid
- your app is not built with Qt
- you need cross-platform update frameworks with code signing and delta updates like Sparkle or Squirrel
- you need a server-side update management service

## Facets
- artifact type: library
- maturity: active
- function: developer-tools, networking, configuration-management
- domain: developer-tools, cross-platform, desktop-applications
- platform: cpp, cross-platform, windows
- tags: qt, auto-update, updater, version-checking, software-distribution, desktop, macos, linux

## Member repositories
- alex-spataru/QSimpleUpdater (main) score 73

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:36.233344+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:44:43.070025+00:00, confidence not recorded.
  - readme: https://github.com/alex-spataru/QSimpleUpdater (fetched 2026-08-28T04:03:36.233344+00:00, sha b7d1b0aa68a0)
- Data as of 2026-08-30T08:39:29.467469+00:00.
