Auto Update
atra keeps itself up to date with background checks and a manual update command.
Background Update Check
Automatic Checks
Every 24 hours, atra silently checks for a new version in the background. If an update is available, it automatically downloads and installs the new version. This check is non-blocking and does not affect performance.
# After a successful background update, you'll see:
Updated atra: v1.0.0 → v1.0.1
Manual Update
atra update
Run the update command to download and install the latest version.
atra update
# Updating atra: v1.0.0 → v1.0.1
# Updated successfully!
The update downloads the correct binary for your platform and replaces the existing binary in place.
Homebrew
Tip: You can also upgrade via Homebrew with
brew upgrade atra if you prefer managing updates through your package manager.