Flungus is a macOS 14.4+ menu bar app that captures system audio, streams it to ElevenLabs for realtime transcription, and shows live captions in a notch-style overlay. You can select words or phrases in the overlay to trigger an OpenAI-powered translation into the configured target language.
- Captures system audio using the macOS process tap APIs.
- Streams audio to ElevenLabs realtime STT for live captions.
- Displays captions in a floating notch panel.
- Supports selection-based translation via OpenAI with structured output.
- Stores API keys locally for quick startup.
- macOS 14.4 or newer.
- ElevenLabs API key.
- OpenAI API key.
- Build the app:
swift build - Run it from Xcode or your preferred workflow.
- Enter API keys when prompted.