npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@abdoknbgit/claudex

v0.5.8

Published

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

Readme

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

| Provider | Notes | |---|---| | Anthropic | No comment | | OpenAI | Best in class, but GPT-5.5 is paywalled behind Plus/Pro | | Google Gemini | Use 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 | | Antigravity | Saving lives from agent server overload errors | | OpenRouter | Would use this full-time if the bills didn't care | | NVIDIA NIM | Gets slow under server load, especially for newest models like Kimi K2 | | DeepSeek | Solid | | Ollama | Local and private, but you knew that already | | Cline | Moonshot 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 Copilot | For enterprise people. The free models are not coding, they're cosplaying | | Cursor | Peak performance on Plan mode, but auto mode fails sometimes | | KiloCode | Good 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 | | Kiro | Kiss 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