Start on Mac
The execution side of CodexPocket is the Mac. The iPhone is the control surface, so you can start as soon as Codex works normally on the Mac and CodexPocketMac can wait for connections.

How to get CodexPocketMac
Download the Mac app Read the release notes Run from sourceNote: download the .dmg from GitHub Releases, then install it on your Mac.
The current public Mac stable is 0.1.3. In the normal path, download the notarized DMG and start from there. Use the mac-app README Quickstart only when you want a source build for development or verification.
The short version first
If you already use Codex on the Mac every day, there is not much new to do.
- Launch
CodexPocketMac. - Confirm that
codexis available. - Confirm that the workspace you want is present in Codex App.
- Confirm that Bridge is running.
- Scan the pairing QR from the iPhone.
You only need Git when you want branch-related features. Most people do not need to touch ports, tokens, or manual project registration first.
Find the right page fast
| If you want to... | Read this page |
|---|---|
| know the minimum first checks | First Things to Check |
| continue with a Codex App-based workflow | Install the Codex App |
confirm the codex CLI setup | Install Codex CLI |
| enable Git for branch actions too | Make Git Available |
| add a project by hand | Register a Project |
| finish with Bridge startup | Start Bridge |
What the Mac side is responsible for
- starting and stopping Bridge
- managing the
Projectlist shown to the iPhone - running
ThreadsandExecthroughcodex - showing the pairing QR
- exposing state and logs
Where to look in the Mac app
Generalthe place for Bridge on/off, launch-at-login, and the overall stateProjectsthe place to confirm the workspaces imported from Codex App and the projects shown on iPhonePairingthe place to show the QR code, pairing URL, and pairing codeDetailsthe place to confirm whethercodex,git, and the shell were detectedLogsthe place to inspect stdout and stderr when Bridge is not behaving
How to read this section
- start with First Things to Check
- if you use Codex App, read Install the Codex App and Create a Project
- for Codex CLI checks, read Install Codex CLI
- if you also want branch actions, read Make Git Available
- only when you want to add a project by hand, read Register a Project
- finish with Start Bridge