Skip to Content
DocumentationGetting StartedUpdating Companion Hub

Updating Companion Hub

Desktop app

When a new version is available, the desktop app notifies you. Update via your package manager or download the latest release from ci.computer/hubΒ  or GitHub ReleasesΒ , then restart the app.

brew upgrade --cask companion-hub # macOS (after tapping homebrew-tap)
scoop update companion-hub # Windows
# Linux β€” download the new .deb or .rpm from GitHub Releases, then: sudo dpkg -i Companion.Hub_*_amd64.deb # or sudo rpm -U Companion.Hub-*-1.x86_64.rpm

Your data and app configurations are preserved.

Linux server / headless

After installing the updated package, restart the stack:

companion-hub --detached # or, if cihub is on PATH: cihub up --detached

To pull fresh Hub container images without reinstalling the desktop package:

cihub down docker pull ghcr.io/companionintelligence/ci-hub:latest cihub up --detached

Dashboard notification

When running Hub, the dashboard may show an update banner when a newer version is available.

App data, settings, and installed apps survive updates. See Breaking Updates for major version migrations.

Last updated on