Windows
Single executable for Windows.
Download Silkret.exeRun: double-click or run from PowerShell/Terminal.
Raw binaries are provided for each platform. These are not packaged installers — they are executable binaries you can run directly.
We recommend verifying the SHA256 checksum and, if desired, building from source (see Source).
Single executable for Windows.
Download Silkret.exeRun: double-click or run from PowerShell/Terminal.
Raw Linux binary (portable). Make executable and run.
Download silkret-linux
Usage example:
chmod +x silkret-linux && ./silkret-linux
Raw ARM64 macOS binary (Apple Silicon).
Download Silkret-mac-arm
Make executable and run:
chmod +x Silkret-mac-arm && ./Silkret-mac-arm
If Gatekeeper blocks it: open Finder → right-click the binary → Open → Trust/Allow once. Or run:
sudo xattr -r -d com.apple.quarantine ./Silkret-mac-arm
Raw Intel macOS binary.
Download Silkret-mac-intel
Make executable and run:
chmod +x Silkret-mac-intel && ./Silkret-mac-intel
Gatekeeper tip (if blocked):
sudo xattr -r -d com.apple.quarantine ./Silkret-mac-intel