Updating
Native installers
Section titled “Native installers”The simplest update path is to download the latest installer from the public GitHub releases page and run it again.
- macOS: install the latest
.pkg - Windows: run the latest
.exe - Linux: install the latest
.debor replace the AppImage
Package managers
Section titled “Package managers”brew updatebrew tap jd4rider/logos-ai https://github.com/jd4rider/homebrew-logos-aibrew upgrade --cask logos-aiscoop bucket add logos-ai https://github.com/jd4rider/scoop-logos-aiscoop update logos-aiShell install
Section titled “Shell install”If you used the shell bundle on macOS or Linux, rerun the installer:
curl -fsSL https://raw.githubusercontent.com/jd4rider/logos-releases/main/install.sh | bashVerify the result
Section titled “Verify the result”logos --versionIf the desktop app and the CLI were installed together, updating through the same channel should keep them aligned.