Windows setup
Free unsigned preview for Windows 10/11 x64. The app does not bundle video or speech engines.
1. Download and check
Download the executable and SHA256SUMS.txt. Use Windows PowerShell Get-FileHash on your download and compare SHA-256. Keep Windows security enabled. Do not run a file you cannot verify or do not trust.
2. Install local engines
Install FFmpeg and ffprobe from a trusted build linked by FFmpeg. Install Python from python.org, then install faster-whisper into a dedicated Python environment. Setup downloads may connect to package and model providers. The desktop Settings panel accepts executable paths; restart the app after changing your Windows PATH.
py -m venv onlysubs-engines onlysubs-engines\Scripts\python.exe -m pip install faster-whisper
Set pythonPath to the full path to that environment’s Scripts\python.exe. Set ffmpegPath and ffprobePath to their executable locations. Save and check engines.
3. Edit locally
Choose a video. Manual cuts and exports require FFmpeg; transcription also requires faster-whisper. The first transcription downloads a model and may take several minutes. Optional Ollama improves clip suggestions but is not required. Review captions, render a preview, then export. Keep the PC awake during a job.
Saved files and removal
Packaged app data lives under %APPDATA%\onlysubs, or a migrated local-reel-studio folder. The desktop app is portable, but its saved data is not stored beside the EXE. Manage storage deletes selected generated exports, not original footage or copies in Downloads. To remove all app data, close the app, back up what you need, and use File Explorer to inspect and remove only its application-data folder. Do not delete your entire AppData directory.
Known limits
CPU transcription can be slow. HDR export is not supported. Original-size export preserves dimensions but captions require lossy re-encoding. A crash or sleep may interrupt processing; saved edits are recovered, but interrupted work must be restarted. Signing, clean-PC testing, and final legal/hosting review are pending.