michael-a-kuykendall/shimmy

⚡ Pure-Rust WebGPU inference engine — OpenAI-API compatible, GGUF native, runs on any GPU. No Python. No llama.cpp. Single binary.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 30 minutes ago
Added to GitGenius on September 11th, 2026
Created on August 28th, 2025
Open Issues & Pull Requests: 10 (+0)
GitHub issues: Enabled
Number of forks: 569
Total Stargazers: 5,866 (+0)
Total Subscribers: 41 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

Detailed Description

Shimmy is a single-binary inference server that provides OpenAI-compatible API access to GGUF models running on local GPUs.

Shimmy solves the problem of running large language models locally without requiring Python runtimes or C++ toolchains. It works by wrapping Airframe, a pure-Rust WebGPU transformer engine that compiles compute shaders for any GPU—NVIDIA, AMD, Intel, integrated, or Apple Silicon. Model specifications are automatically derived from GGUF metadata, eliminating the need for hardcoded per-model configuration. The tool supports extended context windows through YaRN RoPE scaling and guarantees deterministic output: the same model, seed, and parameters always produce identical results.

Shimmy suits developers who want to run language models locally without external dependencies or complex setup. It works well for projects that need OpenAI-compatible endpoints but want to avoid Python environments or C++ compilation. The tool is particularly valuable for those working with GGUF-quantized models and needing GPU acceleration across diverse hardware. The project certifies 26 model and quantization combinations across 12 model families through a three-part regimen covering mathematics, inference, and determinism.

The maintainers respond to new issues and pull requests within hours. Work in the issue tracker centers on bug reports, enhancement requests, and user questions.