Mobile Codex — run Codex directly on Android, no remote PC required #47231
nokryong
started this conversation in
Show and tell
Replies: 1 comment
|
Great work nokryong ! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I wanted to use Codex on my phone to work with files stored on the device. Setting up and using a terminal on a small screen felt awkward, so I built Mobile Codex, an Android app around the Codex engine.
Mobile Codex bundles an Android port of Codex and connects its mobile UI through the app-server JSON-RPC interface. It uses Codex’s ChatGPT device-code login flow. The agent process and file tools run on the phone; model inference still requires OpenAI’s servers.
No separate PC server or Termux installation is needed.
Features include:
This is an unofficial personal project, currently in alpha for ARM64 devices running Android 10 or later. You’ll need an internet connection and an account with Codex access.
I’d appreciate feedback on installation, mobile usability, and the app-server integration.
The README includes installation instructions and known Android limitations.
The screenshots below show general chat, cloning this repository onto the phone, selecting a custom skill, and generating an image using that skill.
All reactions