Skip to main content

Features

OpenCode Mobile is focused on a small set of useful workflow actions rather than trying to clone a full desktop IDE.

Mobile task management

From the session screen you can:

  • Start a fresh coding task from your phone
  • Reuse task suggestions for common requests
  • Review live progress while the agent is working
  • See whether files changed before you dig into details

The screenshots show a task-first layout instead of a generic chat layout. That is the right mental model for the product.

Workspace-aware sessions

From the workspace screen you can:

  • See which server or filesystem root you are connected to
  • Refresh the available project list
  • Pick the workspace that should back the current conversation
  • Distinguish the active project from other available workspaces

This matters because the app is not just sending prompts to a model. It is targeting a real OpenCode workspace.

Remote connection management

From the connection screen you can:

  • Point the app at a remote OpenCode endpoint
  • Confirm whether the connection is healthy
  • Reconnect without redoing the full setup flow
  • Store the credentials needed for a protected server

Provider and model defaults

The AI defaults section in the screenshots makes the product more practical for day-to-day use.

  • Limit which providers appear in chat
  • Keep preferred providers ready for new sessions
  • Reduce friction when switching between OpenAI, Copilot, or other configured backends

Async developer workflow

The product is useful when you need quick intervention, not a full coding session.

Good examples:

  • Check whether a task finished while commuting
  • Review the next step between meetings
  • Verify an incident-related task is still moving
  • Keep an eye on long-running agent work away from your desk