Skip to content

Releases: ruwadgroup/sukoon

Sukoon v0.1.0-alpha

06 Jun 05:11
5f7ab02

Choose a tag to compare

Sukoon v0.1.0-alpha Pre-release
Pre-release

First public alpha of Sukoon — privacy-first, on-device removal of background music while keeping speech and recitation clear.

⬇️ Which file do I download?

You want… Download
Browser extension (real-time, on websites) sukoon-extension.zip
Mac app (Apple Silicon) Sukoon_0.1.0_aarch64.dmg
Windows app Sukoon_0.1.0_x64_en-US.msi
Linux app Sukoon_0.1.0_amd64.AppImage
Command-line tool sukoon-cli-<os>-<arch>.tar.gz / .zip

The sukoon-cli-* files are the terminal tool, not the app — for the desktop app grab the .dmg / .msi / .AppImage.

🍎 Opening on macOS (first launch)

These builds aren't notarized by Apple yet, so macOS warns on first open:

  1. Open the .dmg and drag Sukoon into Applications.
  2. In Applications, right-click Sukoon → Open → Open.
  3. If it's still blocked, run once in Terminal, then reopen:
    xattr -dr com.apple.quarantine /Applications/Sukoon.app
    

🪟 Opening on Windows (first launch)

SmartScreen may show "Windows protected your PC" (unknown publisher) — click More info → Run anyway.

🧩 Browser extension

Unzip sukoon-extension.zip, open chrome://extensions, turn on Developer mode, click Load unpacked, and select the folder. Chrome/Edge/Brave 124+, on YouTube, Facebook, Instagram, X, and any HTML5 video.

⌨️ Command-line tool

Extract the sukoon-cli-* archive and run ./sukoon clean input.mp4 -o output.mp4 (true vocal/instrumental separation for files; needs ffmpeg installed).

⚠️ Notes

  • Ads are never blocked, skipped, or muted — they play in full, with their background music removed like everything else.
  • Early alpha — rough edges expected; APIs and the model will change before 0.1.0.
  • Desktop apps are ad-hoc signed, not yet notarized, hence the one-time first-launch prompt above. Fully-signed, warning-free builds are planned.

🤖 Cut with Claude Code