#313 · Primary category: AI Coding Assistants
ccpocket
Mobile client for Codex and Claude — control coding agents from your phone via WebSocket bridge
Project last updated:08/29/26
GitHub Stars
1.0K
Forks
101
Contributors
15
License
MIT
Why we included this project
CC Pocket is a phone-first remote control for Codex and Claude Code sessions. You run a small Bridge Server on the same machine as the agent CLI, then pair the Flutter app (iOS, iPadOS, Android, desktop) by scanning a QR code. From the phone you can start or resume sessions, approve command and file-edit requests, answer agent questions, review git and image diffs, and stage, commit, or push changes. The app queues outgoing messages and re-sends them after reconnecting, which helps on flaky networks. Teams that want a custom internal client can fork it and reuse the bridge sync layer, approval flow, and git tooling rather than rebuilding those pieces.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.