| Crates.io | ggufscan |
| lib.rs | ggufscan |
| version | 0.1.1 |
| created_at | 2025-01-29 13:45:23.444183+00 |
| updated_at | 2025-01-29 13:50:14.263098+00 |
| description | Easily find and delete GGUF model files from your HDD. |
| homepage | |
| repository | https://github.com/duck4i/ggufscan |
| max_upload_size | |
| id | 1534776 |
| size | 250,809 |
A simple TUI tool for finding and removing the .gguf files to save the disk storage. Fast.

cargo install ggufscan
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.