Quick Start
Quick Start
Section titled “Quick Start”Get Subtide running in under 5 minutes.
1. Start the Backend
Section titled “1. Start the Backend”Choose one of the following options:
=== “Binary (Recommended)”
Download the latest backend binary from Releases:
subtide-backend-linuxsubtide-backend-macossubtide-backend-windows.exe
!!! note “Prerequisite” FFmpeg must be installed.
# Make executable (Linux/macOS)chmod +x subtide-backend-macos
# Run./subtide-backend-macos=== “Python Source”
cd backendpython -m venv venvsource venv/bin/activate # Windows: venv\Scripts\activatepip install -r requirements.txt./run.sh=== “Docker”
cd backenddocker-compose up subtide-tier2The backend will start on http://localhost:5001.
2. Install the Extension
Section titled “2. Install the Extension”=== “Chrome / Edge / Brave”
- Download
subtide-extension.zipfrom Releases - Extract the ZIP file
- Open Chrome →
chrome://extensions - Enable Developer mode (top right)
- Click Load unpacked → select the extracted folder
- Pin the extension to your toolbar
=== “Firefox”
- Download
subtide-extension-firefox.zipfrom Releases - Open Firefox →
about:debugging - Click This Firefox → Load Temporary Add-on
- Select the ZIP file
3. Configure
Section titled “3. Configure”- Click the Subtide extension icon in your toolbar
- Select your operation mode (Tier 1 for basic usage)
- Enter your API key and select a model (for Tier 1 & 2)
- Choose your target language
- Click Save
Tip: API Providers
- OpenAI: Get your key at platform.openai.com
- OpenRouter: Get your key at openrouter.ai
- Local LLM: Use LM Studio or Ollama
4. Translate!
Section titled “4. Translate!”YouTube Videos
Section titled “YouTube Videos”- Go to any YouTube video
- Click the translate button in the player controls (bottom right)
- Subtitles appear automatically
YouTube Shorts
Section titled “YouTube Shorts”- Navigate to any Shorts video
- Click the floating translate button (bottom-right of the video)
- Enable translation - videos are pre-translated as you scroll
- Subtitles appear instantly when swiping to the next Short
Next Steps
Section titled “Next Steps”- Full Installation Guide - Detailed setup instructions
- Configuration Options - All available settings
- YouTube Guide - Complete YouTube features
- Troubleshooting - Common issues and solutions