Shimmy v1.4.1
Automatic release for v1.4.1
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 + llama.cpp) - macOS Intel:
shimmy-macos-intel(SafeTensors + llama.cpp) - macOS Apple Silicon:
shimmy-macos-arm64(SafeTensors + llama.cpp)
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