Remote control for terminal AI 远程掌控终端 AI
Run Claude Code or Codex from anywhere without breaking flow. 让 Claude Code 或 Codex 持续运行,你离开电脑后也能随时接管。
Start a coding session on your Mac. Step away. Review output, approve permissions, and switch control from your phone when the agent needs you. 在 Mac 上启动编码会话后,你可以离开工位。Agent 需要你时,用手机查看输出、批准权限, 然后再无缝切回键盘继续工作。
- Open source 开源可审计
- End-to-end encrypted 端到端加密
- macOS desktop app + CLI + mobile control macOS 桌面端 + CLI + 手机远程控制
Use `contana` instead of `claude` or `codex`. 把 `claude` 或 `codex` 换成 `contana`。
Receive notifications when the session blocks on permission or errors. 当会话卡在权限确认或错误时,立刻收到通知。
Resume from desktop instantly with a single keypress. 回到电脑后按任意键即可立即恢复控制。
How it works 工作方式
One session, two devices, no handoff ceremony. 一个会话,两台设备,不需要繁琐切换流程。
Step 1
Start locally 先在本地启动
Launch Claude Code or Codex through Contana on your Mac and keep the real session in your own workspace. 在你的 Mac 上通过 Contana 启动 Claude Code 或 Codex,把真实会话保留在你自己的工作区里。
Step 2
Stay in the loop remotely 远程保持掌控
Check progress, read agent output, and handle permission prompts from your phone while you are away from the desk. 离开工位时,用手机查看进度、阅读 agent 输出,并处理权限确认请求。
Step 3
Return without friction 无缝回到桌面
As soon as you are back at the keyboard, press any key and continue the exact same session locally. 回到键盘前时,按任意键就能继续同一个会话,不需要重新接管或重新登录。
Why it feels different 为什么它更适合真实工作流
Built for real coding sessions, not for demo screenshots. 它是为真实编码会话设计的,不是为了做演示截图而拼出来的。
Own your stack 掌控整套链路
Open source by default. 默认开源,不做黑箱。
Audit the code, self-host the backend, and keep distribution under your control. Contana is not a black-box wrapper around your terminal workflow. 你可以审计代码、自建后端,并把分发入口掌握在自己手里。 Contana 不是套在终端外面的黑盒包装层。
Trust 可信
End-to-end encrypted. 端到端加密。
Your session data is designed to stay encrypted between the devices you control. 会话数据尽量只在你控制的设备之间以加密方式传递。
Speed 效率
Push when it matters. 只在关键时刻提醒你。
Instead of babysitting the terminal, only check in when the agent actually needs you. 不用一直盯着终端,只有 agent 真正需要你时才回来处理。
Native 原生
macOS app included. 提供 macOS 原生应用。
Ship a desktop build for focused use on Mac while keeping the CLI-first workflow intact. 在保留 CLI 工作流的同时,提供专注场景下更舒服的桌面端入口。
Install 安装
Start with the CLI, then add the app when you want mobility. 先装 CLI,再按需加上桌面端和手机端。
CLI
Install the command you will use every day. 先安装你每天都会用到的命令。
npm install -g contana@latest
Then run contana instead of claude, or
contana codex instead of codex.
之后把 claude 换成 contana,
或把 codex 换成 contana codex。
Download 下载
Get the latest macOS build. 获取最新 macOS 版本。
Use the stable Contana download endpoint instead of a third-party release page. 使用 Contana 自己的稳定下载地址,而不是跳到第三方发布页面。
Download latest .dmg 下载最新 .dmgGuide 指南
Daemon and project directory setup. 守护进程与项目目录设置。
Open the install guide for daemon commands and the exact way to run Contana inside a chosen project directory. 打开安装指南,查看守护进程命令,以及如何在指定项目目录里运行 Contana。
Open install guide 打开安装指南Ready 开始使用