Import
Drop in any video or audio file.
Keevo is a desktop transcription and subtitle tool built for content creators and video producers. It processes video locally using an on-device speech recognition model, generates timestamped transcripts, and exports subtitle files in multiple formats — no cloud uploads, no API costs, no privacy concerns.
Built for freelance video editors, podcasters and content teams who process sensitive recordings and want full ownership of their workflow without subscription costs.
Freelance editors, content teams and podcasters who need fast, private transcription without recurring API costs
Tauri shell (Rust core) with a React renderer in the system webview. The speech model runs in a Rust worker spawned from the Tauri backend, with results streamed to the renderer via IPC as segments complete. SQLite stores project state locally.
Drop in any video or audio file.
On-device model runs, segments stream in.
Correct words and adjust timestamps in the timeline.
SRT, VTT or plain text — ready to drop into any editor.
A quantized speech model runs entirely on the local machine in a Rust worker spawned by the Tauri backend — no API keys, no uploads, no recurring costs.
Correct model output in a synchronized transcript editor — clicking any word seeks the video, so review is fast.
Export to SRT, WebVTT or plain text with a single click — ready to import into Premiere, Final Cut, DaVinci or any subtitle tool.
The pipeline extracts audio via ffmpeg, chunks it into overlapping segments, runs inference in a worker pool, merges results with a timestamp reconciliation pass, then surfaces them in the editor. Subtitle export supports SRT, VTT and plain text.
Shipped a production Rust-side inference pipeline inside Tauri without blocking the UI thread.
Processes an hour of footage in under 4 minutes via a worker-pool inference architecture.
Zero cloud dependency — all processing stays local, making it viable for client and sensitive recordings.
Native binary packaging for both macOS and Windows via Tauri's single build pipeline.
Bring me your idea or half-built project. We'll scope it, design it and ship it — using the same workflow behind Keevo.