.:.
  OPTA CODE
   ':'
feature Guide

Code Desktop Overview

Discover the Opta Code Desktop, a graphical interface for monitoring daemon activity, managing sessions, and controlling local intelligence.

Updated 2026-03-02

What is Code Desktop?

While the Opta CLI is terminal-native, Code Desktop provides a visual operations layer on the same daemon. It renders timeline events, tool calls, and streaming output for high-speed debugging and review.
Session Rail
Live Stream
Tool Events

Runtime Architecture

Code Desktop is a Vite + React app that communicates with daemon endpoints over localhost. The daemon then brokers calls to LMX, keeping transport and policy centralized.

Session Rail & Timeline

The left rail indexes active and historical sessions. Selecting a session opens a full timeline with model turns, tool invocations, and latency spans, making post-mortem analysis practical for autonomous runs.

Streaming + Performance Panels

During generation, Code Desktop surfaces token velocity, elapsed runtime, and event granularity. This gives immediate signal on regressions after model/config changes.

Use this panel as your first stop after dependency, model, or daemon policy changes.

Ops Workflow Integration

Optimal workflow: start or verify daemon in CLI, execute tasks, then use Code Desktop for visual debugging and replay. This prevents hidden failures and improves intervention speed when tools drift or prompts overreach.
opta status
opta do "run repo health check and summarize blockers"