Remote Control

Pocket Dev Environment — control your Mac from your phone

Full development toolkit on your phone over an encrypted relay.

  • AI chat (Copilot CLI + Claude CLI), shell, file browser, git ops
  • Build/test/lint with auto project detection (Node, Swift, Xcode)
  • System monitor: CPU, RAM, disk, battery, Xcode, ports
  • Multi-agent pipeline v3.7.0 with 18 commands, multi-repo orchestration, identity routing
  • Audit log, secret redaction, blocklist v2, safe mode
  • AES-256-GCM encryption via private GitHub Gist
  • Path-jailed file operations — only whitelisted project dirs
  • No tunnels or open ports — works on company laptops
Private RepositoryThis is a private repository. You need collaborator access to view the source code on GitHub.
~500ms
Latency
AES-256
Encryption
2
Engines
30+
Commands
Stable
Status

Tech Stack

Node.jsTypeScriptAES-256-GCMGitHub Gist APIVercelWeb Crypto API

How It Works

Data Flow
📱
Phone (Browser)
Type message or tap chip
🌐
Vercel API
POST /api/relay
🔐
GitHub Gist
AES-256-GCM encrypted JSON
💻
Mac CLI
Poll → decrypt → execute
🤖
AI Engine
Copilot CLI / Claude CLI
Command Types
💬AI Chat
Hello, help me with...
🖥️Shell
/ls -la ~/projects
📸Special
/screenshot
🔒Special
/lock
🚀Pipeline
multi-agent "#316"
Security
AES-256-GCMEnd-to-end encryption
URL Hash KeyNever sent to server
Private GistOnly token holder reads
1h ExpiryAuto-cleanup
KeychainToken from macOS Keychain
Quick Chips
Generalstatus, help, clear
Systemlock, sleep, screenshot
Smart Mobilebuild, test, lint
Multi-Agentpipeline, jira, issue
Remote Controlshutdown, restart

Features

AI Chat

  • Copilot CLI - default, free with GitHub Copilot license
  • Claude CLI - switch with one tap in header
  • Toggle between engines anytime during session

File Browser

  • /files - browse project directories with icons and sizes
  • /cat - read files with line numbers and range support
  • /edit - single-line edit (audit logged, blocked in safe mode)
  • /search - project-wide grep across source files
  • Path jail: only whitelisted directories accessible

Git Operations

  • /git status, diff, log, branch, stash (read-only)
  • /git commit, push, pr (write ops)
  • Identity auto-set per repo (personal vs work)
  • Force push blocked as security rule

Build & Test

  • /build - auto-detects Node.js, Swift, Xcode projects
  • /test - run test suite from phone
  • /lint - run project linter
  • Blocked in safe mode for safety

System Monitor

  • /monitor - CPU, RAM, disk, battery, uptime, versions
  • /xcode - version, processes, simulators, DerivedData
  • /ports - listening ports on dev machine
  • Real-time system health from your phone

Multi-Agent (v3.7.0)

  • 9-phase pipeline with 18 slash commands from phone
  • Multi-repo orchestration: multi-select picker, per-repo worktrees, cross-linked PRs
  • Platform identity routing: auto-picks git identity from repo origin URL
  • Push-must-succeed: rebase + retry + 4-option prompt
  • 5 modes: full, autopilot, --dev (Opus), dev-autopilot
  • CLI-aware parallel review: Claude Code runs Opus + Sonnet, Copilot CLI adds GPT-5.4
  • Progress updates every 15 seconds

Security

  • AES-256-GCM encryption, key never leaves URL hash
  • Audit log: every command logged locally
  • Secret filter: tokens/keys/passwords auto-redacted
  • Blocklist v2: 25+ patterns block credential theft/exfil
  • Safe mode (--safe): read-only commands only
  • Session auto-expires in 1 hour

Remote Control

  • /screenshot - capture screen, view on phone
  • /lock, /sleep, /shutdown, /restart with confirmations
  • Quick chips organized by category
  • Command history with ↑↓ navigation