Ultra-fast, 100% Offline & Privacy-First AI Bilingual Subtitle Creator
🌐 简体中文
💡 FinalSub is a next-generation desktop subtitle editor powered by Tauri 2.0, Rust, and React 19. It breaks through the "dependency hell" of traditional tools by providing a completely self-contained, out-of-the-box experience. From GPU-accelerated local transcription (ASR) and 18+ AI translation engines to visual proofreading and lossless FFmpeg hardsubbing, FinalSub streamlines your workflow into one seamless pipeline.
With so many subtitle tools out there, why choose FinalSub?
| Dimension | Online SaaS Platforms | Traditional CLI/Python Scripts | 🌟 FinalSub |
|---|---|---|---|
| Privacy & Security | ❌ Files uploaded to the cloud; risks leaking corporate or personal data | 🟢 Local execution, secure | 🟢 100% local transcription. Zero data leaves your device. Works completely offline. |
| Setup Barrier | 🟢 No installation required | ❌ Requires Python, Conda, Homebrew, and complex path setup. Prone to environment errors | 🟢 Zero dependencies. Built-in pre-signed FFmpeg and Whisper engines. Just extract and run. |
| Cost | ❌ Pay-per-minute or monthly subscriptions. Restrictive limits | 🟢 Free, but has a steep learning curve | 🟢 100% free and open-source. Supports free offline Ollama translation for zero-cost workflows. |
| Performance | 🟢 Cloud-based, friendly to low-end devices | 🟡 High CPU load. GPU acceleration requires complex setup | 🟢 Native macOS Metal & Accelerate acceleration. Near-instant transcription on M-series chips with low heat. |
| Pipeline Integration | 🟡 Transcription only; requires third-party video editors for hardsubbing | ❌ Disjointed scripts; tedious file copying between tools | 🟢 Extraction ➔ Transcription ➔ AI Translation ➔ Proofreading ➔ Hardsubbing, all in one app. |
- Metal GPU Acceleration: Powered by
whisper.cppwith native Metal and Accelerate hardware acceleration on Apple Silicon (M1/M2/M3/M4). Transcribe a 7-second audio clip in under a second! - Smart Model Management: Place
ggml-*.binmodels of any size into the model directory (with helpful path guides in the UI), and the app will instantly scan and switch between them. - Flexible Engines: Supports Whisper.cpp native inference and provides built-in integration for Parakeet MLX to fit all transcription needs.
Translate your transcriptions into elegant, natural bilingual subtitles with the AI model of your choice:
- LLM Integration: Supports DeepSeek (V3/R1), Doubao (Volcano Engine), Gemini, Qwen (Tongyi Qianwen), SiliconFlow, Azure OpenAI, and custom OpenAI-compatible endpoints.
- Zero-Cost Local AI: Deep integration with Ollama. If you run Ollama locally, you can call your local models for high-quality translation completely free of charge—no API key required.
- Professional Translators: Access DeepLX (built-in, keyless, zero-config), Microsoft Translator, Google Translate, Baidu, Tencent, Volcano, Xiaoniu, Xunfei, and more.
- Secure Key Storage: Uses macOS Keychain / Windows Credential Manager to safely encrypt all API keys. Your keys are never stored in plaintext config files or exposed to the frontend.
- Say goodbye to text editors! Built-in subtitle editor designed for efficient editing.
- Media-Subtitle Linkage: Subtitle rows highlight dynamically in sync with the video playback.
- Speedy Editing: Easily split, merge, and search-and-replace subtitle cards.
- Timeline Shift: Adjust time offsets for the entire timeline or selected areas to resolve audio-visual sync issues.
- Bundled with Universal architecture static high-version
ffmpegsidecars. No need to install FFmpeg globally. - Hardsub generated
SRTorVTTfiles into original videos in one click. - Includes presets for font styles and colors, allowing lossless and fast video rendering.
- Import and export freely between SRT, VTT, ASS, LRC (lyrics), and TXT (meeting minutes).
Go to the Releases page, download the installation package (e.g., Mac .dmg or Windows equivalent), extract it, and launch.
- Navigate to the "Models" page.
- Follow the links to download the Whisper models of your choice (e.g.,
ggml-base.binorggml-medium.bin). - Click "Open Model Folder", drop the
.binfiles inside, and hit refresh. The app will auto-detect and load them.
- Return to the "Tasks" page and drop your video or audio file.
- Select the input language (or choose Auto-detect).
- (Optional) Turn on translation, then configure and test your chosen AI translation engine.
- Click "Start Task". Monitor ASR and translation progress in the "Queue" page, edit in the "Proofread" page, and burn it into the video in the "Merge" page!
FinalSub leverages cutting-edge technology for maximum performance and a tiny memory footprint:
- Core Framework: Tauri 2.0 (Rust-based cross-platform runtime, avoiding Electron's bloat)
- Frontend: React 19 + TypeScript
- CSS Framework: TailwindCSS 4.0
- ASR Engine: Whisper.cpp (Efficient GGML C/C++ port)
- Media Processor: FFmpeg 7.x (Pre-signed Universal static Thin Sidecar)
- Security Backend: Rust keyring crate for system-native Keychain communication
Your privacy is our priority.
- FinalSub is a 100% local client application.
- Your media files, transcripts, and cached tasks are stored locally on your device and never uploaded to any third-party servers.
- Only when you explicitly configure and enable a cloud translation API (like DeepSeek, Gemini, etc.) will the specific subtitle text be securely sent to the official API endpoints. No other network requests are made.
Why Sponsor FinalSub?
FinalSub is built on a simple promise: complete privacy, total tool control, and zero recurring fees. Keeping this project 100% local, free, and open-source requires continuous dedication, and your support directly fuels our journey:
- Save on Subscription Fees: Instead of paying SaaS platforms per minute of transcription or subscribing to expensive monthly plans, FinalSub utilizes your local GPU/CPU. We help content creators and developers save hundreds of dollars annually.
- Ongoing Maintenance & Testing Effort: To provide a seamless "just unzip and run" experience, we spend significant time and effort compiling multi-architecture sidecars, adapting to different OS updates, and conducting real-device compatibility testing.
- Backing the Future of Offline AI: Your donations directly support the research and implementation of next-gen offline local LLM integrations, enhanced VAD algorithms, and keeping this app free of trackers and ads.
If FinalSub has saved your time, protected your data, or simplified your workflow, please consider:
- 🌟 Giving us a Star (It really helps boost our visibility!).
- ☕ Buying us a coffee to support our continuous time and effort spent on maintenance and testing (please mention your GitHub account).
| PayPal | WeChat Sponsor |
|---|---|
![]() |
![]() |
- FinalSub's early architectural design and some feature concepts were inspired by the excellent open-source project SmartSub (MIT licensed, Copyright (c) 2024 Lin Xiaodong). We express our sincere gratitude!
- For a full list of third-party licenses, see THIRD_PARTY_NOTICES.md.
- This project is licensed under the MIT License.
💡 Want to learn more about the architecture or build from source?
Check out our 📖 Developer Guide (docs/DEVELOPMENT.md).

