Access a Codex Desktop session running on your computer from a phone browser
Bridge an Electron desktop app to a web interface using a polyfill layer
Run remote Codex coding sessions in regions where the official app is unavailable
Route access to Codex Desktop over a private network like Tailscale or ZeroTier
| ryensx/opencodex | pedrofariasx/deepsproxy | sethispr/image-compressor | |
|---|---|---|---|
| Stars | 86 | 86 | 84 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | moderate | easy | easy |
| Complexity | 3/5 | 2/5 | 2/5 |
| Audience | developer | developer | general |
Figures from each repo's GitHub metadata at analysis time.
Requires Codex Desktop already installed and running on the host machine, remote access over a public network is discouraged.
OpenCodex is a lightweight runtime that lets you access OpenAI's Codex coding assistant from any device through a web browser, even when the official mobile or desktop app is unavailable in your region or requires a specific app store account. The README is written primarily in Chinese. The core problem it solves is that Codex Desktop is an Electron application, meaning it only runs on the computer where it is installed. OpenCodex bridges that desktop application to a web interface so you can connect to it remotely from a phone, tablet, or another computer. It works by running a local Node.js gateway on the machine where Codex Desktop is installed. This gateway handles authentication, HTTP and WebSocket communication, and routes requests between a browser-based shell and the official Codex renderer. A compatibility layer called a polyfill (a piece of code that fills in missing browser features) translates the calls that Codex's interface makes to Electron's native APIs into messages that can travel over a standard web connection. The official Codex UI is loaded as-is inside the web shell, so the full feature set including file browsing, terminal access, and task review remains available. Someone would use this if they want to run Codex AI coding sessions from a device other than their main computer, particularly in regions where the official Codex app is restricted or unavailable. Remote access is recommended over a private network like Tailscale or ZeroTier rather than directly over the public internet. The tech stack is TypeScript and Node.js 20.
A Node.js gateway that lets you access the desktop Codex coding assistant remotely from any browser.
Mainly TypeScript. The stack also includes TypeScript, Node.js, Electron.
The README does not state a license.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.