A seamless, native macOS desktop application that provides real-time scrolling bilingual (English and Chinese) subtitles for Spotify podcasts.
- Native macOS Experience: Runs perfectly as an independent app in your Dock.
- Glassmorphism UI: Beautiful, frosted glass design that looks stunning on any background.
- Real-time Sync: Tracks Spotify playback position accurately.
- Bilingual Subtitles: Supports English and translated Chinese transcripts.
- Unobtrusive: Draggable, frameless overlay that can be hidden and summoned from the Dock.
- macOS
- Spotify Desktop Client
- Automation permissions (to allow TransPod to sync with Spotify)
- Clone this repository.
- Run
npm installto install dependencies. - Run
npm run buildto package the.appfor macOS. - Move the packaged
TransPod.appfromrelease/mac-arm64/to your/Applicationsfolder. - Launch the app and grant "Automation" permissions in macOS System Settings when prompted.
- Electron
- React
- Vite
- AppleScript (for Spotify integration)