Installation

Windows Installation

Sink Switch offers two ways to run on Windows: a high-performance Go-based GUI and a lightweight AutoHotkey prototype.

Go Version (Recommended)

The Go version provides a native Windows GUI and the best performance.

  1. Go to the Releases page on GitHub.
  2. Download the `sink-switch-windows.zip` file.
  3. Extract the contents to a folder of your choice (e.g., `C:\Tools\Sink Switch`).
  4. Run `sink-switch.exe` to launch the dashboard.

AutoHotkey Prototype

If you prefer a script-based approach or want to customize the logic easily, use the AHK version.

  1. Ensure you have AutoHotkey v2 installed.
  2. Download the `windows/ahk-prototype` folder from the repository.
  3. Right-click `keybindings.ahk` and select Run Script.

PowerShell One-liner

You can also install via PowerShell:

iwr -useb https://raw.githubusercontent.com/KanishkMishra143/Sink-Switch/blob/master/windows/ahk-prototype/install.ps1 | iex