Let us be clear up front about using Cursor on mobile: the Cursor desktop editor does not run on a phone, and cramming a full IDE onto a small screen would be miserable anyway. Cursor does offer mobile access through a web app you install from the browser, but it is built around its background and cloud agents. If what you want is to drive the Cursor agent on your own machine, with your real local environment, that is a different need.

That is where Shellular fits. The Cursor agent runs on your own computer, your PC, your Mac, a Mac mini, or a VPS, right next to your code. Shellular gives that agent a real, mobile-optimized UI on your phone, connected straight to the same machine, with full context of your real codebase, plus a terminal, files, Git, and a localhost browser you will not get from a cloud task runner.

A real Cursor agent UI, on your phone

This is the part that surprises people. Shellular does not just mirror a terminal. It gives the Cursor agent a proper touch interface with the controls you actually use:

  • Slash commands. Type / and pick a command, no syntax to memorize.
  • @ file mentions. Tap @ to pull a real file from your repo into the prompt.
  • Permission approvals. Approve or deny what the agent wants to run, with a tap.
  • Model picker and reasoning effort. Tune how the agent works for the task at hand.

And the same setup covers Claude Code, Codex, OpenCode, Pi, and GitHub Copilot CLI, so every agent you run alongside Cursor is right there too.

Getting set up

  1. Install Shellular on iPhone or Android.
  2. Run the Shellular companion on the same machine you use Cursor on. The docs walk through it.
  3. Scan the QR code to pair. The key never leaves your phone.
  4. Open the Cursor agent in the app and start prompting.

Beyond the agent UI, you also get a real terminal, your project files, Git, and a browser with DevTools, all one tap away. So while the Cursor editor stays on your desktop, the work it sits on top of comes with you. You leave the house, the agent finishes a task, you steer it from your phone, run the tests yourself, and push. Then you open Cursor again later to find everything already moved forward.

Is it secure?

Yes. Sessions are end to end encrypted. Traffic passes through a relay server, but it is encrypted on your machine and only decrypted on your phone, so the relay just forwards bytes it cannot read. The encryption key is shared by QR code and never leaves your devices. See the security overview for how it works.

Bottom line

You cannot run the Cursor editor on a phone, and you do not need to. The Cursor agent gets a real mobile UI in Shellular, with slash commands, @ mentions, permissions, and model controls, plus the terminal, files, and Git behind it. Your desktop Cursor and your mobile workflow end up looking at the same project.

Want the agent-specific guides? See Claude Code on your phone, Codex on your phone, and OpenCode on your phone.