Ross ROSS = Recommend OSS · open-source software intelligence for agents

EricLBuehler/mistral.rs

Fast, flexible LLM inference observed · 2026-08-28

github.com/EricLBuehler/mistral.rs · Rust · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

92/100

  • Activity 99
  • Release rhythm 98
  • Longevity 65
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 0.0
  • age_days: 919
  • days_rel: 13
  • days_push: 8
  • n_releases_24m: 33

Full methodology

Adoption not part of the score

7628 stars · 685 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

mistral.rs is a fast and flexible LLM inference engine written in Rust, supporting many model families with quantization (ISQ/UQFF, GGUF), paged attention, and multimodal inputs. It exposes OpenAI- and Anthropic-compatible HTTP APIs and provides Rust and Python SDKs for local or server-based inference.

Use cases

  • serve local llms with an openai-compatible api
  • run quantized gguf models on gpu
  • self-host a chat completion server
  • run multimodal llm inference with images and audio
  • build agents with local llm tool calling
  • benchmark llm inference performance in rust
  • expose anthropic messages api from a local model

When to choose

  • you need high-performance local LLM serving in Rust with OpenAI-compatible endpoints
  • you want quantized inference (GGUF, ISQ, UQFF) with broad model support
  • you need multimodal inputs, tool calling, or agentic features on self-hosted models

When to avoid

  • you only need a simple Python-only inference stack without a serving layer
  • you require the largest ecosystem of community integrations available in mainstream runtimes
  • you need CPU-only inference on very constrained hardware

Facets

service · maturity active

llm-inference http-server api-framework rag agent-framework gpu-computing large-language-models artificial-intelligence developer-tools self-hosted rust python windows cli openai-compatible-api gguf quantization multimodal paged-attention anthropic-api serving linux macos cuda web-server

1 source

Member repositories

RepositoryRoleHealth v2
EricLBuehler/mistral.rsmain92

For agents

markdown · JSON · MCP: product_card(name="EricLBuehler/mistral.rs")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem