Download Silkret

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).

Windows

Single executable for Windows.

Download Silkret.exe

Run: double-click or run from PowerShell/Terminal.

Linux

Raw Linux binary (portable). Make executable and run.

Download silkret-linux

Usage example: chmod +x silkret-linux && ./silkret-linux

macOS — Apple Silicon (M1 / M2)

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

macOS — Intel

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

Verification & Notes