-
Notifications
You must be signed in to change notification settings - Fork 1
Upgrade and Uninstall
brew update
brew upgrade --cask aziron-ai/atlas/atlas
atlas versionnpm install -g @aziron/atlas
atlas versionPin a version for reproducible automation:
npm install -g @aziron/atlas@0.1.43For GitHub Packages installations, use @aziron-ai/atlas@0.1.43 with the
existing registry authentication.
atlas bootstrap
atlas migrate
atlas status --schema
atlas doctor --verify atlasBootstrap refreshes assistant configuration that contains an absolute Atlas binary path. Migration upgrades supported database schemas in place.
Run a full rebuild only when status, doctor, or release notes require it:
atlas index . --reindexBack up the full .atlas/ directory. Do not assume an older binary can open a
database already migrated by a newer release.
Use a separate database for downgrade testing when possible.
Preview:
atlas uninstall --dry-runApply:
atlas uninstallAtlas removes the entries and skills it manages while preserving unrelated
assistant configuration. Bootstrap merges (not replaces) on re-run, so a --db pin or custom env you added survives an upgrade.
To also delete the index databases, add --purge:
atlas uninstall --purgeThis removes the .atlas directories (the global ~/.atlas and every registry-known repo's .atlas), printing the blast radius and total reclaimed space first and requiring confirmation (--yes to skip, --dry-run to preview). Plain uninstall leaves them and prints a one-line reminder.
Homebrew:
brew uninstall --cask aziron-ai/atlas/atlasnpm:
npm uninstall -g @aziron/atlas
npm uninstall -g @aziron-ai/atlas # GitHub Packages alternativeManual binary:
sudo rm /usr/local/bin/atlasPackage removal does not delete indexes. After stopping all Atlas processes and verifying the repository path:
rm -rf /absolute/path/to/repository/.atlasThis permanently removes the local index, settings, retrieval data, telemetry, and retained snapshots for that repository.
After reviewing the directory:
rm -rf "$HOME/.atlas"Do this only when all user-level Atlas data and installed Atlas skills should be removed.
command -v atlas || trueAlso inspect the assistant configuration locations listed in AI Assistant Setup if a client was configured manually.
Atlas | Releases | Benchmarks | License