Built for Claude Code users

Claude Code Download & Install in One Click — Third-Party Models Auto-Configured

One-click Claude Code installer that auto-writes ANTHROPIC_BASE_URL / Token / Model. Supports MiniMax, Kimi, GLM, OpenRouter and other major third-party models with user- and project-level scopes.

v0.1.1 Current version · Jul 8, 2026
~3 MB Installer size
Windows Platform

Third-party models supported by Claude Code

Any Anthropic-protocol-compatible provider can be configured in claudecc with one click

  • MiniMax Claude Code with MiniMax models
  • Kimi Claude Code with Kimi models
  • GLM Claude Code with GLM models
  • OpenRouter Claude Code with OpenRouter
  • DeepSeek Claude Code with DeepSeek
  • Custom Claude Code with any Anthropic-protocol-compatible provider

Why claudecc

From install to config, end-to-end

One-click Claude Code install

Auto-detects your system environment (Node.js / npm / brew, etc.) and installs the latest Claude Code CLI.

Auto-configure on first run

Writes Base URL / Auth Token / Model into env automatically on first launch. Ready to use immediately.

Multi-scope support

User, project, and local scopes give you precise control over where configs apply.

Centralized management

Manage all third-party model configs in one place — add, edit, rename, delete.

Safe writes

Only updates 3 keys in settings.json. Every other field is left untouched.

Project tracking

Automatically remembers which model config each project uses; read back and switch instantly.

Frequently Asked Questions

Install, configuration, model switching — everything you need

How do I download and install Claude Code?

Visit the claudecc homepage and download the installer for your platform (Windows .exe / macOS .dmg / Linux AppImage). After installing claudecc, open the "Install Claude Code" view to grab the latest Claude Code CLI in one click.

How do I configure third-party models (MiniMax, Kimi, GLM) for Claude Code?

claudecc lets you skip editing settings.json manually. Click "+" to add a model config, fill in name, Model ID, Base URL (Anthropic-protocol-compatible endpoint), and Auth Token, then click "Apply". Common models: MiniMax-M2.7, kimi-k2-0711-preview, glm-4, etc.

Which fields do I need to configure for a third-party Claude Code model?

Just three environment variables: ANTHROPIC_BASE_URL (API endpoint), ANTHROPIC_AUTH_TOKEN (API key), and ANTHROPIC_MODEL (model ID). claudecc only writes these 3 keys — every other field in settings.json is preserved.

What is the difference between user, project, and local scopes?

User scope writes to ~/.claude/settings.json (global); project scope writes to <project>/.claude/settings.json (shared with team); local scope writes to <project>/.claude/settings.local.json (this machine only). All three can coexist and override by precedence.

What is the Claude Code installer size and which platforms are supported?

Current version v0.1.1, installer ~3 MB. Supports Windows (.exe, no install needed), macOS (.dmg, drag to Applications), and Linux (AppImage, chmod +x and run).

Does claudecc collect my data?

No. All model configurations are stored locally at ~/.claudecc/profiles.json. The update check silently pulls update.json — no device info or usage data is collected.

How do I switch back to the default Claude Code (no third-party model)?

In the project view, click "Clear config" to remove ANTHROPIC_BASE_URL, ANTHROPIC_AUTH_TOKEN, and ANTHROPIC_MODEL from settings.json. Claude Code will fall back to the default Anthropic service. Other fields are untouched.

Why use claudecc instead of editing settings.json manually?

Manual edits risk typos and accidental deletions. claudecc provides a GUI with a safe-write policy that touches only the 3 keys, plus multi-model switching and per-project tracking.