Grepedia
CO

CodeMote

CodeMote allows you to control Claude Code, Cursor, VS Code, and any CLI agent from your iPhone or iPad with a secure, direct, and private connection.

Score0
About

CodeMote is an iPhone and iPad application that enables developers to remotely control their own local coding environment—including VS Code, Cursor, and terminal-based AI agents—directly from their mobile devices. Created as a privacy-focused solution for remote development, it allows users to manage their full workspace, run command-line tools, and supervise AI coding assistants without needing to upload source code to the cloud or manage complex SSH configurations. The application establishes a direct, encrypted, one-to-one connection between the user's mobile device and their computer, ensuring that code, files, and git history remain local to the user's own machine at all times.

CodeMote functions by creating a secure tunnel that bridges the gap between a mobile device and a desktop workstation. Users install a companion extension in their editor or use a standalone CLI on any machine with Node.js. Once paired via a QR code, the mobile application provides a feature-rich interface to interact with the workstation, including a file browser, a live terminal, and a dedicated AI agent supervision dashboard. The app supports streaming terminal output, allowing developers to monitor long-running processes, build servers, or AI agents while away from their primary desk.

Some of the key features are:

  • Direct Control: Drive VS Code, Cursor, and any VS Code-compatible editor or fork from an iPhone or iPad.
  • Agent Supervision: Run and supervise any CLI-based AI coding agent, including Claude Code, Codex, and Gemini, with full visibility into their terminal activity.
  • Full Git Integration: Perform common git operations like staging, committing, pushing, branching, and reviewing pull requests directly through a native mobile UI.
  • Privacy-First Design: Ensure code and secrets never leave the local environment by using direct, encrypted peer-to-peer tunnels.
  • Native Chat Experience: Interact with AI agents through dedicated, conversational interfaces that support thread forking and personality customization.
  • Live Activities: Track the progress of long-running tasks or AI agents via Lock Screen Live Activities and push notifications.
  • Flexible Tunnels: Connect via various providers such as Cloudflare, ngrok, Tailscale, or devtunnel, depending on specific security and connectivity requirements.

To use the tool, developers install the CodeMote extension in their chosen IDE or the codemote-cli package via npm. After starting a session, a secure QR code is generated, which the user scans with the CodeMote iOS app to establish an encrypted link. Once paired, the user gains immediate mobile access to their workspace terminal, file tree, and git operations, enabling them to make edits, approve changes, or debug production issues without needing a laptop present.

Some common use cases include:

  • Remote Debugging: Triage and resolve production bugs while on the go by accessing the terminal, editing files, and running tests directly on a remote server or workstation.
  • Agentic Coding: Supervise and guide complex AI agent refactors or builds by approving or redirecting tasks from a phone when the agent requires input.
  • Code Reviewing: Review real git diffs, check file context, and merge pull requests away from a workstation.
  • Task Monitoring: Keep an eye on long-running dev servers or build processes by watching logs stream live in the mobile terminal tab.