Guides

Up and running
in two minutes

You drive everything from your iPhone; the desktop Connector just links the app to a machine. Here's the whole workflow, in the order you'll actually need it.

01Get connected

Termixa is the app on your iPhone — that's where you work. The desktop Connector is a lightweight helper you install once on each computer you want to reach; it shows a pairing QR, then gets out of the way.

  1. On your iPhone: install Termixa from the App Store and sign in with Apple or Google. Your 7-day free trial starts automatically — no card needed.
  2. On the computer you want to reach: download the Termixa Connector and open it. A pairing QR code appears — that's its whole job.
  3. Pair: in the app, tap Scan QR to Connect and point the camera at the computer's screen. A live terminal opens on your phone.
Tip: keep the Connector running while you're away — it's the bridge your phone reaches through.

02Use the terminal

03Run an AI agent

Start your agent exactly as you would at your desk — move into your project, then launch whichever agent you use:

# Claude Code
cd ~/my-project
claude
# Gemini CLI
cd ~/my-project
gemini
# OpenAI Codex
cd ~/my-project
codex
# Aider
cd ~/my-project
aider

Any other CLI tool works the same way — if it runs in your terminal, it runs in Termixa. Everything the agent prints appears on your phone, and every approval or answer it needs is one tap away. Run it in one workspace, keep logs or git in another.

04Preview local web apps

  1. On the Connector, open the Ports tab and allow a port (e.g. 3000). Only whitelisted ports are ever reachable.
  2. On your phone, open ☰ → View Local Web App and pick the port.
  3. The page renders on your phone through the same encrypted connection — as if your phone were on your computer's localhost.

Here's what it looks like in the app — every whitelisted port shows up, one tap away:

Local Web Apps
Active ports on the Connector
localhost:3000Open in viewer
localhost:8080Open in viewer
Open a port
e.g. 5173 +
Tip: enable BOTH your frontend and backend API ports on the Connector so data loads.

05Linux servers (headless)

No desktop environment? Termixa runs entirely in the terminal and prints the pairing QR right into your SSH session:

# download the server binary from the downloads page, then:
chmod +x termixa-headless
./termixa-headless --allow-ports 3000,8080

06Sessions & reconnecting

07Settings & account

FAQ

Do both devices need to be on the same Wi-Fi?
No. Any networks work — home, office, 5G, hotel. Termixa finds the path automatically.
Does my code or terminal output go through Termixa's servers?
No. Sessions are peer-to-peer and end-to-end encrypted. Our servers only introduce your devices and manage your subscription. Even when an encrypted relay assists a difficult network, it cannot read your data.
What happens when my trial ends?
You keep the Free plan (1 workspace, 1 port, 30-minute sessions) — or upgrade to Pro for the full experience.
Which platforms are supported?
The app runs on iPhone — Android is on the roadmap. The Connector runs on macOS, Windows, and Linux (GUI + a headless server binary).

Ready to try it?

Get the iPhone app, install the Connector on your computer, scan — that's it.

Get Termixa