Skip to content

What is Synthezia?

import FeatureStatus from ‘../../../components/FeatureStatus.astro’;

Synthezia is a local-first desktop application for importing audio or video, recording from a microphone, transcribing speech, and working with AI-assisted summaries and chat.

  1. Import a local media file or create a microphone recording.
  2. Let Synthezia normalize the audio and transcribe it with a local Whisper model.
  3. Review the transcript and add session context such as a title, date, participants, or notes.
  4. Generate a structured summary, ask questions about that session, or use Global Chat across indexed sessions.

Local Mode uses local Whisper and Ollama models. After the required models are installed, these processing steps can run without an external AI provider.

External API is opt-in. It routes supported summaries, chat, and embedding operations to the OpenAI-compatible endpoint you configure. That can send transcript, prompt, conversation, and retrieved-context data to that provider.

Synthezia is a beta product. Generated text can be incomplete or wrong and must be reviewed before you use it for a decision or record. The current application does not provide a verified speaker-diarization workflow or general transcript export.