#139 · Primary category: Inference & Local Deploy
HuggingFaceModelDownloader
Simple go utility to download HuggingFace Models and Datasets
Project last updated:06/13/26
GitHub Stars
1.2K
Forks
124
Contributors
11
License
Apache-2.0
Why we included this project
Pulling models from the HuggingFace Hub is a daily chore for anyone working with local LLMs, and this Go binary makes it noticeably less painful. It downloads into the standard HuggingFace cache with chunked parallel connections and resume support, so once it finishes, transformers, diffusers, and other Python tools find the weights without you touching any path config. What I like most is the analyzer: before committing to a multi-gigabyte download, you can walk through a GGUF repo interactively, check quantization quality ratings and RAM estimates, spot the recommended Q4_K_M build, or grab only the pieces you actually need. It also copes with restricted networks via SOCKS5 proxy and CIDR bypass, and the JSON output plus a small web UI mean it works just as well inside scripts as it does when you want to click through a download on your workstation.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
ollama
Get up and running with Kimi-K2.6, GLM-5.2, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.
llama.cpp
LLM inference in C/C++
vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
gpt4all
GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
LocalAI
LocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.