---
type: "post"
slug: "codex-ios-assistant-offers-a-mobile-interface-for-codex"
title: "Codex iOS Assistant bridges iMessage, Shortcuts, and a Mac agent"
description: "The open-source project lets Codex request bounded iPhone actions through authenticated messaging and native Shortcuts."
retrieval_nugget: "The open-source project lets Codex request bounded iPhone actions through authenticated messaging and native Shortcuts."
published_at: "2026-08-23"
updated_at: "2026-08-23"
record_date: "2026-08-23"
date_kind: "scheduled_at"
topics: ["codex","computer-use","ios","open-source"]
entities: ["github.com"]
editorial_format: "brief"
basket_id: "64af3bcb-1c2d-42a9-a664-91510a61d75a"
basket_revision: 1
source_urls: ["https://github.com/Samin100/codex-ios-assistant"]
visual_decision: "text_only"
recovery_incident: "NR-2026-08-15-HERMES-SITE-COPY"
schema_version: "newruntime-agent-readable-v0.2"
stable_id: "post:codex-ios-assistant-offers-a-mobile-interface-for-codex"
status: "published"
visuals: []
editorial_provenance: {"schema_version":"newruntime-editorial-copy-v1","content_status":"source_grounded_final","final_copy_sha256":"sha256:ffdfad79af086151ee540d890c147be6e725ad98c8c0cb094b164abed517af1a","reviewed_at":"2026-08-15T20:30:00.000Z","source_evidence_count":1,"verified_claim_count":2}
routes: {"html":"https://newruntime.com/posts/codex-ios-assistant-offers-a-mobile-interface-for-codex/","markdown":"https://newruntime.com/posts/codex-ios-assistant-offers-a-mobile-interface-for-codex.md","json":"https://newruntime.com/posts/codex-ios-assistant-offers-a-mobile-interface-for-codex.json"}
---

# Codex iOS Assistant bridges iMessage, Shortcuts, and a Mac agent

## Retrieval answer

The open-source project lets Codex request bounded iPhone actions through authenticated messaging and native Shortcuts.

Codex iOS Assistant is an open-source bridge between Codex running on a Mac and native actions on an iPhone. Private commands travel through iMessage, iOS Shortcuts performs the action, and results return through an authenticated Cloudflare Tunnel. The agent can inspect the screen and work with selected device functions.

The repository defines important limits. Ordinary messages open as drafts instead of being sent automatically, while purchases, app installation, food ordering, and ride booking are prohibited. Setup requires macOS 14 or newer, Python 3.11, a Cloudflare domain, and manual Automation configuration in Shortcuts.

This is not official OpenAI software. It is useful as an example of capability design: a general coding agent reaches a personal device only through a narrow bridge with explicit denied actions and owner-required setup. Anyone testing it should inspect the code, isolate credentials, and begin with non-sensitive commands.

## Source and installation

- [GitHub repository](https://github.com/Samin100/codex-ios-assistant)
