Update your Mac apps the way
each one expects to be updated.

Most updaters pick one mechanism and push every app through it. Duo Updater reads each app’s own release channel — its Sparkle appcast, its App Store listing, its Homebrew cask, its vendor’s release feed — and uses that.

Download for Mac — 0.3.47

Apple Silicon, macOS 14 or later. Free and open source. All releases

The Duo Updater menu bar popover, listing apps with an update available: each row shows the installed version, the new version, and either an Update or a Relaunch button.
Each row says what you are going from and to, and the button says what will actually happen: Update installs; Relaunch means it is already updated on disk and only the running copy is stale. A green dot marks an app that is running, so you know before you click whether something is about to be quit and reopened.

What it does differently

It hands over rather than fighting

When an app ships its own updater, that updater does the work. When something cannot be done safely, the row says so instead of guessing.

It never force-quits

The quit is a plain terminate — your app runs its own save prompts and can refuse. One that refuses keeps a Restart button instead.

It checks who signed the download

EdDSA where the app publishes a key, then a Developer ID signature, Team ID, bundle id and architecture that all have to match the app being replaced — plus a backup you can roll back to.

It has no server

No telemetry and no analytics SDK. Every request goes straight to the vendor whose app is being checked, carrying nothing about you.

The workbench window: a sidebar listing every scanned app, and the release notes for the selected one rendered as native text — version heading, date, and one bullet per change.
Opening the window gives you everything it scanned, and the release notes for whatever you select. Where a vendor publishes notes in a form worth parsing, they are pulled apart and rendered as native text instead of an embedded web page.
The Release Log timeline: releases grouped by day, each showing the app, version, source, and either an exact publish time or an approximate window.
Every version it sees gets recorded, so over time you get a log of when the software you use actually ships. A release time is only called exact when the vendor’s own feed timestamps it; everything else is shown as a window with a ≈, because that is all we honestly know.
Duo Updater's General settings: check interval, post-update behaviour including automatic restart and rollback backups, concurrency, and install routing for App Store and self-updating apps.
Most of the settings are about how much autonomy you want to give it — whether to restart apps for you, whether to keep a rollback backup, and how to route the two awkward cases: Mac App Store apps, and apps that ship their own updater.