explaingit

wangsiyi7/claudex

Analysis updated 2026-05-18

0JavaScriptAudience · developerLicense

TLDR

Claudex lets you run the Claude Code terminal with a Codex-authenticated GPT model instead, via a local proxy, with separate effort settings for main and helper agents.

Mindmap

mindmap
  root((Claudex))
    What it does
      Swaps Claude model for Codex
      Local proxy bridge
    Tech stack
      Node.js
      CLIProxyAPI
      Claude Code CLI
    Use cases
      Multi-agent audits
      Effort tuning
    Audience
      Developers
      CLI power users

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 build with it?

USE CASE 1

Use the Claude Code interface but route requests through a Codex-authenticated model instead.

USE CASE 2

Run several read-only investigator agents in parallel to audit a codebase, then synthesize results with one high-effort session.

USE CASE 3

Tune reasoning cost by giving the main session more effort and helper agents less.

What is it built with?

JavaScriptNode.jsCLIProxyAPI

How does it compare?

wangsiyi7/claudex00kaku/gallery-slider-block3rd-eden/ircb.io
Stars0
LanguageJavaScriptJavaScriptJavaScript
Last pushed2021-05-192016-11-16
MaintenanceDormantDormant
Setup difficultyeasyeasy
Complexity2/52/5
Audiencedevelopergeneraldeveloper

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

In plain English

Claudex lets you run the Claude Code command line interface while swapping out the underlying AI model for a Codex authenticated GPT model instead of Claude. It works by starting a small local proxy on your own machine that translates between the two systems, so the familiar Claude Code terminal and tools stay the same, but the reasoning underneath comes from the other model. No OpenAI API key is required, since it authenticates through Codex's own login instead. A key feature is separate control over how much reasoning effort different parts of a session use. The main session, where you are actively working, can be set to think harder, while helper agents that investigate a codebase in parallel can run at a lower, cheaper effort level. Claudex ships with named presets, such as economy, balanced, quality, and maximum, each combining a main effort level, an investigator effort level, how many investigator agents run, and how many run at once. These can be applied instantly or set individually through configuration commands. There is also a team feature that spins up several read-only investigator agents to look at a codebase in parallel, each reporting findings back to one main process that then combines everything into a final answer at a higher effort level. For security, the local proxy only listens on the machine itself, not the wider network, its admin interface is turned off, and it protects itself with a random access token. Login credentials are kept outside the project folder rather than being copied into it. The tool requires Node.js 20 or newer, along with Claude Code and the Codex command line tool already installed. It has been fully verified on Windows, with macOS and Linux support reported as still being tested by users. Claudex is not affiliated with OpenAI, Anthropic, Claude Code, or CLIProxyAPI, and is released under the MIT license.

Copy-paste prompts

Prompt 1
Walk me through installing Claudex and running claudex setup for the first time.
Prompt 2
Explain the difference between the economy, balanced, quality, and maximum presets.
Prompt 3
Help me set up claudex team to audit my repository with 8 investigator agents.
Prompt 4
What security boundaries does Claudex's local proxy enforce?

Frequently asked questions

What is claudex?

Claudex lets you run the Claude Code terminal with a Codex-authenticated GPT model instead, via a local proxy, with separate effort settings for main and helper agents.

What language is claudex written in?

Mainly JavaScript. The stack also includes JavaScript, Node.js, CLIProxyAPI.

Who is claudex for?

Mainly developer.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.