GraphCanon updated 3w · GitHub synced 3w
Decision brief
Auto-subs is an on-device subtitle generation tool built with TypeScript and Rust for seamless integration with DaVinci Resolve, Premiere, and After Effects.
Good fit when
- Use Auto-subs when you need seamless subtitle integration directly within video editing software like DaVinci Resolve, Premiere, or After Effects.
- Consider Auto-subs if your workflow depends on cross-platform support without needing an internet connection for subtitle generation.
Avoid when
- Do not use Auto-subs if the requirement is for cloud-based real-time speech-to-text functionality as it operates entirely on-device.
- Avoid using Auto-subs in environments where Python or other languages are required over TypeScript and Rust due to potential compatibility issues.
- Pricing:
- freemium - Freely downloadable under the MIT license but consider supporting the developer for continued improvements.
- Requirements:
- Min 4 GB RAM
Observed Jul 17, 2026 · Source: enrich:decision_facts
Verify the decision
Adoption
Package downloads where a registry match exists. GitHub stars (3,939) are secondary evidence.
- npm downloads (30d)
- 11·npm downloads API·3w
Maintenance and security
Full trust report- Maintenance
- Very active (0d since push)
- As of 3w
- Provenance
- Not a fork · Personal account
- As of 3w
- Security (OSV)
- No lockfile
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
npm install auto-subs npmSimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
A tool built with TypeScript and Rust for generating subtitles that integrates directly with DaVinci Resolve, Premiere, and After Effects.
Capability facts
- Languages
- typescript
Source: github.language · Jul 30, 2026
Categories
Tags
README
Linux install
Debian/Ubuntu (.deb):
wget https://github.com/tmoroney/auto-subs/releases/latest/download/AutoSubs-linux-x86_64.deb
sudo apt install ./AutoSubs-linux-x86_64.deb
Fedora/openSUSE (.rpm): Download AutoSubs-linux-x86_64.rpm and open it with your package manager.
Model licensing
AutoSubs code is MIT-licensed. The optional MMS forced-alignment weights are downloaded separately and licensed under CC BY-NC 4.0 for noncommercial use. Users are responsible for ensuring their use complies with the model license.
The forced-aligner weights originate from Meta's MMS model, with forced-alignment conversion work by MahmoudAshraf and ONNX/INT8 conversion by onnx-community. Conversion and quantization changes were made by those respective projects; no endorsement is implied.
While MMS supports over a thousand languages, word-level alignment relies on romanizing the transcript with uroman. uroman covers the major world scripts (Latin, Cyrillic, Arabic, CJK, most Indic scripts, etc.), but very low-resource minority languages whose scripts are not included in its data may produce degraded or missing word timestamps.
For agents
This page has a .md twin and JSON over the API.
