One-click llama.cpp installer for Windows. No PowerShell, no build tools, no config files. MiniLLM downloads and installs llama.cpp, one-click starts a local LLM server, and opens WebUI to chat — with builds for NVIDIA CUDA, AMD ROCm, Intel SYCL/OpenVINO, Vulkan, ARM64 and CPU, so it fits almost any GPU PC.
Free one-click llama.cpp installer & local LLM launcher — official build from minillm.bashige.com. Portable EXE, no installation wizard.
Install llama.cpp on Windows, start a local LLM, and match your GPU — all from one calm window. No command line.
Download and double-click — no installer wizard, no admin hassle. Single instance only, no port conflicts.
Install / Update / Uninstall llama.cpp without typing code. One-click Start Server to launch a local LLM, one-click Open WebUI.
NVIDIA CUDA, AMD ROCm, Intel SYCL / OpenVINO, Vulkan, CPU, ARM64 — pick the build that fits your GPU PC.
Graphically pick .gguf + mmproj. Text-only can skip mmproj; image tasks need a matching pair.
Server + sampling parameters in a GUI with Chat / Code presets — advanced llama-server flags without the shell.
Local address + endpoints for apps and agents. OpenAI-compatible /v1/chat/completions.
Minimize to the system tray and keep serving quietly in the background.
Root-certificate handling reduces SSL errors when downloading builds on a fresh Windows PC.
One installer for every PC: discrete GPU, integrated graphics, or CPU-only. Choose the matching llama.cpp build on the Install tab — no manual driver scripting.
GeForce / RTX / workstation GPUs — fastest path for most Windows AI PCs.
Radeon via ROCm where available, plus a portable Vulkan build for many AMD/Intel GPUs.
Arc discrete graphics and Intel iGPU with SYCL or OpenVINO acceleration.
No GPU? cpu-x64 runs on any Intel/AMD PC; arm64 for Windows on ARM devices.
Tip: run out of VRAM? Lower n_gpu_layers or switch to a smaller quant — all adjustable in Settings without code.
From download to chatting with a local LLM — zero command line.
Portable single file — download above and double-click. No code.
NVIDIA CUDA, AMD ROCm, Intel SYCL/OpenVINO, Vulkan, or cpu-x64 (Intel/AMD, recommended for beginners).
Automatic download & install. Update / Uninstall anytime. No terminal.
Set the model directory, pick a .gguf file and optional mmproj — all GUI.
Status turns Running; Server ready in the log means your local model is live.
Chat in the browser, or use the address on the API Address tab for your apps.
No path memorizing — point and click.
| Field | Meaning |
|---|---|
| Model Directory | Folder where model files live |
| Model File | Active .gguf language model |
| Model ID | Identifier auto-generated from file name |
| Mmproj File | Projector for vision models |
· Text-only chat → mmproj can stay empty.
· Image understanding → main model and mmproj must match.
Screenshot example: Qwen3.5-0.8B-UD-Q4_K_XL + mmproj-F32.gguf loaded at http://127.0.0.1:9999.
No-code GUI for llama-server: context, GPU layers, ports, API key. Presets for chat and code.
| Parameter | Description |
|---|---|
| Host | 127.0.0.1 this PC only · 0.0.0.0 allow LAN |
| Port | Local port, e.g. 8080 / 9999 |
| n_ctx | Context window — larger remembers more, uses more VRAM |
| n_gpu_layers | Layers offloaded to GPU; lower if OOM |
| threads | CPU threads; -1 = auto |
| parallel slots | Concurrent slots; -1 = auto |
| API key | Password for API — required for LAN sharing |
| Offload mmproj | Offload vision projector to GPU or not |
| Extra Args | Extra llama-server flags |
| Parameter | Tips |
|---|---|
| temperature / top_p / top_k / min_p | Randomness — higher for chat, lower for code |
| repeat_penalty | Avoid looping outputs |
| n_predict | Max tokens; -1 unlimited. Raise with n_ctx if cut off |
| seed | -1 random; fixed value reproduces results |
| Presets | One-click Chat / Code recommended combos |
Listen on all interfaces.
Keep LAN use private.
Open your chosen port.
Same LAN needs no router mapping.
Point your RAG, agent, or app at a private local endpoint on your Windows PC.
Chat endpoint — send images here for vision models.
Classic completions for generation tasks.
Health check for readiness.
Answers on one-click install, no-code setup, GPU builds, and common llama.cpp errors.
.gguf model → click Start Server. Status shows Running and the log prints Server ready. Then Open WebUI to chat.n_ctx and n_predict in Settings.n_gpu_layers, disable mmproj GPU offload, or use a smaller quantized model.%APPDATA%/MiniLLM/config.json — remembers version, models, server & sampling settings.Portable · One-click · Private local inference.