Claude-Control: Mobile Remote Control for Claude Code Sessions

✍️ OpenClawRadar📅 Published: April 16, 2026🔗 Source
Claude-Control: Mobile Remote Control for Claude Code Sessions
Ad

Claude-control is an open-source mobile remote control for Claude Code that addresses the problem of sessions idling while you're away from your desk. The tool enables control of Claude Code sessions from your phone using HTTPS and WebSocket connections.

How It Works

The system uses a Node.js server with Express, node-pty, and tmux running on your machine. A React client with xterm.js renders the terminal in your browser, while WebSocket streams PTY output in real time. Sessions live in tmux, ensuring both your terminal and phone display the same content.

Key Features

  • Runs Claude Code in a real PTY (required for interactive mode) inside tmux
  • Detects permission prompts and sends push notifications to your phone
  • Provides Allow/Deny buttons directly from notifications or within the app
  • Includes tiling window manager for multiple concurrent sessions
  • Supports voice input via Web Speech API
  • PWA installable on iPhone/Android without app store requirements
  • CLI tool (cc) to create, list, attach, and kill sessions
Ad

Technical Details

The tool works on macOS and Linux, with Windows support available via WSL. The GitHub repository contains the complete source code and documentation for setup and usage.

This type of tool is useful for developers who use AI coding assistants and need to manage sessions remotely, particularly when Claude Code requires permission prompts that would otherwise stall progress.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

OpenClaw Plugin Connects AI Agents to Meshtastic Radio Mesh for Off-Grid Operation
Tools

OpenClaw Plugin Connects AI Agents to Meshtastic Radio Mesh for Off-Grid Operation

A new open-source plugin bridges the OpenClaw framework with Meshtastic's LoRa radio mesh network, enabling AI conversations, API queries, and device control without internet or cellular connectivity.

OpenClawRadar
Zora: Offline-First AI Agent with Default-Deny Security and Local Memory
Tools

Zora: Offline-First AI Agent with Default-Deny Security and Local Memory

Zora is an AI agent that runs fully offline via Ollama by default, starts with zero access permissions, and maintains persistent memory across sessions. It addresses security and cost issues seen in other agents.

OpenClawRadar
Scaling Karpathy's Autoresearch with 16 GPUs: Results and Methods
Tools

Scaling Karpathy's Autoresearch with 16 GPUs: Results and Methods

The SkyPilot team gave Claude Code access to 16 GPUs on a Kubernetes cluster to run Karpathy's Autoresearch project. Over 8 hours, the agent submitted ~910 experiments, reduced validation bits per byte from 1.003 to 0.974 (2.87% improvement), and reached the best validation loss 9x faster than sequential execution.

OpenClawRadar
Keyoku Plugin Replaces OpenClaw's Static Heartbeat with Memory-Driven Autonomy
Tools

Keyoku Plugin Replaces OpenClaw's Static Heartbeat with Memory-Driven Autonomy

Keyoku is a free OpenClaw plugin that changes the agent's heartbeat from reading a static HEARTBEAT.md file to scanning the agent's actual memory store for stalled work, dropped commitments, conflicting information, and quiet relationships. It uses a local Go engine with SQLite + HNSW and offers three autonomy levels: observe, suggest, and act.

OpenClawRadar