// faq
Common questions about Cosyra
Direct answers for the questions developers ask before they trust a
mobile terminal with real work.
Can I run Claude Code on my iPhone?
Yes. Cosyra gives you an isolated Ubuntu 24.04 container with Claude Code, Codex CLI, OpenCode, and Gemini CLI pre-installed. You access that Linux environment from a native iPhone app, so you can run Claude Code on iPhone without setting up your own VPS or SSH workflow. See our step-by-step Claude Code on phone guide for the full walkthrough.
Can I run Claude Code on Android?
Yes. Cosyra ships a native Android app that connects to the same hosted Ubuntu environment. Claude Code, Codex CLI, OpenCode, and Gemini CLI are pre-installed, and other CLI tools may work if their Linux package and runtime requirements fit the container. The Claude Code on phone guide covers both iPhone and Android setup.
Can I run Codex CLI on my phone?
Yes. Codex CLI comes pre-installed in the same cloud Ubuntu environment, so you can run Codex CLI on phone from either iPhone or Android without building your own mobile terminal stack first. Our Codex CLI on phone guide covers the setup and tradeoffs.
What is a mobile coding terminal?
A mobile coding terminal is a phone app that gives you terminal access for real development work on mobile. In Cosyra's case, that means a cloud-hosted Linux container you open from iPhone or Android. Unlike Termux, which is a local Android terminal, a mobile cloud terminal gives you persistent storage and a standard Linux environment for common CLI workflows. We break down the category in what is a mobile coding terminal.
How is Cosyra different from Termux?
Termux is a local Android terminal running an ARM userland on your phone. Claude Code and other Node.js-based agents can be installed on Termux via npm with workarounds, but Android 12+'s phantom process killer can terminate long sessions, and native installers built for x86_64 Linux do not run. Cosyra runs a full x86_64 Ubuntu container in the cloud, available on both iPhone and Android, with AI agents pre-installed and without the same local Android background-process limits. Read the full Cosyra vs Termux comparison.
How is Cosyra different from SSH'ing into my own server?
Cosyra removes the server. There is no VPS to rent, no Linux distro to pick, no SSH keys to configure, no tmux session to keep alive, and no firewall to punch through. You install the app, sign in, and your container starts with Claude Code, Codex CLI, OpenCode, and Gemini CLI already installed. See Cosyra vs CloudCLI for a direct comparison of hosted mobile terminals.
Which AI CLI tools does Cosyra support?
Claude Code, Codex CLI, OpenCode, and Gemini CLI come pre-installed. The container also includes Node.js, Python, Git, tmux, vim, and standard dev tools. You can install additional CLI tools yourself, but compatibility depends on each tool's Linux package, architecture, and runtime requirements. Our AI coding agents on mobile guide covers the pre-installed set in depth.
Do I need my own API keys?
Yes. Cosyra follows a bring-your-own-key model so you use your own Anthropic, OpenAI, or Google provider accounts and keep direct control over usage and billing. Keys are stored on-device with platform-native encryption and transmitted over TLS to your container.
Can I use Cosyra for private or proprietary code?
Yes. Each user gets their own isolated cloud container. Your code and files stay within your environment rather than being shared across users. AI interactions go directly from your container to the provider you choose using your own API key.
Do Cosyra sessions persist between app opens?
Yes. Your files persist between sessions on 30 GB of storage attached to your container. Pro users get session hibernation: your container pauses after ten minutes of inactivity and resumes with your session state restored when you reopen the app, so in normal use you can pick up where you left off without re-cloning the repo.
How much does Cosyra cost?
Free trial of 10 hours or 7 days. After the trial, Pro is $29.99/month or $300/year and includes 120 hours/month of compute, 30 GB of persistent storage, and session hibernation. Subscriptions are via in-app purchase on the App Store or Google Play and can be cancelled anytime.
Is Cosyra just Claude Code mobile?
No. Claude Code is one of four AI coding agents Cosyra ships. Cosyra is a mobile coding terminal with a Linux environment for common CLI work such as Git, Node.js, Python, tmux, and the AI agents you install yourself. Some repos need heavier services or system dependencies, so verify project-specific requirements before relying on a phone-only setup. See who uses Cosyra: on-call engineers, commuters, and no-laptop developers.