#53 · Primary category: Inference & Local Deploy

turbo-fieldfare

apple-silicon gemma gemma4 gemma4-26b-a4b gpgpu llm llm-inference local-ai macos metal on-device-ai on-device-llm swift

Gemma 4 26B-A4B inference in ~2 GB of RAM on any M-series MacBook

Project last updated:08/29/26

GitHub Stars

6.5K

Forks

408

Contributors

1

License

Apache-2.0

Why we included this project

Anyone with an 8 GB Mac and a long-standing wish to run a real 26-billion-parameter model locally will find a lot to like here. TurboFieldfare is a Swift and Metal runtime written specifically for Gemma 4 26B-A4B, not a thin wrapper around MLX or llama.cpp. It keeps the model's shared core and KV cache resident and pulls the routed experts in from SSD on demand, which is how it fits roughly 2 GB of memory and still works on base Apple Silicon laptops. You get a native Mac app, a CLI, and an OpenAI-compatible local server, so existing chat-completions tooling can talk to it directly. The project also documents its design and more than a hundred measured experiments, a level of transparency that makes it easier to trust the performance claims before you commit.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category