Skip to content

What is DeLive?

DeLive is a desktop transcription workspace that captures system audio, routes it through the ASR backend that fits the job, keeps everything on your machine, and turns completed transcripts into a searchable AI-powered review workspace.

Key Capabilities

Multi-Provider ASR

DeLive supports six ASR backends behind a single unified interface:

ProviderTypeModeHighlights
Soniox V4CloudReal-time streamingToken-level transcription, real-time translation, bilingual captions, speaker diarization
VolcengineCloudReal-time streamingChinese-oriented; embedded proxy handles required headers
GroqCloudWindowed batchWhisper large-v3-turbo with quasi-realtime updates
SiliconFlowCloudWindowed batchSenseVoice, TeleSpeech, and Qwen Omni models
Local OpenAI-compatibleLocalWindowed batchWorks with Ollama or any /v1/audio/transcriptions endpoint
Local whisper.cppLocalElectron-managed runtimeFully offline; DeLive manages the binary and model lifecycle

AI Review Desk

After recording, sessions open in a full-page review workspace with four tabs:

  • Overview — AI briefing with summary, action items, keywords, chapters, title/tag suggestions
  • Transcript — Timestamped segments with speaker badges, export to TXT/Markdown/SRT/VTT
  • Chat — Multi-thread AI conversation with GFM Markdown rendering and code highlighting
  • Mind Map — Generate and edit Markmap-compatible Markdown, export SVG/PNG

Open Ecosystem

DeLive exposes its data through a local API:

  • REST API — 8 endpoints for sessions, topics, tags, and recording status
  • WebSocket — Real-time transcript streaming at /ws/live
  • MCP Server — Standalone stdio server for Claude Desktop, Cursor, and other AI agents
  • Agent Skill — Structured guidance for AI agents to use DeLive's capabilities

Local-First Architecture

  • Sessions stored in IndexedDB with an in-memory cache
  • API keys encrypted via Electron safeStorage
  • Context isolation, trusted IPC verification, CSP injection
  • Open API disabled by default with optional Bearer token authentication

Platforms

DeLive runs on Windows, macOS, and Linux.

PlatformFormats
Windows.exe installer, portable .exe
macOS.dmg (Intel x64 and Apple Silicon arm64)
Linux.AppImage, .deb

Released under the Apache 2.0 License.