EveryDev.ai
Subscribe
Home
Tools

3,505+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. opencodex
    opencodex icon

    opencodex

    AI Coding Assistants
    Featured

    A local proxy that lets you run OpenAI Codex, Claude Code, Claude Desktop, and Grok Build on any LLM provider by translating wire formats with streaming, tool calls, and image support.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under the MIT License. Self-hosted local proxy with all features included.

    Engagement

    Available On

    CLI
    Web
    API
    Windows
    macOS

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    AI Coding AssistantsLLM OrchestrationAPI Integration Platforms

    Alternatives

    9RouterClaude Code RouterGoogle Vertex AI Platform
    Developer
    lidge-junSeoul, South KoreaEst. 2026

    Listed Aug 2026

    About opencodex

    opencodex is an open-source, community-maintained local proxy that routes OpenAI Codex, Claude Code, Claude Desktop, and Grok Build through any LLM provider — including Anthropic, Google Gemini, xAI, DeepSeek, Ollama, and 40+ others — without patching the client. It is published under the MIT License and available on GitHub at lidge-jun/opencodex, with documentation at opencodex.me. The project is not affiliated with or endorsed by OpenAI, Anthropic, or any other provider.

    What It Is

    opencodex is a lightweight local proxy written in TypeScript that intercepts the OpenAI Responses API format used by Codex and translates it bidirectionally to whatever protocol a target provider speaks. This means streaming completions, tool calls, reasoning tokens, and images all flow correctly in both directions without any modification to the Codex CLI, App, SDK, or Claude Code client. The proxy runs on localhost:10100 by default and exposes a web dashboard for configuration and live request monitoring.

    How the Routing Works

    The proxy uses five adapters to cover the major wire formats:

    • Anthropic Messages — for Claude models
    • Google Gemini — for Gemini models
    • Azure OpenAI — for Azure-hosted models
    • OpenAI Responses passthrough — for native OpenAI endpoints
    • OpenAI-compatible Chat Completions — for any compatible endpoint (DeepSeek, Groq, OpenRouter, Ollama, Together, Fireworks, Cerebras, Mistral, Hugging Face, NVIDIA NIM, and more)

    Models are addressed with a provider/model syntax (e.g., anthropic/claude-opus-5 or google/gemini-3-pro). A "Combos" feature lets users define a virtual model ID backed by failover or weighted round-robin across multiple providers.

    Platform and Deployment Model

    opencodex runs as a local process or background service on macOS (arm64/x64), Linux (x64/arm64), and Windows (x64). It requires Node 18+; the Bun runtime is bundled automatically on install so no separate Bun installation is needed. Key deployment options include:

    • Foreground proxy — ocx start
    • Background service — ocx service (launchd on macOS, systemd on Linux, Task Scheduler or WinSW on Windows)
    • On-demand shim — ocx codex-shim install starts the proxy whenever codex launches

    Authentication supports OAuth (xAI, Anthropic, Kimi with auto-refresh), API keys, environment variable references, and a ChatGPT account pool with thread affinity and quota-aware auto-switching.

    Key Capabilities

    • Sub-agent surface — pin up to five routed or native models for Codex spawn_agent, with v1/v2 surface control and fallback chains
    • Claude Code integration — ocx claude launches Claude Code against the same port with every routed model available in the /model picker and auto-context up to 1M tokens
    • Search and vision sidecars — non-OpenAI models gain real web search and image understanding through a GPT sidecar over a ChatGPT login
    • Image and video bridges — documented guides for routing image and video inputs through the proxy
    • Management API — a REST API for programmatic control alongside the CLI and web dashboard
    • Clean uninstall — ocx stop restores Codex to its original configuration with zero residue

    Update: v2.11.0

    The latest release is v2.11.0, published on August 8, 2026, with the repository last pushed the same day. The project was created in June 2026 and has accumulated over 8,500 GitHub stars and 650 forks in under two months, according to GitHub metadata. The repository is actively maintained with 110 open issues and documentation available in English, Korean, Simplified Chinese, Russian, and Japanese.

    opencodex - 1

    Community Discussions

    Be the first to start a conversation about opencodex

    Share your experience with opencodex, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under the MIT License. Self-hosted local proxy with all features included.

    • All provider adapters and 40+ built-in providers
    • Web dashboard
    • CLI and Management API
    • Sub-agent surface
    • Claude Code integration

    Capabilities

    Key Features

    • Local proxy for Codex, Claude Code, Claude Desktop, and Grok Build
    • 40+ built-in LLM providers
    • Bidirectional streaming, tool calls, reasoning tokens, and image support
    • Five protocol adapters: Anthropic Messages, Google Gemini, Azure, OpenAI Responses, OpenAI-compatible Chat Completions
    • Model routing with provider/model syntax
    • Combos: virtual model IDs with failover or weighted round-robin
    • ChatGPT account pool with thread affinity and quota-aware auto-switching
    • OAuth support for xAI, Anthropic, and Kimi with auto-refresh
    • Sub-agent surface with v1/v2 control and fallback chains
    • Claude Code integration with up to 1M auto-context
    • Search and vision sidecars for non-OpenAI models
    • Image and video bridges
    • Web dashboard with live request log and cache token counts
    • Management API for programmatic control
    • Background service mode (launchd, systemd, Task Scheduler/WinSW)
    • On-demand codex-shim for lightweight startup
    • Clean uninstall restoring native Codex configuration
    • Remote access with bearer token authentication

    Integrations

    OpenAI Codex
    Claude Code
    Claude Desktop
    Grok Build
    Anthropic
    Google Gemini
    xAI / Grok
    Kimi
    Azure OpenAI
    Ollama
    DeepSeek
    Groq
    OpenRouter
    Together AI
    Fireworks
    Cerebras
    Mistral
    Hugging Face
    NVIDIA NIM
    MiniMax
    Qwen Cloud
    SiliconFlow
    Cursor (experimental)
    ChatGPT
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate opencodex and help others make informed decisions.

    Developer

    lidge-jun

    lidge-jun builds opencodex, an open-source local proxy that routes OpenAI Codex, Claude Code, Claude Desktop, and Grok Build through any LLM provider. The project is community-maintained, written in TypeScript, and published under the MIT License. It supports 40+ providers out of the box and is actively developed with documentation in five languages.

    Founded 2026
    Seoul, South Korea
    1 employees
    Read more about lidge-jun
    WebsiteGitHubX / Twitter
    1 tool in directory

    Similar Tools

    9Router icon

    9Router

    A free, open-source AI router that auto-routes coding requests to 40+ AI providers with smart 3-tier fallback, quota tracking, and format translation for tools like Claude Code, Cursor, and Copilot.

    Claude Code Router icon

    Claude Code Router

    A local model gateway and control plane that connects AI coding agents like Claude Code, Codex, and Grok CLI to any provider, with routing, failover, and observability.

    Google Vertex AI Platform icon

    Google Vertex AI Platform

    Fully-managed, unified AI development platform for building and using generative AI, featuring Gemini models.

    Browse all tools

    Related Topics

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    730 tools

    LLM Orchestration

    Platforms and frameworks for designing, managing, and deploying complex LLM workflows with visual interfaces, allowing for the coordination of multiple AI models and services.

    201 tools

    API Integration Platforms

    AI-powered platforms for building, testing, and managing APIs with intelligent documentation generation, automated testing, and performance optimization capabilities.

    140 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions