Skip to main content

Compatibility

Soft-stable surfaces

The following are considered soft-stable. Breaking changes will be communicated in the changelog:

  • The 5-tab UI layout (Composer, Runs, History, Transcripts, Context)
  • The pre-send guard API (src/preSendGuard.ts input/output shape)
  • The Wispr ingestion endpoint (POST /api/wispr/ingest)
  • The Harness launch request shape (HarnessLaunchRequest)
  • The SQLite history schema (major changes only with migration)

Unstable surfaces

These may change without notice during the current phase:

  • Internal Brain recall query parameters
  • Transcript classification logic
  • UI styling and theme tokens
  • Environment variable names (prefer pinning a version)

Platform support

PlatformStatus
Windows 10/11 (WSL2 + WSLg)Primary
macOS 13+Supported
Ubuntu 22.04+Supported
Other LinuxBest-effort

Tauri version

The Tauri shell version is pinned in src-tauri/Cargo.toml. Major Tauri upgrades may require a rebuild of the native shell.