在手机上用 Claude Code 交付

随处启动智能体、查看进度并完成合并。你的 Claude Code 环境、你的机器,就在口袋里。

在远程机器上运行智能体
npm install -g @seawork/cli && seawork
支持
Claude CodeCodexGrok
自托管守护进程端对端加密中继原生智能体 CLI
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

想离开桌面时,随时可以。

原生移动应用与桌面端功能完全一致。

为任务选择最佳智能体

通过单一界面运行多个提供商。SeaWork 以原生方式运行智能体,保留你的技能、配置和 MCP 服务器。

Claude Code

长上下文推理与审查

Codex

真实仓库中的快速修改

Grok

快速、开源权重的构建

原生 CLI 保持不变:技能、配置、认证和 MCP 服务器都仍然属于你。

随处掌控你的智能体

在笔记本、虚拟机或开发服务器上运行智能体,通过直连或端对端加密中继从任意设备控制。

Desktop
Web
Mobile
CLI

端对端加密中继

直接连接

MacBook Pro
Hetzner VM
Dev server

键盘优先

每个操作都有快捷键。面板、分屏、智能体——全部通过键盘完成。

命令界面
切换面板
1-9
垂直分屏
D
水平分屏
ShiftD
关闭面板
W
新建智能体
N
命令面板
K

本地语音

完全本地化的语音栈。语音转文字和文字转语音完全在本机运行,数据不离开你的网络。

本地语音管线离线优先

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.

完全可脚本化

应用内能做的一切,终端里都能做。

完整 CLI 参考

运行智能体

在本地或任意远程主机上启动智能体。--worktree 参数会创建隔离的 git 分支,让你在同一仓库上并行运行多个智能体而不产生冲突。

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

循环

让一个智能体执行任务,另一个验证结果,循环直到通过。内置支持,无需编写 shell 脚本。

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

定时任务

按 cron 计划运行智能体。自动化依赖更新、安全审计或报告生成等周期性任务。

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

常见问题

Claude Code 会在 SeaWork 的服务器上运行吗?

不会。Claude Code 通过官方 CLI 在你的机器上运行。SeaWork 守护进程与应用只负责控制与监控该本地进程——代码仍留在本地。

这和 Anthropic 的 Claude Code Remote Control 有什么不同?

Anthropic Remote Control 是官方、仅支持 Claude。SeaWork 是本地优先,同时支持 Claude Code、Codex 与 Grok Build,可用自托管守护进程与可选端到端加密中继,在同一手机应用里管理多提供商工作流。

我能在手机上审批工具并查看 diff 吗?

可以。把 SeaWork 移动应用与守护进程配对后,你就能查看进度、处理权限提示,并在离开电脑时继续引导长时间 Claude Code 任务。