cybersealnull/cccompanion — explained in plain English
Analysis updated 2026-05-18
Send coding requests to Claude Code on your Mac from your iPhone.
Check on a long-running AI coding task without sitting at your computer.
View a live terminal feed of what Claude Code is doing on your Mac.
Run multiple Claude Code sessions and switch between them with slash commands.
| cybersealnull/cccompanion | pylogmon/istart | bleeeet/termipet | |
|---|---|---|---|
| Stars | 31 | 31 | 33 |
| Language | Swift | Swift | Swift |
| Setup difficulty | hard | moderate | easy |
| Complexity | 4/5 | 2/5 | 3/5 |
| Audience | developer | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a Mac with Claude Code installed, Xcode to build the app, and a network like Tailscale linking the phone and Mac.
CcCompanion is an unofficial open-source iOS app that lets you use Claude Code, an AI coding assistant that normally runs in a terminal on your Mac, from your iPhone, wherever you are. It has two pieces: a SwiftUI iPhone app and a small Python server that runs on your Mac. When you send a message from your iPhone, the server relays it to Claude Code running in a terminal session on your Mac, captures the reply, and pushes it back to your phone via push notifications. The whole setup is local-first, meaning your messages never pass through any third-party cloud, your Mac talks directly to your iPhone over a private network like Tailscale, ZeroTier, or your home Wi-Fi. The iPhone app supports chat with history and search, a terminal view to see what Claude is doing, and slash commands for managing sessions. You would use this if you want to kick off coding tasks from your phone or check on a long-running AI task without sitting at your computer. It requires a Mac with Claude Code installed and an iPhone running iOS 18 or later.
An unofficial iOS app that lets you use Claude Code remotely from your iPhone via your own Mac.
Mainly Swift. The stack also includes Swift, SwiftUI, Python.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.