Updating Companion Hub
Desktop app
When a new version is available, the desktop app notifies you. Download the latest release from ci.computer/hubΒ or your package manager:
brew upgrade --cask companion-hub # macOS
scoop update companion-hub # Windows
npm update -g ci-hub # CLIRestart the app after updating. Your data and app configurations are preserved.
CLI / Linux server
Pull the latest Hub image and restart:
cihub down
docker pull ghcr.io/companionintelligence/ci-hub:latest
cihub up prod --detachedOr re-run the install script:
curl -L https://raw.githubusercontent.com/companionintelligence/CI-Hub/dev/scripts/install.sh | bashDashboard 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