Polyplugin for IINA
March 27, 2026 ยท View on GitHub
Install the public release
- Install IINA on macOS.
- In IINA, open
Preferences -> Plugins. - Choose
Install from GitHub.... - Paste
polyscript-app/polyplugin-release. - Restart IINA, open a video, and switch to the
Polyscriptsidebar tab.
IINA also accepts:
https://github.com/polyscript-app/polyplugin-releasegithub.com/polyscript-app/polyplugin-release
If GitHub install fails, download the packaged release from:
https://github.com/polyscript-app/polyplugin-release/releases
First-time use
- Open a video with embedded subtitles or load an
.srtfile. - Turn on the Polyscript sidebar tab if it is hidden.
- Pick your target language and enable the subtitle overlay.
- Basic Google-powered subtitle translation works without account sign-in.
- Use sign-in or free trial when you want synced account features or custom AI targets.
Local development
Use the dev symlink so IINA loads the plugin directly from this repo:
npm run dev:link
npm run dev:watch
dev:watch rebuilds, syncs, and restarts IINA on changes.
Before testing the GitHub-distributed plugin, remove the local dev install:
npm run dev:unlink