To update Clother to the latest version, re-run the original install script. This downloads the newest release binary and installs it:Documentation Index
Fetch the complete documentation index at: https://mintlify.com/jolehuit/clother/llms.txt
Use this file to discover all available pages before exploring further.
What clother install does
clother install is also used to repair or re-sync an existing installation. It copies the currently running binary to the bin directory and refreshes all symlinks:
- Copies the current
clotherbinary to your bin directory - Locates the real
claudebinary and preserves it asclaude-realif needed - Refreshes all
clother-*provider launcher symlinks - Refreshes the
claudeshim symlink used for resume compatibility - Normalizes any legacy configuration and secrets files
- Removes obsolete legacy files
If you installed Clother to a custom directory using
--bin-dir or the CLOTHER_BIN environment variable, clother install will use that same directory.Checking the current version
After updating, run the following to confirm the installation and see the active bin directory:Automatic update notifications
Clother checks for new releases in the background (at most once every 24 hours). When a newer version is available, it prints a message to stderr before running:~/.cache/clother/update.json (overridable with CLOTHER_CACHE_DIR or XDG_CACHE_HOME).