Claude-Control: Mobile Remote Control for Claude Code Sessions

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
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
👀 See Also

Compass Chrome Extension Adds Navigation Tools to Claude and ChatGPT
A developer built a free Chrome extension called Compass that adds a prompt minimap, sticky scroll headers, session checklists, and prompt builder templates to Claude and ChatGPT interfaces to solve navigation problems in long conversations.

Routerly: Self-Hosted LLM Gateway with Runtime Routing Policies and Budget Control
Routerly is a free, open-source, self-hosted LLM gateway that provides runtime model selection based on routing policies like cheapest, fastest, or most capable, along with project-level budget limits with per-token tracking. It's OpenAI-compatible for drop-in use with tools like Cursor, LangChain, and Open WebUI.

PromptFlow Voice: Speak Hindi, Get Structured Claude Code Prompts — Built with Claude Code
A developer used Claude Code and Codex to build PromptFlow Voice — a desktop app that converts natural Hindi speech into structured dev prompts for Claude Code, or ready-to-send emails for Gmail. The demo shows a Hindi voice request producing an English Claude Code prompt about socket reconnection logic with exponential backoff.
Experiential: Open Source Model Gateway with Smart Routing
Experiential is an open source gateway that unifies hosted, BYOK, and local models. It routes traffic based on cost/quality using simulated rollouts and OTel traces, with under 1ms overhead for BYOK requests.