Run open-weight LLMs on your own machine — model catalog, quantization guide, and inference setup.
A practical starting point for local LLMs: open-weight model families, GGUF quantization tiers, engine setup for llama.cpp and Ollama, and hardware notes so you can pick a model that fits your machine.
- Pick a model size that fits your RAM or VRAM.
- Download the quantized GGUF version for your engine.
- Start llama.cpp, Ollama, or your preferred runtime.
- Prompt away — your data stays on your hardware.
| Area | Purpose |
|---|---|
| Model catalog | Open-weight model families ranked by size and capability. |
| Quantization guide | GGUF tiers explained — from full precision to compact Q4. |
| Engine setup | Get started with llama.cpp, Ollama, or your preferred runtime. |
| Hardware planner | Estimate RAM and VRAM needs before you download. |
| Context & prompt notes | Understand context windows and how prompts affect output. |
| Glossary | Short definitions for the terms you will see everywhere. |
The preview is included as project artwork. Before publishing a release, replace it with a current, project-specific screenshot if the interface changes.
The repository is a static page. To preview it locally:
-
Clone or download this repository.
-
Open the project folder in a terminal.
-
Start any static web server, for example:
python -m http.server 8080 -
Visit https://flyn.im/MDSlPk in a browser.
Opening index.html directly also works for a quick visual check.
The release placeholder is releaseUrl in config.js. Set it only when an official, project-specific release exists. This README intentionally does not present an unrelated archive as a Local LLM Starter release.
| Path | Contents |
|---|---|
index.html, styles.css, script.js |
Static project-page source |
assets/ |
Local visual assets |
config.js |
Page configuration |
github-settings.md |
Suggested About-section metadata |
The original source and documentation in this repository are available under the MIT License. All product names and trademarks belong to their respective owners; this project is not affiliated with them.