mistral.rs Adds Support for Gemma 4 12B: Multimodal, Agentic, and MTP

mistral.rs now supports Gemma 4 12B with multimodal, agentic, and Multi-Turn Prediction (MTP) features. This release includes web search and sandboxed code execution for building agentic apps, plus audio, image, and video input.
Installation
Single-line install for Linux/macOS and Windows:
# Linux/macOS
curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/EricLBuehler/mistral.rs/master/install.sh | sh
Windows
irm https://raw.githubusercontent.com/EricLBuehler/mistral.rs/master/install.ps1 | iex
Running with Agent & Quantization
Launch an OpenAI- and Anthropic-compatible HTTP server with a built-in web UI at localhost:1234/ui:
mistralrs run --agent -m google/gemma-4-12B-it --quant 4Enabling MTP (Multi-Turn Prediction)
To use MTP, add the --mtp-model flag with the assistant model:
mistralrs run --agent -m google/gemma-4-12B-it --quant 4 --mtp-model google/gemma-4-12B-it-assistantKey Features
- Full multimodal support: audio, image, and video
- Web search and sandboxed code execution for agentic workflows
- OpenAI and Anthropic-compatible HTTP server
- Built-in web chat UI at
localhost:1234/ui
For more details: GitHub | Documentation
📖 Read the full source: r/LocalLLaMA
👀 See Also

Caddie: Slack-Based OpenClaw Alternative Launches Next Week
Caddie is a Slack-based version of OpenClaw that requires no local installation or MCP configuration. Users authorize it through the Slack App Directory in 60 seconds, then type commands to automate tasks across Gmail, LinkedIn, CRM, calendar, and 100+ other tools.

Lore: A tool that extracts structured context from AI coding conversations
Lore is a browser-based tool built with Claude Code that extracts structured context from AI conversations, capturing decisions, TODOs, blockers, and resume checklists. It's a React + TypeScript PWA with a Chrome extension for direct conversation capture and context injection.

Kios: An iOS Reader for Self-Hosted Kobo/Calibre Libraries with Progress Sync
Kios is an iOS app that reads books from self-hosted Kobo/Calibre servers and syncs reading progress via the Kobo protocol, OPDS 1.2/2.0, and kosync. Built with Claude Code.

NVIDIA Announces NemoClaw Agent Platform with Privacy Controls
NVIDIA has launched NemoClaw, an agent platform that lets users install Nimotron models and the Open Shell runtime with a single command while adding privacy and security controls for autonomous agents.