Skip to content

ReCursor documentation

Documentation

Mobile companion for AI coding workflows

ReCursor is a Flutter app with OpenCode-like UI for Claude Code and other AI assistants. Bridge-first, no-login—connects to your user-controlled desktop bridge via secure tunnel.

Source of truth: The canonical documentation lives in docs-site/src/content/docs/ in this repository.

Getting started

Documentation entry points and publishing guidance.

Architecture

System overview, bridge protocol, data flow, and project structure.

Integrations

Supported Claude Code Hooks, Agent SDK, and OpenCode UI pattern references.

Operations

Security, offline behavior, testing, notifications, and CI/CD guidance.

Reference

Bridge HTTP API, error taxonomy, and cross-language type contracts.

Legal

Privacy policy and terms of service drafts for future release readiness.

  • ReCursor is a mobile-first companion UI for AI coding workflows.
  • The app follows a bridge-first, no-login model that connects to a user-controlled desktop bridge.
  • Claude Code Hooks are documented as one-way observation only.
  • Claude Agent SDK is documented as a parallel, controllable session model.
  • Third-party mirroring of first-party Claude Code Remote Control sessions is treated as unsupported unless official documentation changes.