← Projects

SuperVox

Voice-powered productivity TUI. Live call assistant + post-call analysis + agent chat. All in Rust.

cargo install supervox

Modes

Mode What it does
supervox live Real-time subtitles, translation, rolling summary, audio recording
supervox analyze <call.json> Post-call summary, action items, follow-up draft
supervox agent Chat with call history, search across past calls
supervox calls Browse past calls, open any in Analysis mode

Key Features

TUI Keybindings

Key Action
r / s Start/stop recording (Live)
f Generate follow-up email (Analysis)
c / C Copy analysis / follow-up to clipboard
p Play audio recording
h Open call history
? Help overlay

Stack

Rust 2024 edition. OpenAI Realtime API for STT. macOS system audio capture (system-audio-tap). Ratatui TUI. Local Ollama support.

Links

Sources

Related