Auto Update
tgrs keeps itself up to date with background checks and a manual update command.
Background Update Check
Automatic Checks
Every 24 hours, tgrs 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 tgrs: v1.0.0 → v1.0.1
Manual Update
tgrs update
Run the update command to download and install the latest version.
tgrs update
# Updating tgrs: 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 tgrs if you prefer managing updates through your package manager.