Quick Start Guide

Get up and running with GGUF Loader in just a few minutes

Beginner 5 minutes

Get up and running with GGUF Loader 2.2.0 in just a few minutes! New to GGUF Loader? Check out the homepage to see what makes it special.

πŸš€ Step 1: Install GGUF Loader

Follow the Installation Guide for your platform, or download directly:

πŸ“₯ Step 2: Get a GGUF Model

GGUF Loader runs any GGUF-format model. Good starter models on Hugging Face:

Download the .gguf file and remember where you saved it.

πŸ–₯️ Step 3: Load the Model

  1. Launch GGUF Loader.
  2. In the Model Settings sidebar, choose Processing mode β€” CPU Only (default, works everywhere) or GPU Accelerated (NVIDIA CUDA).
  3. Set a Context Length (8192 is a safe default for most models; 32768 uses more RAM).
  4. Click Load GGUF Model and select your .gguf file.
  5. Wait for the status to show β€œModel ready!” β€” the header chip turns green with the model name.

πŸ’¬ Step 4: Chat

Type a message in the input box at the bottom and press Enter (Shift+Enter inserts a newline). Responses stream in as ChatGPT-style bubbles β€” your messages on the right (amber), the AI’s on the left.

Use the View β†’ Text Size menu to adjust bubble font size.

πŸ€– Step 5 (Optional): Try Agent Mode

Click πŸ€– Agent Mode: OFF in the input area to toggle it on:

  1. Pick a workspace folder (defaults to ./agent_workspace).
  2. Ask the agent to do file work β€” e.g. β€œCreate a file called hello.py that prints β€˜hiβ€™β€œ.
  3. The agent plans tool calls, executes them (read/write/edit/search files inside the workspace only), and reports back with live status updates.

βœ… Next Steps

🎯 What's Next?

You've completed this guide! Here are some suggested next steps to continue your GGUF Loader journey:

πŸ› οΈ

Create Your First Addon

Ready to extend GGUF Loader? Learn how to create custom addons with our development guide.

Addon Development β†’
πŸ‘₯

Join the Community

Connect with other GGUF Loader users, share your projects, and get help.

Community Hub β†’
πŸ“š

Advanced Tutorials

Take your skills to the next level with advanced how-to guides and tutorials.

How-To Guides β†’

🏠 Back to Homepage