Getting Started¶
Arqon Maestro is the voice control layer for the Arqon ecosystem. Its job is to turn spoken intent into concrete actions across editors, system windows, browser surfaces, and Arqon workflows.
Video placeholder: first-run setup and first command demo.
First Run Checklist¶
- Launch Arqon Maestro.
- Confirm your microphone meter moves in
Settings > General. - Focus the application you want Maestro to control.
- Turn listening on.
- Say a simple command such as
next line,undo, ornew tab.
What Happens When You Speak¶
flowchart LR
U[You speak] --> M[Arqon Maestro]
M --> A[Audio capture]
A --> T[Transcript and intent]
T --> C[Command alternatives]
C --> X[Best command executes] The Main Interaction Model¶
- Maestro sends commands to the application currently in focus.
- Most spoken commands follow an
action + selectorpattern. - A numbered alternatives list appears while Maestro interprets your speech.
- The first valid interpretation runs automatically unless you choose another one.
Good First Commands¶
next linego to line 10add function hello worldinsert equals value plus onedelete lineundo
Modes You Should Know¶
Command mode: interpret speech as structured commands.Type mode: force literal text and symbols exactly as spoken.Revision box: edit text or code in a dedicated popup, then send it into another app.Text input: type into Maestro first, then submit it as a request with alternatives.