yess!! i use termius but i can say that the claude app for ios is superior, i like termius dont get me wrong but a good ui would go a long way. also the aesthetic of the codex app would fit nicely on an iphone
I’m running VSCode and a code-server project on a Raspberry Pi. The latter ensures that I can access VSCode from a browser, even from my phone. This allows me to control Codex in a way that is convenient for me. A VPN server (+ nip.io) is running on my home router, so I can access the system securely.
Yes I’ve run IDE’s via cloud on iPad in the past but the CLI is conversation based so imho a little more suited to the small form factor? It doesn’t need to render the shell of an IDE so things are naturally less cluttered. But seems like you’ve got it working for you, great!
That’s cool! Feel free to write up a post in Community with a project tag. I’m sure many would love to know more details. Good to have you here with us!
I understand we’re still trying to get a Codex-like experience on mobile. But what’s the comparison between the Claude iOS app and Terminus? Does that mean you can use Claude code on Claude’s iOS app? How does that relate to being able to use Codex on mobile? New Codex user here
Codex Cloud in ChatGPT mobile app (using ChatGPT iOS) is pretty much all you need to keep building on the go. Task → Changes → Push → Merge. I have Github on the phone as well. With that you can work on your website nonstop. You cannot manually edit, but when you’re moving even with a computer you can’t do much of that either.
That’s true! Hands-on editing is a must when things get serious. But you know, pure vibe coding is such a delight . I also think OpenAI will provide the ability to manually edit Codex Cloud’s outputs in ChatGPT instead of only asking for changes. Should be soon.
VS Code SSH and tunneling work great on any laptop with internet and a browser, but they’re still not very mobile-friendly.
Sometimes you just need to quickly steer an ongoing Codex thread, unblock an agent, or provide input while you’re away from your desk. It would also be useful to get mobile notifications when an agent is blocked and needs your attention.
That’s why I’m building CodePilot Mobile — a mobile app designed to help you get more value out of Codex.
With CodePilot Mobile, you’ll be able to:
Resume Codex threads from a user-friendly mobile interface
Create new threads on the go
Get thread status updates through mobile notifications
Know when a thread needs your input
Automatically resume work when credits are restored, especially useful on lower-tier subscriptions
Make the most of your Codex usage without staying glued to your laptop
Here are a few sneak peeks of the work in progress.
Drop your most wanted features in comments and do a thumbs up if you like the idea and would love to use it.
CodePilot Application view on an existing codex thread. This view is currently being service from a cloud hosted backend service, linked to a service running locally on my ubuntu machine.
This looks like a great solution for developers, who want to code on the go.
Automatic resume and know when a thread needs your input really hit the pain-points of codex.
Is this a separate coding harness and if not how are you proposing to integrate it so that releases of codex are seamless?
If it is separate how do you deal with increased costs of API per token billing? I built my own coding agent but, correct me if I’m wrong, ChatGPT auth is not permitted on third party products? It would be a terms of use breach?
This is a big deal and has a significant effect on whether third party solutions are viable and useful.
This is built on the SDK provided and maintained by OpenAI, which means future Codex releases should work seamlessly.
The user account handles Codex credits and billing; my application simply relays the conversation to a cloud-based backend. It works much like talking to the Codex CLI through a pseudo-terminal, but operated remotely.
If you’re interested, you can email me at [email redacted]. I can send you a service to run on your PC, along with account credentials to access my cloud service. I also plan to turn this into a mobile application.
I’ll keep posting updates here as I continue building. Thank you for your interest and encouragement.