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.
Platform support
Clother runs on macOS (zsh/bash), Linux (zsh/bash), and Windows WSL.Install
Install Clother
Run the one-liner installer. It downloads the release binary for your OS and architecture, verifies its checksum, and runs the install command.The installer places everything in your bin directory and exits.
What gets installed
The installer places the following into your bin directory:| File | Purpose |
|---|---|
clother | The main binary. Handles config, list, info, status, and other management commands. |
clother-* | One symlink per provider (e.g. clother-zai, clother-kimi, clother-ollama). |
claude shim | A symlink that keeps claude --resume ... working with Clother features. |
~/.local/share/clother/secrets.env (permissions 600).
Default install paths
| Platform | Default bin directory |
|---|---|
| macOS | ~/bin |
| Linux | ~/.local/bin (XDG standard) |
Custom install path
You can override the default with the--bin-dir flag or the CLOTHER_BIN environment variable.
Adding the bin directory to PATH
Ifclother is not found after installation, add the bin directory to your shell’s PATH.
source ~/.zshrc or open a new terminal) for the change to take effect.
Updating
To update Clother in place and refresh all installed launchers:Uninstalling
clother binary, all clother-* symlinks, and the claude shim from your bin directory.