Discover and explore top open-source AI tools and projects—updated daily.
jolehuitCLI for managing and switching between diverse LLM providers
Top 86.1% on SourcePulse
One CLI to switch between Claude Code-compatible LLM providers instantly. Clother is designed for developers and researchers who frequently use multiple LLM services, offering a streamlined way to configure, manage, and switch between providers like Anthropic, Z.AI, OpenRouter, and local models via simple commands. It simplifies LLM integration by abstracting endpoint configuration and API key management.
How It Works
Clother operates by generating shell scripts (launchers) that dynamically set environment variables such as ANTHROPIC_BASE_URL and ANTHROPIC_AUTH_TOKEN before executing the claude command. This approach allows users to switch between different LLM providers and models seamlessly using commands like clother-zai or clother-ollama. API keys and configurations are securely stored in ~/.local/share/clother/secrets.env, protected with chmod 600.
Quick Start & Requirements
curl -fsSL https://claude.ai/install.sh | bashcurl -fsSL https://raw.githubusercontent.com/jolehuit/clother/main/clother.sh | bashcurl, bash, and the Claude Code CLI. Local LLM execution requires Ollama, LM Studio, or llama.cpp.~/bin on macOS, ~/.local/bin on Linux) is in your system's PATH.Highlighted Details
clother config), listing profiles (clother list), testing connectivity (clother test), and uninstallation (clother uninstall).Maintenance & Community
Notable contributors include @darkokoa, @RawToast, @sammcj, and @luciano-fiandesio. The README does not currently list links to community channels like Discord or Slack, nor a public roadmap.
Licensing & Compatibility
Limitations & Caveats
The tool requires the separate installation of the Claude Code CLI. Users must manually ensure that the directory where Clother installs its launcher scripts is added to their system's PATH environment variable for the commands to function correctly. VS Code integration requires Clother version 2.6 or later.
1 week ago
Inactive
theopenco
mozilla-ai
llamastack