Create high‑quality subtitles with one click. AutoSubs delivers fast, accurate, and fully customisable subtitles in a sleek, intuitive interface. Now works with Davinci Resolve and standalone.
📥 One‑Click Installer: Windows ✨ macOS (Apple Silicon) ✨ macOS (Intel)
💡 100,000+ downloads so far!
- New, cleaner UI — Easier to use and more consistent.
- Faster + lighter — Quicker diarization and ~3× lower idle memory on a new Rust backend.
- Smarter models — More choices, easy delete, and clear status badges.
- Better timing — Accurate with variable frame rates and drop‑frame.
- Standalone mode — Transcribe any audio/video file, no Resolve required.
- Powerful editors — Modern subtitle editor and advanced speaker styling (per‑speaker tracks, fill/outline/border).
- Flexible viewing — Multi‑line subtitles and a resizable desktop viewer.
- Fast, accurate transcription in many languages.
- Speaker diarization & labels with automatic colors.
- English translation (more languages coming soon).
- Creator‑friendly UI with smart defaults and pro controls.
Generate Subtitles & Label Speakers | Advanced Settings |
---|---|
![]() |
![]() |
🪟 Windows + 🍎 macOS: Download the installer for your platform from the links above and follow the prompts.
🐧 Linux (.deb): Download and install the latest release with:
wget https://github.com/tmoroney/auto-subs/releases/latest/download/AutoSubs-linux-x86_64.deb
sudo apt install ./AutoSubs-linux-x86_64.deb
# If you see dependency errors, run:
sudo dpkg -i AutoSubs-linux-x86_64.deb && sudo apt -f install
-
Launch AutoSubs.
-
Select an audio/video file.
-
Pick your model and language/translation options.
-
Click Transcribe. Edit speakers/subtitles as needed.
-
Export subtitles (e.g., to files) or copy text.
- Open DaVinci Resolve.
- Go to Workspace → Scripts → AutoSubs.
- In AutoSubs, select your timeline/audio source and settings.
- Click Transcribe. Edit speakers/subtitles as needed.
- Send styled subtitles back to Resolve.
Warning
AutoSubs will not work with the Mac App Store version of DaVinci Resolve. If you have the App Store version, you must re-install from the official website for AutoSubs to be visible in Resolve.
PRs are welcome!
- Clone the repo.
- Install prerequisites for a Tauri app (Node.js + Rust toolchain). See: https://tauri.app
- Run the UI:
cd AutoSubs-App npm install npm run tauri dev
- For Resolve integration during development, copy the Lua (AutoSubs.lua) script from
AutoSubs-App/src-tauri/resources/
into your Resolve scripts folder so Resolve can launch/connect to the dev app. Open the lua script and set it to dev mode via the variable at the top, then set the location where the git repo was cloned:- Windows:
%appdata%/Blackmagic Design/DaVinci Resolve/Support/Fusion/Scripts/Utility
- macOS:
/Library/Application Support/Blackmagic Design/DaVinci Resolve/Fusion/Scripts/Utility
Then open it from Resolve via Workspace → Scripts → AutoSubs.
- Windows:
If you’re contributing to the backend, the Rust code lives under AutoSubs-App/src-tauri/
.