Skip to content

Getting Started

Download

Get the latest release from GitHub Releases.

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

First Launch

  1. Open DeLive — on first launch you'll be taken to the Settings page.
  2. Choose a provider — select an ASR backend from the Service tab.
  3. Enter credentials — fill in the required API key or configure a local service. See the API Key Guide for step-by-step instructions.
  4. Test configuration — click Test Config to verify connectivity.
  5. Start recording — go to the Live view, click Start Recording, pick a screen/window with audio sharing enabled.

Live Transcription View

Windows SmartScreen

Windows may show a SmartScreen warning on first launch. Click More infoRun anyway. This is normal for newly distributed unsigned apps.

System Requirements

  • Windows 10+
  • macOS 13+
  • Linux with PulseAudio loopback support
  • At least one ASR provider configured (cloud API key or local service)

Provider Quick Setup

Cloud Providers

For detailed signup instructions and free tier info, see the API Key Guide.

ProviderWhat You Need
SonioxAPI key from soniox.com
VolcengineAPP ID and Access Token
GroqAPI key from groq.com
SiliconFlowAPI key from siliconflow.cn
DeepgramAPI key from deepgram.com
AssemblyAIAPI key from assemblyai.com
ElevenLabsAPI key from elevenlabs.io
GladiaAPI key from gladia.io
Mistral AIAPI key from mistral.ai
Cloudflare Workers AIAPI token + Account ID from cloudflare.com

Local Providers

ProviderWhat You Need
Local OpenAI-compatibleA service exposing /v1/models and /v1/audio/transcriptions (e.g. Ollama)
Local whisper.cppwhisper-server binary + a .bin or .gguf model — or let DeLive download them

Building from Source

bash
git clone https://github.com/XimilalaXiang/DeLive.git
cd DeLive
npm run install:all
npm run dev

npm run dev starts Vite and Electron together. The Volcengine proxy runs inside the Electron main process.

Released under the Apache 2.0 License.