Three reasons agent sessions feel trapped in your laptop.

You're not at your laptop.

Lunch. Bed. The gym. Walking the dog. An agent is mid-task, blocked on your approval — and you're across the room or across the city.

Long-running agents waste your day.

A test suite finishes after 12 minutes. A migration completes. Claude or Codex asks whether to commit. You don't see it until you sit back down.

Your terminal is glued to one machine.

The session you started on your iMac doesn't follow you to the MacBook. Your dev environment is wherever you last sat down.

The phone-shaped tools your laptop was missing.

Claude + Codex live sessions

Watch Claude Code or start a new Codex CLI session from your phone, with terminal output streamed character-by-character.

Remote session control

Approve tool calls, answer prompts, send follow-ups, or stop a runaway session without getting back to your laptop.

Multi-server pairing

Connect one phone to multiple Macs, Linux boxes, or Windows machines. Switch sessions with a swipe.

Push notifications

Get pinged when Claude finishes a long task, errors out, or asks a question. Stop refreshing the app to check.

Native prompt cards

When Claude asks for a choice or permission, answer with a native card — not by typing into a terminal.

Resilient by default

Lose signal in the elevator? Threadbase resumes paused translations and refetches the moment you're back online.

Things you should know before you install.

  • 1

    Closed beta on both platforms

    iOS access is limited while we stabilize — request it via the TestFlight link. Android is in closed testing on Google Play; join the testers group on the Android beta page.

  • 2

    Your phone and laptop need to reach each other

    Same Wi-Fi network, or a VPN that bridges them. There's no relay server in the middle — that's the point.

  • 3

    Codex support is newer than Claude support

    Threadbase can read Codex CLI history and start new Codex sessions from mobile. Codex resume and native prompt cards are still being added.

What's next

What's shipped and what's next.

Shipped

Shipped

Shipped

Shipped

Shipped

Next

Next

Later

Later

Shipped

Future

Stay in the loop.

Product news and updates from Threadbase, straight to your inbox.

How it works

Three steps. Ten seconds. Forever paired.

  1. Run the streamer on your Mac, Linux box, or Windows PC
  2. Pair your phone in 10 seconds
  3. Use your agent from anywhere

End-to-end encrypted pairing via NaCl. The streamer never talks to a Threadbase server, and it auto-updates itself in the background.

Installation

Get up and running in under a minute.

# 1. Install the streamernpm install -g @threadbase-sh/streamer# Or use Homebrew on macOS/Linuxbrew tap RonenMars/threadbasebrew install tb-streamer# 2. One-time setup, then start ittb-streamer set-key <YOUR_API_KEY>tb-streamer serve# Homebrew service mode also starts on loginbrew services start tb-streamer# 3. Open the Threadbase app on your phone#    Tap "Pair" → scan the QR shown in your terminal# 4. (Optional) Pair more machines#    Run the streamer on your Linux box, Windows PC, or a second Mac.#    Pair each from the same app. Swipe between sessions.