codex - 💡(How to fix) Fix Make DevBox / SSH remote repositories first-class in the Codex Mac app

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Root Cause

For many power users and enterprise engineers, "local development" effectively means "a managed DevBox over SSH." Large monorepos, internal credentials, heavyweight build systems, and compute-heavy tests often cannot practically run on a laptop.

Codex CLI is already useful in those environments, but the Codex Mac app would be much more valuable if remote DevBox repositories felt like native projects rather than a special-case setup.

Code Example

Codex Mac App
   |
   | SSH
   v
DevBox / remote repository
   |
   v
Codex reads files, edits code, runs commands, manages threads, and shows diffs there
RAW_BUFFERClick to expand / collapse

What problem are you trying to solve?

I am a heavy Codex user and my main development workflow is DevBox-first. My larger repositories do not live locally on my Mac; they live in managed remote development environments because of repo size, dependencies, credentials, and compute requirements.

What I want is simple: I want to open the Codex Mac app and work on a remote repository as if it were local.

Today, I can SSH into my DevBox and run Codex CLI manually. That works, but it means the remote-repo workflow feels separate from the richer Codex app experience: project browsing, persistent threads, diffs, approvals, browser/computer-use integration where applicable, and the smoother multi-agent workflow.

I understand Remote SSH support exists, and that the app can start a remote Codex app server through SSH. This request is for that workflow to become a first-class, obvious, reliable product path for large-repo / DevBox users.

Ideal experience

Codex Mac App
   |
   | SSH
   v
DevBox / remote repository
   |
   v
Codex reads files, edits code, runs commands, manages threads, and shows diffs there

From the user's point of view, remote projects should appear alongside local projects and feel like normal Codex app projects, with the filesystem and shell operations happening on the remote host.

What would make this feel first-class?

  • A clear "Add Remote Repository / DevBox" flow in the Codex app.
  • Remote projects shown alongside local projects without requiring users to think in terms of CLI plumbing or app-server details.
  • Codex app sessions that run directly against the DevBox filesystem and shell.
  • Strong support for API-key-authenticated Codex users, not only ChatGPT workspace/login-centered workflows.
  • Reliable handling of remote PATH, login shell setup, credentials, MCP servers, plugins, repo-specific config, and long-running sessions.
  • Clear diagnostics when the app cannot start or reach the remote Codex server.

Why this matters

For many power users and enterprise engineers, "local development" effectively means "a managed DevBox over SSH." Large monorepos, internal credentials, heavyweight build systems, and compute-heavy tests often cannot practically run on a laptop.

Codex CLI is already useful in those environments, but the Codex Mac app would be much more valuable if remote DevBox repositories felt like native projects rather than a special-case setup.

Out of scope for this request

This is not primarily about mobile remote control. The main ask is to make remote repositories / DevBoxes first-class inside the Codex Mac app.

Components / versions

  • Component: Codex App, Remote SSH, app-server, CLI bridge
  • Codex App: 26.513.31313
  • Codex CLI: 0.132.0

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

codex - 💡(How to fix) Fix Make DevBox / SSH remote repositories first-class in the Codex Mac app