Guided Codex sign-in
Reuses your existing Codex session, or opens the official browser login only when authentication is needed.
Claudex configures the local bridge automatically, reuses an existing Codex login or guides you through browser sign-in, and preserves the Claude Code workflows you know.
The whole point
One command installs Claudex from its verified source release and sets up everything it needs.
curl -fsSL --proto '=https' --tlsv1.2 https://claudex.work/install.sh | bash
Verified source install · macOS, Linux, and WSL
irm https://claudex.work/install.ps1 | iex
Run in PowerShell · verified Windows source install
The installer adds Claude Code and the Codex CLI when needed, opens the official Codex browser login when authentication is required, and verifies release downloads with SHA-256. Claudex then keeps itself up to date. See the README for details.
See it in action
Friendly aliases for every job — Sol for the hardest reasoning, Terra for balanced implementation, Luna for fast, bounded work. Solplan plans with Sol and hands the build to Terra, automatically.
The status line never blocks on network I/O — it reads a cached, sanitized
summary and refreshes it in the background. Run /usage-limit any time
for the full breakdown, straight from your Codex account.
claudex --doctor reports bridge health, proxy version, and
authentication state at a glance — and never prints a token while doing it.
Everything it adds
Reuses your existing Codex session, or opens the official browser login only when authentication is needed.
Sol, Terra, Luna, and Solplan map onto Codex's GPT-5.6 models for the work each is best at.
Plan with Sol, implement with Terra — one command, no manual handoff.
Tracks context honestly and compacts automatically near 280k tokens — no false zeroes.
5-hour and 7-day Codex windows, always visible, with a full report on demand.
macOS, Linux, Windows, and WSL — Bash and PowerShell kept in behavioral parity.
Installs missing Claude Code and Codex CLI dependencies, then checks the complete local bridge.
Checks for new releases in the background and applies SHA-256-verified updates without interrupting your work.
Under the hood
A launcher, not a fork. Nothing about the signed Claude Code binary ever changes.
claudex
Security posture
Never patches or forks the signed Claude Code executable.
The local bridge binds to 127.0.0.1 only, guarded by a generated key.
Every downloaded binary is pinned by version and verified by SHA-256.
Credentials live under ~/.config/claudex — never in args, logs, or Git.
Questions
Claudex is a free, open-source compatibility layer that runs Codex GPT models through the Claude Code terminal interface. Claudex installs a launcher and a private bridge on your own machine, and leaves both Claude Code and the Codex CLI as their official, unmodified installs.
Claudex does not require an OpenAI API key. Claudex reuses the Codex sign-in already on your computer, and opens Codex's official browser login only when authentication is needed. You never create provider keys or configure model endpoints by hand.
Claudex works with whatever your signed-in Codex account provides, and the startup banner
reports the tier it detects — ChatGPT Free, Go, Plus, Pro, or the applicable workspace
tier. Model availability follows the account, so run claudex --doctor to see
exactly which models your account advertises.
Claudex maps Codex's GPT-5.6 models onto four names: Sol for the hardest reasoning, Terra for
balanced implementation, Luna for fast and bounded work, and Solplan, which plans with Sol and
hands the build to Terra. Switch between them at any time with /model.
Claudex never patches or forks the signed Claude Code executable. Claudex is a launcher: it
starts an isolated Claude Code profile, keeps its generated configuration under
~/.config/claudex, and leaves your normal Claude Code settings untouched.
Claudex runs entirely on your own machine. Its local bridge binds to 127.0.0.1 only and is
guarded by a generated key, every downloaded binary is pinned by version and verified by
SHA-256, and credentials stay under ~/.config/claudex — never in arguments,
logs, or Git. Claudex is MIT licensed and its complete source is on GitHub.
Claudex supports macOS 13+ on Apple silicon or Intel, Ubuntu 20.04+, Debian 10+ and compatible Linux on x64 or ARM64, Windows 10 1809+, Windows 11 and Windows Server 2019+ on x64 or ARM64, and WSL 1 or WSL 2. Claude Code's own platform limitations still apply.
Claudex ships on both. On macOS or Linux, run brew install BeamoINT/tap/claudex.
On Windows, run scoop bucket add beamoint https://github.com/BeamoINT/scoop-bucket
followed by scoop install beamoint/claudex. WinGet is not currently an installable
channel.
Claudex checks its stable release channel once a day without blocking startup and applies
SHA-256-verified updates by default; claudex self-update --status,
--check, and --apply drive it directly. To uninstall Claudex, close
any active sessions, then remove the claudex launcher and its private
configuration directory ~/.config/claudex.
Claudex is an independent community project. Claudex is not affiliated with, endorsed by, or supported by OpenAI or Anthropic, and you remain responsible for the terms and usage limits of the accounts it connects to.
Free, open source, and installed entirely on your own machine.