Shimmy v1.6.0
Automatic release for v1.6.0
Cross-platform binaries with SafeTensors support:
Download the right binary for your platform:
- Linux x86_64:
shimmy-linux-x86_64(SafeTensors + llama.cpp) - Linux ARM64:
shimmy-linux-arm64(SafeTensors + llama.cpp, native ARM64 runner) - Windows x86_64:
shimmy-windows-x86_64.exe(SafeTensors + GPU acceleration) - macOS Intel:
shimmy-macos-intel(SafeTensors + Apple MLX) - macOS Apple Silicon:
shimmy-macos-arm64(SafeTensors + Apple MLX + Metal GPU)
All binaries include native SafeTensors support with zero Python dependencies.
Quick Start:
# Make executable (Linux/macOS)
chmod +x shimmy-*
# Test the binary
./shimmy-* --version
# Start server
./shimmy-* serve --bind 0.0.0.0:11434