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.
- Go to the Releases page on GitHub.
- Download the `sink-switch-windows.zip` file.
- Extract the contents to a folder of your choice (e.g., `C:\Tools\Sink Switch`).
- 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.
- Ensure you have AutoHotkey v2 installed.
- Download the `windows/ahk-prototype` folder from the repository.
- 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