Use CaseCodex
Codex
from iPhone
OpenAI's Codex is a terminal-based AI coding agent that can read your codebase, write code, and execute commands. With Macky, you can run it from your iPhone with full terminal access.
The Problem
Codex Needs a Terminal
Codex runs as a CLI tool on your Mac. It analyzes your project, proposes changes, and executes commands — all through the terminal. Long-running tasks require monitoring and interaction. You need to be at your Mac to use it.
The Solution
Macky Brings It to You
Macky connects your iPhone to your Mac's terminal over encrypted WebRTC. Run Codex, see output in real time, provide input, and manage sessions — all from your phone. Not a web wrapper. Your actual terminal.
What You Can Do
01
Launch Codex Remotely
Connect to your Mac from your iPhone and run Codex on any project in your filesystem.02
Watch Output in Real Time
See Codex analyze your code, propose changes, and execute commands — streamed live to your phone.03
Interactive Sessions
Respond to prompts, provide clarification, and guide Codex through complex tasks from your iPhone.04
Review Changes
Inspect file modifications Codex makes. Use git diff, cat, or any terminal tool to review before committing.05
Run Tests
After Codex makes changes, run your test suite directly from your phone to verify everything works.Getting Started
- Download Macky on your Mac and iPhone
- Connect your iPhone to your Mac through Macky
- Open the terminal on your iPhone
- Type
codexto start a Codex session - Start coding from your phone