#gguf #scan #hdd #cleanup #utilities

app ggufscan

Easily find and delete GGUF model files from your HDD

2 releases

new 0.1.1 Jan 29, 2025
0.1.0 Jan 29, 2025

#652 in Command line utilities

Download history 91/week @ 2025-01-24

91 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
~327K SLoC