#gguf #scan #hdd #cleanup #utilities

app ggufscan

Easily find and delete GGUF model files from your HDD

2 releases

0.1.1 Jan 29, 2025
0.1.0 Jan 29, 2025

#730 in Command line utilities

Download history 215/week @ 2025-01-26 52/week @ 2025-02-02

267 downloads per month

MIT license

210KB
315 lines

GGUFScan

Rust

A simple TUI tool for finding and removing the .gguf files to save the disk storage. Fast.

img

Install

cargo install ggufscan

Magic bytes, Ollama and other tools

const GGUF_MAGIC: &[u8] = b"GGUF";

Instead of simply checking the .gguf extension the tool scans the files for the GGUF magic bytes, and will discover downloaded models from various tools, including the Ollama download caches.

Dependencies

~11–22MB
~329K SLoC