Back to Docs
Crate / Public Doc

ModelForge Docs

ModelForge provides provider-aware model target parsing primitives for archive tools that need Hugging Face, Ollama, and CivitAI target handling.

Package Metadata01

modelforge is tracked from the Tknott95 crates.io catalog because it is above the 64-download threshold. Current tracked version is 0.1.10, with 134 downloads across 11 versions.

Crates.io / Docs.rs Facts03

crates.io categories: development-tools, command-line-utilities.

crates.io keywords: huggingface, model, modelforge, ollama, civitai.

docs.rs package facts: latest tracked release is 0.1.10; source code size is about 7.01 kB.

docs.rs records a Rust 2024 library crate with no binary entry points and MIT license metadata.

What It Is04

ModelForge is a small Rust library for provider-aware model target parsing in archive tools.

It keeps model-provider parsing reusable so Thesa and related archive surfaces do not duplicate Hugging Face, Ollama, CivitAI, or generic model target handling.

Install And Use05

Install from crates.io:

cargo add modelforge

Current tracked release: modelforge = "0.1.10"

Use it inside archive tools that need consistent model provider detection, target normalization, or handoff data before a model pull begins.

Release Notes06

The 0.1.x line moved quickly on 2026-07-05 and crossed the public catalog threshold the same day.

Keep public links on crates.io and docs.rs while backend-published formal docs are prepared.