Clawdex Mobile

Bridge Setup

Start your bridge in two commands.

Clawdex Mobile works by connecting to a bridge that you run on your own machine. Set it up on a Mac, Linux box, or private VPS, then connect from the app.

Last updated: April 10, 2026

Step 1

Install the CLI

Run this on the Mac, Linux machine, or private VPS that will host your bridge.

bash
npm install -g clawdex-mobile@latest

Step 2

Start the setup flow

This writes the config, starts the bridge, and gives you the private URL to connect from the app.

bash
clawdex init

Where to run it

Run the bridge on the machine that already has access to your Codex workflow and local tools. A Mac, Linux workstation, home server, or private VPS all work.

How to connect safely

Keep the bridge on a trusted network such as LAN, Tailscale, or your VPN. The app is meant to connect to a private URL, not a public internet endpoint.

What happens next

After the bridge is running, open Clawdex Mobile, paste the bridge URL, and continue your Codex session from the phone.