Discover and explore top open-source AI tools and projects—updated daily.
lidge-junProxy LLM requests to any provider via the Codex interface
New!
Top 96.2% on SourcePulse
Universal provider proxy for OpenAI Codex, enabling users to integrate any LLM (Claude, Gemini, Ollama, etc.) with the existing Codex CLI, App, and SDK. It translates Codex API calls to diverse provider formats, allowing users to leverage their preferred LLMs within their familiar Codex workflow, supporting features like streaming and tool calls.
How It Works
This project acts as a lightweight local proxy that intercepts Codex API requests. It uses protocol adapters to translate the Codex Responses API into formats compatible with various LLM providers, including Anthropic Messages, Google Gemini, and OpenAI-compatible endpoints. This approach allows seamless integration of external LLMs without modifying the Codex client, preserving the user's existing workflow.
Quick Start & Requirements
npm install -g @bitkyc08/opencodexocx init for interactive configuration.ocx start to launch the proxy.lidge-jun.github.io/opencodex.Highlighted Details
gpt-5.4-mini sidecar.Maintenance & Community
The project is community-maintained, with no specific links to community channels, roadmaps, or notable contributors provided in the README.
Licensing & Compatibility
Limitations & Caveats
Cursor integration is experimental. Users must be aware that certain LLM providers may suspend accounts for using third-party proxies. Remote access requires explicit configuration and authentication.
14 hours ago
Inactive
PrefectHQ