Mobile & Remote Access

Overview

Access Open Poet from your phone, tablet, or any device. The mobile interface is optimized for touch, supports voice input, and can be installed as a native-like app on your home screen. Secure remote access lets you manage your projects from anywhere.

Mobile Interface

The mobile UI is optimized for touch interaction:

Mobile Terminal

The mobile terminal provides a complete interactive experience:

Voice Input

Open Poet includes built-in voice-to-text transcription powered by OpenAI Whisper or Groq:

Setup

Provide your API key via CLI flag or environment variable:

Enable voice transcription
# Via CLI flag (OpenAI)
openpoet -openai-key sk-...

# Or via environment variable
export OPENAI_API_KEY=sk-...
openpoet

You can also use Groq as an alternative voice provider by setting GROQ_API_KEY and selecting it in Settings.

Usage

Behavior

PWA Installation

Open Poet works as a Progressive Web App for a native-like experience:

Remote Access

Access your Open Poet instance from anywhere using the built-in tunnel system:

  1. Enable remote access in Settings > Remote Access.
  2. All HTTP and WebSocket traffic is proxied securely through the tunnel.

Device Pairing

Pair mobile devices to your Open Poet instance using two methods:

MethodHow it works
QR CodeScan the QR code displayed on the desktop pairing screen with your phone's camera.
6-Digit CodeEnter the 6-digit code shown on the desktop into the mobile pairing screen.

Paired devices receive a JWT token valid for 30 days. You can revoke device access at any time from the Settings panel.

Security

Themes

Open Poet includes 13 built-in themes for both desktop and mobile. See the full list on the Configuration page.

Switch themes from Settings > Appearance. The selected theme persists across sessions and syncs with the PWA.