Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 2.07 KB

File metadata and controls

46 lines (28 loc) · 2.07 KB

WhisperCode

iOS & Android port of OpenCode — true to the OpenCode desktop experience.

Quick Start

  1. Install WhisperCode:

  2. On your dev machine, run:

    opencode web --hostname 0.0.0.0
    
    Screenshot 2026-02-20 at 11 24 33 PM
  3. The server will output an IP address and port (e.g. http://192.168.1.x:port)

  4. Add that address to the WhisperCode app on your iPhone to connect

    Screenshot 2026-02-20 at 11 27 08 PM

By default, your phone and dev machine must be on the same network. You can use a VPS or Tailscale to connect from anywhere.

What is this?

WhisperCode is a fork of OpenCode that adds iOS & Android support. It brings the full open-source AI coding agent to your phone & tablet.

Key features

  • WhisperKit speech-to-text — voice input for hands-free coding
  • Custom keyboard shortcuts — adapted for mobile
  • Mobile UI tweaks — e.g. always-visible search bar
  • Push Notifications - notifies you whenever your session needs attention.

Philosophy

WhisperCode is a mobile port that stays true to the desktop experience. Desktop updates from upstream are regularly synced in; mobile improvements are pushed upstream to benefit desktop users too.

Privacy

WhisperCode does not collect, transmit, or store any analytics, telemetry, or personal data. There are no third-party tracking SDKs, no crash reporting services, and no usage metrics of any kind. Your code and conversations stay entirely between your device and your development server.

Upstream

OpenCode