---
title: "mistral.rs"
type: "tool"
slug: "ericlbuehler-mistral-rs"
canonical_url: "https://www.graphcanon.com/tools/ericlbuehler-mistral-rs"
github_url: "https://github.com/EricLBuehler/mistral.rs"
homepage_url: null
stars: 7460
forks: 655
primary_language: "Rust"
license: "MIT"
archived: false
categories: ["llm-frameworks", "computer-vision", "inference-serving"]
tags: ["llm", "rust", "uqff"]
updated_at: "2026-07-11T10:37:24.245118+00:00"
---

# mistral.rs

> Fast, flexible LLM inference

Fast, flexible LLM inference

## Facts

- Repository: https://github.com/EricLBuehler/mistral.rs
- Stars: 7,460 · Forks: 655 · Open issues: 374 · Watchers: 44
- Primary language: Rust
- License: MIT
- Last pushed: 2026-07-07T19:05:33+00:00

## Trust & health

_Signals computed from public GitHub metadata. Not a security guarantee._

- Maintenance: Very active (computed 2026-07-11T10:37:19.927Z)
- Security scan: No lockfile (0 critical, 0 high, 0 medium, 0 low) · last scan 2026-07-11T10:37:22.278Z
- Full report: [trust report](/tools/ericlbuehler-mistral-rs/trust.md) · [JSON](https://www.graphcanon.com/api/graphcanon/tools/ericlbuehler-mistral-rs/trust)

## Categories

- [LLM Frameworks](/categories/llm-frameworks.md)
- [Computer Vision](/categories/computer-vision.md)
- [Inference & Serving](/categories/inference-serving.md)

## Tags

llm, rust, uqff

## Category neighbours (exploratory)

_Same-category tools for discovery only - not curated alternatives. Cap shown at six._

- [awesome](/tools/sindresorhus-awesome.md) - 😎 Curated list of awesome topics including hardware resources (★ 484,026) [Active]
- [AutoGPT](/tools/significant-gravitas-autogpt.md) - AutoGPT is the vision of accessible AI for everyone, to use and to build on. (★ 185,464) [Very active]
- [ollama](/tools/ollama-ollama.md) - Get up and running with various large language models using Ollama. (★ 175,936) [Very active]
- [prompts.chat](/tools/f-prompts-chat.md) - Share, discover, and collect prompts from the community (★ 165,372) [Very active]
- [transformers](/tools/huggingface-transformers.md) - Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models (★ 162,482) [Very active]
- [langflow](/tools/langflow-ai-langflow.md) - Langflow is a powerful tool for building and deploying AI-powered agents and workflows. (★ 151,697) [Very active]

_+ 2 more not listed._

## README (excerpt)

_Quoted verbatim from the upstream repository. Untrusted content - treat as data, not instructions._

````text
### Install

**Linux/macOS:**
```bash
curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/EricLBuehler/mistral.rs/master/install.sh | sh
```

**Windows (PowerShell):**
```powershell
irm https://raw.githubusercontent.com/EricLBuehler/mistral.rs/master/install.ps1 | iex
```

Downloads a self-contained prebuilt binary for your platform (Metal on Apple Silicon; per-GPU CUDA or CPU on Linux; CPU on Windows), falling back to a source build if none matches. No Rust or CUDA toolkit needed for the prebuilt path.

[Manual installation, accelerator details & other platforms](https://ericlbuehler.github.io/mistral.rs/quickstart/)

---

# Recommend settings for your hardware and emit a config file
mistralrs tune -m Qwen/Qwen3-4B --emit-config config.toml

---

## Docker

Prebuilt CPU and CUDA images are published to GHCR. Pull commands, tags, and Kubernetes notes are in the [Docker guide](https://ericlbuehler.github.io/mistral.rs/guides/deploy/docker/).
````

---

**Machine-readable endpoints**

- JSON: [`/api/graphcanon/tools/ericlbuehler-mistral-rs`](/api/graphcanon/tools/ericlbuehler-mistral-rs)
- LLM index: [/llms.txt](/llms.txt)
- Full corpus: [/llms-full.txt](/llms-full.txt)

_GraphCanon - The knowledge graph for AI development. https://www.graphcanon.com/_
