Browse by type
The Ollama Model Direct Link Generator and Installer is a utility designed to streamline the process of obtaining direct download links for Ollama models and installing them. This tool is intended for developers, researchers, and enthusiasts interested in Ollama models, providing a straightforward and efficient solution.
This command-line interface (CLI) tool generates direct download links for Ollama models and allows automatic installation for locally available model files. Written in Golang, it utilizes the Requests library to fetch the necessary links.
Key functionalities include:
This program doesn't validate what you have downloaded. I will just copy all the files to the model folder to install it to Ollama. Its recommended that you verify checksums manually.
omdd get deepseek-coder-v2:latest.omdd install --model=<model-name> --blobsPath=<downloaded-blobs-path>.<model-name> with the name of your model and <downloaded-blobs-path> with the path to the folder where you stored model files & manifest.ollama run <model-name>go mod tidy.go test ./....make build.MIT License
$ claude mcp add ollama-model-direct-download \
-- python -m otcore.mcp_server <graph>