llmfit
Hundreds of models & providers. One command to find what runs on your hardware.
GraphCanon updated 3d · GitHub synced 3d
Decision brief
llmfit is a Rust-based tool that aims to streamline the process of discovering and managing machine learning models based solely on the hardware capabilities available.
Good fit when
- - When you need to quickly identify compatible machine learning models for your specific hardware configuration without manual research. llmfit automates this process, making it efficient.
- - If Rust is your primary language of choice and you prefer tools that are natively built around Rust ecosystems, leveraging its performance benefits.
Avoid when
- - When the focus is on model development rather than discovery or management; llmfit centers on finding models based on hardware but does not provide deep integration into the training process itself.
- - If real-time adaptability and dynamic hardware compatibility changes are needed, as llmfit operates with a more static approach tied to one command per execution.
- Requirements:
- Min 4 GB RAM; Built for Rust environments; No explicit dependency on Docker or other container runtimes
Observed Jul 11, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Very active (2d since push)
- As of 3d
- Provenance
- Not a fork · Personal account
- As of 3d
- Security (OSV)
- No lockfile
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
cargo add llmfit crates.ioHow it fits your stack(15)
Typed graph edges - alternatives, integrations, successors, and dependencies. Ranked by relationship type, not raw GitHub stars.
Alternative
Integrates
Related
Relationship graph
Optional deeper exploration of typed edges and category neighbours.
Similar tools
Same-category neighbours not already linked as typed edges.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
A tool for discovering and managing machine learning models based on available hardware.
Capability facts
- Deploy
- Self-host
Source: dockerfile:Dockerfile · Aug 16, 2026
- Docker
- Dockerfile present
Source: dockerfile:Dockerfile · Aug 16, 2026
- Languages
- rust
Source: github.language · Aug 16, 2026
Categories
Graph entities
Tags
README
Docker / Podman
docker run ghcr.io/alexsjones/llmfit
This prints JSON from llmfit recommend command. The JSON could be further queried with jq.
podman run ghcr.io/alexsjones/llmfit recommend --use-case coding | jq '.models[].name'
To launch the interactive TUI instead, pass the global --tui flag:
docker run --rm -it ghcr.io/alexsjones/llmfit --tui
For agents
This page has a .md twin and JSON over the API.