Run Codex from anywhere

Kick off Codex agents on your machine from your phone. Check in on the train, review on the couch, merge from the park.

Run agents on a remote machine
npm install -g @seawork/cli && seawork
Supports
Claude CodeCodexGrok
Self-hosted daemonE2E encrypted relayNative agent CLIs
mainseawork/website
Commit
+286-42
Orchestrator
Implement
Review
Polish the SeaWork website hero and mobile previews

I'll split this into design, copy, and implementation.

Run plan-designclaude visual direction
Run plan-technicalcodex component map
Wait for agentsplan-design plan-technical

Got the plans. Spinning up Codex for the refresh.

Run implementcodex 12 files changed

Implementation done. Asking Claude for a visual review.

Run reviewclaude spacing and copy checked

Homepage, docs, and downloads are ready.

Message the agent, tag @files, or use /commands and /skills
Opus 4.7
npm run dev
$ npm run dev --workspace=@seawork/website
> @seawork/website@1.0.7 dev
> vite --host 127.0.0.1
VITE v7.3.1 ready in 487ms
Local: http://127.0.0.1:8082/
hmr update /src/components/landing-hero.astro
hmr update /src/components/landing-phone-showcase.astro
route /download rebuilt in 132ms
route /docs rebuilt in 94ms
preview refreshed

When you want to step away from your desk, you can.

The native mobile app has full feature parity with desktop.

Use the best agent for the job

Run multiple providers from a single interface. SeaWork runs the native agent harness as you'd normally run it, with your skills, config and MCP servers intact.

Claude Code

Long-form reasoning and review

Codex

Fast edits inside real repos

Grok

Fast, open-weights builds

Native CLIs stay intact: skills, config, auth, and MCP servers remain yours.

Your agents, every surface

Run agents on your laptop, a VM, or a dev server. Control them from any device with a direct connection or an E2E encrypted relay.

Desktop
Web
Mobile
CLI

E2E Encrypted Relay

or

Direct Connection

MacBook Pro
Hetzner VM
Dev server

Keyboard-first

Every action has a shortcut. Panels, splits, agents - all from the keyboard.

Command surface
Switch panels
1-9
Split vertical
D
Split horizontal
ShiftD
Close panel
W
New agent
N
Command palette
K

Local voice

Fully local voice stack. Speech-to-text and text-to-speech run entirely on your machine, nothing leaves your network.

Local speech pipelineoffline-first

Refactor the auth middleware to use the new session store, then run the test suite

I'll update the auth middleware to use SessionStore instead of the legacy cookie-based approach. Let me refactor the middleware and update the tests.

Fully scriptable

Everything you can do in the app, you can do from the terminal.

Full CLI reference

Run agents

Launch agents locally or on any remote host. The --worktree flag spins up an isolated git branch so you can run multiple agents on the same repo without conflicts.

seawork run --agent codex \
  --repo ~/code/seawork \
  --worktree feat/mobile-review \
  "Audit the mobile review flow and open a PR"

Loops

Have one agent do the work, another verify the result, and loop until it passes. Built-in, no shell scripting needed.

seawork loop run \
  --agent claude \
  --reviewer codex \
  --until "npm run typecheck" \
  "Refactor the websocket reconnect path"

Schedules

Run agents on a cron schedule. Automate recurring tasks like dependency updates, security audits, or report generation.

seawork schedule create weekly-security \
  --cron "0 9 * * 1" \
  --agent codex \
  "Review dependency updates and file issues"

FAQ

Does Codex run on SeaWork’s servers?

No. Codex runs on your machine via the official CLI. SeaWork monitors and controls that local agent — prompts, diffs, and code stay on your hardware.

How is SeaWork different from using Codex only in the terminal?

The terminal is fine at your desk. SeaWork adds mobile and desktop control, multi-agent orchestration, and remote access over an E2E encrypted relay so long Codex runs don’t stall when you leave the keyboard.

Can I steer a GPT-5.6 Codex agent from my phone?

Yes. Create a Codex agent in SeaWork, pick a GPT-5.6 tier, and connect from iOS or Android to approve tools and send follow-ups while the agent stays on your machine.