GPT-5.5 is live

Codex just got smarter. Run it from your phone : first 150 users get 1 month free.

Claim Now
Bridge v1.0.1 : Now with GPT-5.5

Your Mac runs Codex.
Your phone fires it.

Drop a task from your phone. Codex executes it on your Mac : in your actual codebase, in real time. No SSH. No terminal app. Just one command on your host and you're live.

bridge-launcher.sh
$ npx -y https://codexrelay.app/downloads/codexrelay-bridge-1.0.1.tgz 
--api https://codexrelay.app 
--session your_session_id 
--pair-code CRL-XXXX-XXXX 
--daemon --codex

To get session id and pair code get dashboard access

Full bridge command shown before you run a single thing
Runs inside the folder you choose on a machine you own
Revoke any session instantly from the dashboard
// live demo

Watch it happen.

Bridge connected. Codex is ready.
add try/catch to every async function in api/routes.ts
Codex Relay
Reading api/routes.ts... found 12 async functions. Wrapping in try/catch with typed error handling.
✓ 12/12 functions patched. Changes written to disk.
Message Codex...
CODEX_ON
SHELL_SAFE
mac :: codexrelay-bridge : codex running
✓ Bridge paired. Listening for tasks...
[14:22:09] Task received from phone
$ codex "add try/catch to api/routes.ts"
Reading 847 lines... found 12 async functions
✓ getUserById : patched
✓ createOrder : patched
✓ 10 more functions patched
→ streaming results back to phone...
Bridge Active · GPT-5.5 · Codex Mode

Your codebase. Your machine. From anywhere.

Codex runs locally with full access to your files, your git history, your environment. CodexRelay just puts the trigger in your pocket.

// what you need

Honest requirements.
No surprises.

CodexRelay is not a cloud terminal. It bridges your phone to a real machine you own. That means you need Node 20+, npm, and a host that stays online while you work.

Node.js 20+
npm
A host machine that stays online
A project folder for Codex to work in
// supported hosts
macOSNode + npm
LinuxNode + npm
WindowsNode + npm
// heads up

The npx launcher is cross-platform. Shell commands you send through the relay are still OS-specific : they run on your machine, in your shell.

1. Run one command on your Mac

Install Node 20+ and run the bridge command inside your project folder. It pairs with your session and stays alive in the background.

2. Open the dashboard on your phone

Visit codexrelay.app from any device. No App Store. No install. The PWA connects to your live session and shows the bridge status in real time.

3. Type a task. Codex handles it.

Send any task from your phone. Codex picks it up, runs it against your actual codebase, and streams the output back live. Your Mac does the work.

// launch week pricing

Cheaper than one hour of your time.

These prices are locked for the first batch of users. Once the launch seats fill, pricing reverts to standard.

Free Launch150 SPOTS LEFT
Free

First 150 users get one full month of Pro. No card. Use code RELAYFREE at checkout.

  • First 150 claims only
  • Full Pro for 30 days
  • No credit card needed
Claim Free Month
SAVE 60% NOW
Pro Monthly
$3.49$12/mo

Full access to everything. Launch price won't last : lock it in now.

  • Unlimited relay sessions
  • Codex + Shell + Manual modes
  • Live streamed output
Get Pro Access
LifetimeBEST VALUE
$29$129

Pay once. Every future update is yours. At $3.49/mo that's break-even in under a year : after that it's free forever.

  • Everything in Pro
  • All future updates, free
  • Founding member : limited seats
Secure Lifetime Access
// security by transparency

You should know exactly what you're running.

CodexRelay isn't a mystery cloud terminal. It's a bridge to a machine you already own. We spell out the package source, the working directory, the local logs, and the kill switch : before you pair anything.

What You Run

One command. Your folder. Nothing hidden.

The dashboard generates the exact npx command, including the package URL hosted on codexrelay.app. The bridge uses whichever directory you launch it from : the scope is yours to define.

What We Protect

Session data locked down end-to-end.

Messages are AES-256 encrypted at rest. Session secrets are stored as hashes, never in plain text. Browser access uses HttpOnly Secure cookies with trusted-origin enforcement.

How To Stop It

Logs stay local. Sessions die on command.

Daemon logs write to your host under ~/.codexrelay/logs. Revoke any session from the dashboard and the bridge stops accepting work immediately : no lingering access.

// trust checklist

Package source: launcher is served from codexrelay.app/downloads/codexrelay-bridge-1.0.1.tgz.

Local logs: daemon output writes to ~/.codexrelay/logs on the host : visible, yours to inspect.

Kill switch: revoke the session from the dashboard or Ctrl+C the bridge. Access ends immediately.

// get started in 2 minutes

Ready to run Codex from anywhere?

The setup guide has the exact commands for macOS, Linux, and Windows. One npx command on your host. Then you're relaying from your phone.