HELIX turns your own PC into a private ChatGPT β install it, pull any open model straight off HuggingFace from inside the app, and chat 100% offline. No account, no API key, no subscription, nothing ever leaves your machine. Built in Rust + Tauri, source on GitHub.
The LM Studio everyone runs is a closed binary. HELIX is the one you can open β read the source, run it on any GPU (Vulkan, not just NVIDIA), with agent plugins built in.
Grab it β Windows
| file | size | |
|---|---|---|
| HELIX-Setup.exe | 11 MB | one-click installer |
| HELIX .msi | 18 MB | enterprise/silent install |
| verify | β | SHA256SUMS.txt on the release |
Source + releases β github.com/tjcrims0nx/Helix
First chat in 3 clicks (zero skill)
- Install β open HELIX
- Search a model (try
Qwen2.5-7BorLlama-3.2-3B) β one-click download (8-stream, auto-resumes) - Type. Done β running on your GPU, fully offline.
The tour
β³ Model Manager β search HuggingFace, parallel chunked pulls, live VRAM + disk analytics
β³ MCP Plugin Manager β hand your local model real tools: files, web APIs, agent skills
π΅ Under the hood β for the tinkerers
Vulkan + FlashAttention llama-server (-fa auto, ~3Γ prompt speed) β runs on Intel Arc / AMD, not CUDA-locked
MCP plugins (stdio + SSE) via in-chat /mcp list Β· enable Β· disable Β· openβ wire up filesystem / web / agent tools with an auto tool-call + reasoning-trace loop
Custom .ggufimport Β· live model switching Β· real-time CPU/RAM/VRAM monitor
Build from source β Tauri 2 (Rust) Β· Vue 3 + Vite Β· engine = llama.cpp
π Feed it models β where the good GGUFs live
- HuggingFace Β· GGUF trending β the firehose of open models
- bartowski β cleanest quants of nearly every new model, days after release
quant rule of thumb: Q4_K_Mis the sweet spot; rough VRAM β (params-B Γ 0.7) GB β an 8B model fits in ~6 GB
HELIX vs the usual
| source | GPU support | agent tools | |
|---|---|---|---|
| LM Studio | CUDA / Metal | MCP (recent) | |
| Ollama | terminal-first | CUDA / Metal | via 3rd-party UIs |
| HELIX | Vulkan β any GPU | built-in /mcp |
Cloud AI rents you a seat and reads the room. This one you own β on your metal, behind your door.



!