Ascendo is an open-source, MIT-licensed unified update orchestrator. One CLI and one web dashboard drive Homebrew, the Mac App Store, macOS softwareupdate, winget, the Microsoft Store, Windows Update, apt/dpkg, snap, flatpak, Linuxbrew, npm, pip, drivers, firmware and ~200 self-updating apps through a single auditable check → plan → apply → verify → cleanup pipeline. macOS · Windows · Ubuntu/Debian. No accounts, no telemetry, no cloud round-trips — everything runs locally. Duplicate cleanup requires explicit approval, and remote dashboard mutation is token-guarded when LAN exposure is enabled.
Install in one line:
curl -fsSL https://raw.githubusercontent.com/KasprowiczM/ascendo/main/install.sh | ASCENDO_EDITION=basic ASCENDO_PROFILE=web bash
$Env:ASCENDO_EDITION='basic'; $Env:ASCENDO_PROFILE='web'; iwr -useb https://raw.githubusercontent.com/KasprowiczM/ascendo/main/install.ps1 | iex
Learn more: Documentation · Features & roadmap · Source on GitHub