AI Stem Separation
Separate vocals and accompaniment on-device. 2-stem or 4-stem mode with individual instrument volume controls.
Drag a file in or use the import button. OpenKara handles the rest — extracting metadata, separating stems, and fetching lyrics in the background.

Most people only need the download. Build from source only if you want to contribute or inspect the code.
| Platform | Format |
|---|---|
| macOS (Apple Silicon) | .dmg |
| macOS (Intel) | .dmg |
| Windows | .exe installer |
| Linux | .AppImage / .deb |
Or install with a package manager:
# macOS (Homebrew)
brew install thedavidweng/tap/openkara
# Windows (winget)
winget install thedavidweng.OpenKaraIf macOS blocks the app on first launch:
xattr -rd com.apple.quarantine /Applications/OpenKara.appOn first launch, OpenKara helps you create a karaoke library and starts downloading the default audio model in the background.
git clone https://github.com/thedavidweng/OpenKara.git
cd OpenKara
pnpm install
./scripts/setup.sh
pnpm tauri dev