AI Skill Hub 强烈推荐:AI工作流 是一款优质的Agent工作流。AI 综合评分 8.0 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
AI工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
AI工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 克隆仓库 git clone https://github.com/heypandax/cc-pocket cd cc-pocket # 查看安装说明 cat README.md # 按 README 完成环境依赖安装后即可使用
# 查看帮助 cc-pocket --help # 基本运行 cc-pocket [options] <input> # 详细使用说明请查阅文档 # https://github.com/heypandax/cc-pocket
# cc-pocket 配置说明 # 查看配置选项 cc-pocket --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export CC_POCKET_CONFIG="/path/to/config.yml"
English | 简体中文
Drive Claude Code — or OpenAI Codex — on your computer from your phone, from anywhere, not just your LAN. Start/resume sessions, browse working directories, send prompts, and approve or deny the agent's tool-permission requests remotely. Pick your agent (Claude or Codex) per session; either way, streaming output, command and file-change approvals, and interrupts all work the same. Traffic flows through a zero-knowledge relay that only ever forwards end-to-end-encrypted ciphertext. Clean-room Kotlin, MIT.
🌐 Website: <https://heypandax.github.io/cc-pocket/> · 📱 Get the app: App Store (iPhone & iPad) · Android APK (GitHub Releases) · 🖥️ Desktop app: macOS (.dmg, signed) · Windows (.msi)
The relay pairs phone ↔ computer and routes opaque encrypted frames between them; it holds no message content and no private keys. The phone and the daemon run an end-to-end session (P-256 ECDH + HKDF + AES-256-GCM, an X3DH/Noise-style handshake) so plaintext never leaves the two trusted endpoints.
Two pieces: the app on your phone, and a hosted-relay daemon on your computer.
1. Get the app on your phone — App Store for iPhone & iPad, or the Android APK from GitHub Releases. (On a phone, the website links straight to the store; on a computer it shows a QR to scan.)
Or get the desktop app — cc-pocket also runs on your computer (drive another machine from it): macOS .dmg (Apple Silicon · signed & notarized) · Windows .msi (unsigned — SmartScreen → "More info → Run anyway"). Linux desktop: build from source.
2. Install the daemon on your computer — the relay is hosted for you.
macOS (Apple Silicon and Intel — each gets its own signed, notarized build):
curl -fsSL https://raw.githubusercontent.com/heypandax/cc-pocket/main/scripts/install.sh | bash
cc-pocket-daemon pair # prints a QR + 6-digit code
The installer verifies the download against the release's SHA256SUMS, installs under ~/.local (one dir per version, Claude Code-style), and registers the launchd service — runs on login, auto-reconnects. Then pair your phone (open the app, scan the QR or type the 6-digit code) — full walkthrough in docs/USAGE.md. Upgrade with cc-pocket-daemon update (the daemon checks daily and notifies your phone; add --auto-update to run to apply silently).
Prefer Homebrew? brew install --cask heypandax/tap/cc-pocket does the same (upgrade via brew upgrade --cask heypandax/tap/cc-pocket — full name, there's an unrelated cask named cc-pocket).
Linux (x86_64) is one-click too:
curl -fsSL https://raw.githubusercontent.com/heypandax/cc-pocket/main/scripts/install.sh | bash
cc-pocket-daemon pair # prints a QR + 6-digit code
The installer pulls a self-contained tarball (bundled JRE — no system Java) from GitHub Releases, drops it under ~/.local, and registers a systemd --user service; upgrade with cc-pocket-daemon update (or re-run it). Voice transcription on Linux uses ffmpeg instead of macOS's built-in afconvert.
Windows (x86_64) is one line too (needs the Claude Code CLI installed — the daemon drives it):
irm https://raw.githubusercontent.com/heypandax/cc-pocket/main/scripts/install.ps1 | iex
That downloads the latest self-contained build, registers a logon Scheduled Task (the daemon runs in the background, connecting to the hosted relay), and drops straight into pairing — one command does install + start + pair. Upgrade with cc-pocket-daemon update (or re-run the same line).
Prefer Scoop? Same result:
scoop bucket add heypandax https://github.com/heypandax/scoop-bucket
scoop install cc-pocket-daemon
cc-pocket-daemon pair # prints a QR + 6-digit code
Upgrade with scoop update cc-pocket-daemon. Other architectures (Linux arm64): build from source — see Quick start.
Requires JDK 17 and an installed, logged-in claude CLI.
Local single-machine (no relay), for development:
```bash ./gradlew :protocol:check # protocol contract test ./gradlew :daemon:run --args="run" # daemon — local WebSocket on 127.0.0.1:8765 ./gradlew :daemon:run --args="test-client" # drive it against the real claude
| Module | What | Stack |
|---|---|---|
:protocol | Shared wire protocol (pocket/* frames) — single source of truth | Kotlin Multiplatform + kotlinx.serialization |
:daemon | Runs on your computer; drives claude as a subprocess, dials out to the relay | Kotlin/JVM + Ktor |
:relay | Cloud broker: device-key pairing, ciphertext routing, multi-tenant, rate-limited | Kotlin/JVM + Ktor + SQLite |
:mobile | The CC Pocket app | Compose Multiplatform — Android · iOS · desktop |
开源AI工作流项目,支持多种AI模型
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
总体来看,AI工作流 是一款质量优秀的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | cc-pocket |
| Topics | ai-agentai-coding-assistantandroidanthropicclaudekotlin |
| GitHub | https://github.com/heypandax/cc-pocket |
| License | MIT |
| 语言 | Kotlin |
收录时间:2026-07-02 · 更新时间:2026-07-02 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端