🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@abdoknbgit/claudex

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@abdoknbgit/claudex

Claudex — multi-provider AI coding CLI. Drop-in replacement for Claude Code with OpenAI, Gemini, Groq, DeepSeek, Ollama and more.

latest
Source
npmnpm
Version
0.5.8
Version published
Weekly downloads
13
-86.6%
Maintainers
1
Weekly downloads
 
Created
Source

Claudex

What is Claudex?

Claudex is an open-source, multi-provider AI coding CLI that runs the full Claude Code agentic environment — tools, MCP servers, hooks, skills, the whole thing — with every major LLM provider, natively.

Not a proxy. Not a wrapper around someone else's wrapper. Native adapters, built from scratch, for each provider. When you use Gemini through Claudex, it speaks Gemini's API directly. Same for OpenAI, DeepSeek, OpenRouter, all of them.

You install it once. You type /login. You pick a provider. You work.

That's it. No shell configuration. No export statements. No environment variable archaeology. No "works on my machine" moments. A first-run wizard handles credentials and saves them. Cross-platform — Windows, macOS, Linux. No brainrot config required.

Why does this exist?

Because Anthropic rate limits are real, and sometimes you just want to say hi to your terminal without getting a 429 back.

Claudex lets you swap providers mid-session. Anthropic giving you the cold shoulder? Switch to Kimi K2.6. Still need the agent loop, the file editing, the bash execution, the MCP servers, the hooks? You have all of it. Nothing changes except who's doing the thinking.

And here's the part that actually matters: you can work with any provider — Codex CLI, Gemini CLI, Antigravity, Cline, Cursor, KiloCode, Kiro, GitHub Copilot — without any of them installed on your machine. Not downloaded, not configured, not even present. Claudex brings the runtime. You bring the auth most of them or API key.

That's the point. Same experience. Different brain. Zero dependencies on the original tool.

Install

npm install -g @abdoknbgit/claudex

Requirements: Node.js >= 20.0.0, Bash

Launch

claudex

Update

claudex update

The Commands You Need to Know

/login — Start here

Pick a provider, enter your credentials, done. Claudex saves everything so you never do this twice. No env variables. No config files to hunt down.

/providers — See the full picture

Shows every connected provider and their current status. Configured, available, needing login — all of it at a glance.

/models — Pick your weapon

Live model browser. Fetches the actual catalog from your provider's API in real time. Search, filter, and set any model as your active one.

/models                     open the full picker
/models <query>             search active provider
/models openrouter:kimi     search a specific provider
/model kimi-k2-5            set a model directly

/fallback — Recover automatically

Automatic recovery when a model fails mid-session. Configure a fallback and never lose your work to a provider outage again.

/usage — Watch the meter

Tracks usage across every provider you're logged into. Quotas, remaining credit, request counts — see what each one has left before you hit a wall.

https://github.com/user-attachments/assets/ff7d0ec7-fffd-4248-a011-41ed6e9a0eea

Supported Providers

ProviderNotes
AnthropicNo comment
OpenAIBest in class, but GPT-5.5 is paywalled behind Plus/Pro
Google GeminiUse your own account — some server configs block certain regions-currently gemini servers are not working and giving some error 429 u can check here https://github.com/google-gemini/gemini-cli/issues
AntigravitySaving lives from agent server overload errors
OpenRouterWould use this full-time if the bills didn't care
NVIDIA NIMGets slow under server load, especially for newest models like Kimi K2
DeepSeekSolid
OllamaLocal and private, but you knew that already
ClineMoonshot AI's Kimi K2.6 through here is still the big win. Note: the old free tier is no longer fully free, but you still get some free credit
GitHub CopilotFor enterprise people. The free models are not coding, they're cosplaying
CursorPeak performance on Plan mode, but auto mode fails sometimes
KiloCodeGood for low-effort sidequest tasks. Cache hit rate is a server-side problem — Claudex fixes it where it can, but you may still pay full price occasionally
KiroKiss on the forehead

Features

Multi-provider, natively Twelve providers with native adapters. Not a routing layer, not a translation proxy — each provider speaks its own API through its own adapter. Full streaming, rate-limit handling, and automatic tool schema sanitization per provider.

The full agent loop File editing, bash execution, glob, grep, web search, web fetch, MCP servers, hooks (PreToolUse, PostToolUse, UserPromptSubmit, Stop, Notification), skills (/commit, /review-pr, /simplify), and task management — all present, all working across every provider.

Coming Soon

/surf — Intelligent model routing. Claudex reads the task and routes to the best available model automatically. Experimental, in progress.

/github-me — A tool that handles the full development lifecycle: review, edit, CI/CD, testing, and automation of every GitHub action you'd otherwise do manually.

vscode-claudex — VS Code extension. Provider switching from the command palette, Control Center webview, and project-aware session launch. In progress.

License

MIT

Keywords

claudex

FAQs

Package last updated on 01 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts