Cconnect
Description
Mobile, desktop & web client for Claude Code - drive sessions, manage plugins, browse files, watch the PC live
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
CConnect
Mobile, desktop and web interface for **Claude Code**. Drive Claude Code running on your PC — sessions, files, projects, file edits, interactive permission prompts — from an Android app, a desktop app for Windows, Linux and macOS, or any browser, locally over Tailscale or publicly over a Tailscale Funnel.
[Android / Desktop / Web client] ──HTTP/WS──> [Backend :8723 on the PC] ──Agent SDK──> [Claude Code]
Structure
cconnect/
├── backend/ # FastAPI bridge (Python) — see backend/CLAUDE.md
└── tauri/ # Desktop, web and Android app (Svelte + Tauri) — Windows, Linux, macOS, the browser and Android — see tauri/CLAUDE.md
The desktop, web and Android apps are one Svelte + Tauri codebase: the desktop build is a native installer per OS, and the web build is the same UI hosted as a static site (see [Web app](#web-app)). The assets are named `cconnect-tauri`.
Run modes
The backend runs local or public, and public has two providers. All of them use the same `python run.py` entry.
Local HTTP (no auth)
cd backend
python -m venv .venv && source .venv/Scripts/activate
pip install -e .
python run.py
- Backend listens on
:8723, no auth. - From the same machine — the desktop app, or a browser on the PC — use
http://localhost:8723. Nothing else to install. - From another device, both it and the PC need Tailscale, signed into the
same account: connect to the PC's tailnet IP (
100.x.x.x) shown in the Tailscale app, e.g.http://100.x.x.x:8723. No funnel needed. Tailscale is how your phone reaches the PC here, not something the backend itself requires.
Public HTTPS (token-gated, exposes the PC over the internet)
python run.py --expose tailscale
What this does:
- Runs
tailscale upandtailscale funnel --bg 8723to publish the backend athttps://..ts.net(port 443). - If
PUBLIC_ACCESS_TOKENis unset, generates one and persists it inbackend/.env(
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11