Built an open-source, fully local subtitle localization agent

Reddit r/AI_Agents Tools

Summary

SubAgent is an open-source subtitle localization system that runs entirely locally, supporting translation and editing of SRT/RTF files with human review and video sync.

I’ve been building SubAgent, an open-source localization system that assists with translating and editing subtitles while keeping the entire workflow on infrastructure controlled by the user. SubAgent imports SRT or RTF files, breaks the content into subtitle cues, generates multiple translation suggestions, supports human review and editing, synchronizes cues with video playback, and exports the completed subtitles. It currently supports 5 languages. The translation model runs locally through vLLM, with GoVarnam handling Romanized-to-native-script transliteration. The system rejects public inference endpoints, so subtitle text cannot be accidentally routed to a hosted model. This is the first open-source release from Hyper Latent, an AI research and product company focused on reliable, privacy-first systems. I’d appreciate feedback on two questions: Which parts of this workflow would benefit most from greater agent autonomy? Would you be willing to test the entire pipeline on my infrastructure?
Original Article

Similar Articles

AutoSubtitles 2.0

Product Hunt

AutoSubtitles 2.0 is an update to an AI-powered subtitle and animated caption tool, offering faster editing capabilities.

Using Local Coding Agents

Hacker News Top

A tutorial by Sebastian Raschka on setting up a fully local coding agent using open-source tools and open-weight LLMs, covering motivations, setup, and advantages over proprietary services.

@GitHub_Daily: Downloaded Japanese videos with no subtitles, and whenever I search for subtitle files, they never sync with the timeline — it ruins the viewing experience. So I found WhisperSubTranslate, an open-source desktop app: drag in a video and it generates SRT subtitles, and can even translate them into Chinese. Speech recognition uses OpenAI's open-source Wh…

X AI KOLs Timeline

WhisperSubTranslate is an open-source desktop app that uses OpenAI's Whisper and Tencent's Hy-MT2 model for local video subtitle generation and translation, no internet or registration required.