I want remote server connection #22
Replies: 6 comments 3 replies
|
Is this out of scope? |
|
OpenAI has Codex web, so I think this is a good idea. I can do this myself, but maybe slowly. A team will be better. Do you think this project can apply to https://speedrun.a16z.com/ to create a startup company? |
|
FYI: It serves the same frontend in a normal browser and bridges Tauri’s invoke and event/listen over WebSocket (not pixel/desktop streaming). Generated through a conversation with GPT-5. |
|
I will try it tomorrow or Monday. I'm in Asia. |
|
In my opinion: There’s demand to drive the full, feature‑rich native codex CLI from phones/tablets/remote browsers—a server–client mode. This would unlock mobile and multi‑device workflows, avoid editor lock‑in, and keep all the powerful CLI capabilities (MCP, git diff, approvals, etc.). I’ll run a quick GitHub repo search for a Codex CLI web UI project, haha. |
|
Your remote-server and phone/tablet use case in this thread is very close to a workflow we are exploring. I’m working on CPJ, an independent third-party control surface—not a Codexia plugin or official integration—for supported local Codex, Claude Code and OpenCode sessions. The agent process stays on the user’s Windows/macOS machine. A phone or browser can view events and send follow-up input when the session exposes that capability. This is complementary to Codexia’s remote-access branch rather than a claim of compatibility; I’d be interested in comparing session identity, event streaming and approval boundaries, or running a small reversible test if that is useful. One important boundary on our side: credentials and the full source tree stay on the execution device, while prompts, terminal output, titles, paths and code snippets appearing in output may cross the encrypted relay. Recovery and stop actions are capability-dependent, and an accepted request is not reported as completed. Product page: https://choupijiang.istarlit.com/ . If you want to compare approaches, I would start with a redacted repository and one approved directory, and would not submit code without following Codexia’s contribution rules. |
Uh oh!
There was an error while loading. Please reload this page.
It would be nice if the server-client model allowed web/ssh access to a Codexia server on another PC.
Or simply access it from your smartphone or tablet using the web client version.
All reactions