git404hub

what is claude-code-helper fr?

xqnode/claude-code-helper — explained in plain English

Analysis updated 2026-05-18

28RustAudience · developerLicense

tl;dr

A Windows tray app that reroutes the Claude Code desktop app to cheaper Chinese AI providers like DeepSeek and Qwen instead of Anthropic's own API.

vibe map

mindmap
  root((Claude Code Helper))
    What it does
      Local proxy server
      Rewrites base URL
      Tray menu switching
    Providers
      DeepSeek
      Qwen
      Zhipu
      Kimi and MiniMax
    Setup
      Installer or ZIP
      Enter API key
      Restart Claude Code
    CLI tools
      Status and list
      Test connectivity
      Restore Anthropic config

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Switch Claude Code to a cheaper AI provider without manually editing config files

VIBE 2

Try multiple Chinese LLM providers from one tray menu and API key

VIBE 3

Quickly restore the official Anthropic configuration when needed

what's the stack?

RustWindowsAnthropic API

how it stacks up fr

xqnode/claude-code-helpernonanti/narwhalreekta92/pinstar
Stars282828
LanguageRustRustRust
Setup difficultyeasyeasy
Complexity3/52/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

in plain english

Claude Code Helper is a Windows system-tray utility, written in Rust, that lets you use the Claude Code desktop application with Chinese AI providers instead of Anthropic's own API. The README is written in Chinese and targets users who want to substitute providers like DeepSeek, Qwen, Zhipu, Kimi, or MiniMax to reduce costs or avoid needing an Anthropic account. The tool works by running a local proxy server on your machine. Claude Code normally sends its requests to Anthropic's API using an environment variable called ANTHROPIC_BASE_URL. Claude Code Helper automatically rewrites that setting in Claude Code's configuration file to point to the local proxy instead. From that point on, every request Claude Code makes is intercepted and forwarded to whichever Chinese provider you have selected in the tray menu. Switching providers requires no manual configuration file editing. You right-click the tray icon, choose a provider from the menu, enter your API key in the settings panel, and restart Claude Code. The tool handles the request format translation: DeepSeek supports Anthropic's message format natively, while other providers receive requests converted to OpenAI's chat format. Setup is designed to be straightforward. You download either an installer or a portable ZIP, run the executable, fill in an API key, and restart Claude Code. The tool also includes a command-line interface for users who prefer it, offering commands to check status, list providers, test connectivity, run diagnostics, and restore the original Anthropic configuration. The project is MIT licensed and built on the same architecture as a sibling tool called codex-helper, which does the same thing for the OpenAI Codex desktop app.

prompts (copy fr)

prompt 1
Walk me through installing Claude Code Helper and connecting it to DeepSeek's API
prompt 2
How does Claude Code Helper rewrite the ANTHROPIC_BASE_URL setting in my Claude Code config
prompt 3
What is the difference between Claude Code Helper and its sibling project codex-helper
prompt 4
Show me the CLI commands available in claude-code-helper for checking connection status

Frequently asked questions

what is claude-code-helper fr?

A Windows tray app that reroutes the Claude Code desktop app to cheaper Chinese AI providers like DeepSeek and Qwen instead of Anthropic's own API.

What language is claude-code-helper written in?

Mainly Rust. The stack also includes Rust, Windows, Anthropic API.

Who is claude-code-helper for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.