惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

C
Check Point Blog
J
Java Code Geeks
H
Hackread – Cybersecurity News, Data Breaches, AI and More
D
Docker
腾讯CDC
The GitHub Blog
The GitHub Blog
大猫的无限游戏
大猫的无限游戏
Microsoft Security Blog
Microsoft Security Blog
GbyAI
GbyAI
Stack Overflow Blog
Stack Overflow Blog
博客园 - 司徒正美
T
The Blog of Author Tim Ferriss
Vercel News
Vercel News
P
Proofpoint News Feed
雷峰网
雷峰网
博客园_首页
B
Blog RSS Feed
Microsoft Azure Blog
Microsoft Azure Blog
爱范儿
爱范儿
V
V2EX
F
Fortinet All Blogs
酷 壳 – CoolShell
酷 壳 – CoolShell
MyScale Blog
MyScale Blog
S
SegmentFault 最新的问题

Mozilla.ai

Benchmarking llama.cpp vs llamafile vs LM Studio vs Ollama: What Moved Throughput Introducing Agent Skills in Octonous Open Source Is Not a Virtue: It’s an Ownership Model Using Octonous as a Product Operations Manager llamafile v0.10.5 The Future of AI is Personal — But Not The Way You Think How Frontier Labs Are Building Subtle Developer Lock-In Who Cares About LLM costs? Stop Chasing New Models. Build Once and Access Them All. From Evaluation to Guardrails: What We Brought to ACM FAccT 2026 Open Models are ready for agents. Their APIs are not. Using Octonous as an AI Safety Engineer The Control Layer: Why the Next Era of AI Is About Infrastructure, Not Just Models Introducing Otari: The Open-Source LLM Control Plane Announcing transcribe.cpp Using Octonous as a Product Manager Image Classification Comes to encoderfile What is an LLM control plane? Use the Otari Gateway with OpenCode Otari: Own Your AI Stack | AI Gateway & Hosted Platform AI Got Expensive. Now What? | Mozilla.ai cq exchange: Agents without Borders The Interface Is No Longer the Product VIBE✓: First Defense for cq (Stack Overflow for Agents) Octonous Open Beta: What We've Learned and Where We're Going Sovereign AI: Control, Choice, and Beyond Geopolitics Encoderfile’s New Format: Why a “Dull” Design Wins The Real Challenge Behind Small Trade Businesses Hardening Your LLM Dependency Supply Chain cq: Stack Overflow for Agents
llamafile Reloaded: What’s New in v0.10.0
Davide Eynard · 2026-03-20 · via Mozilla.ai
Product Release

llamafile 0.10.0 unifies portability and modern model features. Bundle weights, run multimodal models, and access tool calling and Anthropic Messages API support, all from a single executable.

Davide Eynard

3 min read

llamafile Reloaded: What’s New in v0.10.0

We are happy to announce the release of llamafile 0.10.0.

Since our previous announcement, we've rebuilt llamafile from the ground up, following an approach that makes it far easier to keep pace with its upstream dependencies.

We started with a polyglot build of llama.cpp, so we could get the best of two worlds. On one side, the signature features that make llamafile what it is: portability across different systems and CPU architectures, plus the ability to bundle model weights directly into llamafile executables. On the other side, all the features and model support available in the latest versions of llama.cpp, so that now you can serve Qwen3.5 models for vision, lfm2 for tool calling, and use Anthropic Messages API to run Claude code with a local model, all of this by running a single executable file.

What can the new llamafile do?

We asked for your feedback and we hear you: what makes a llamafile isn't just an APE executable. So we've brought back more of llamafile's original features. Here's what you'll find in 0.10.0:

  • APE executable running out-of-the-box on multiple OSes and CPU architectures
  • Full llama.cpp server feature set, including recent models, multimodal support, tool calling, and the Anthropic Messages API
  • Multimodal model support in the terminal chat
  • Multiple UIs: CLI tool, HTTP server, and terminal chat interface
  • Metal GPU support
  • CUDA GPU support (currently tested on Linux)
  • CPU optimizations for different architectures
  • Whisperfile

Where can I get a llamafile?

We provide a few pre-built llamafiles for you to try here. We've selected a variety of models covering different capabilities (thinking, multimodal, tool calling) and sizes ranging from 0.6B to 27B parameters. But we don't want to be a bottleneck to your creativity, so we want you to experiment with different models and configurations! 

If you already have model weights on your system, you can just download the main llamafile executable and load your GGUF files directly. The v0.10.0 llamafile and whisperfile executables are available here. Check out our documentation to see how to run them with pre-downloaded models. And if you are looking for an easier way to bundle your own llamafiles, here’s a teaser image from llamafile-builder, an application we are building with this specific goal:

What next?

We have plenty of ideas for the future llamafile. Here's what we're currently working on:

  • Feature parity with the older version of llamafile. We documented here some of the features we haven’t caught up with yet. Let us know what you'd like prioritized!
  • Easier bundling (see the teaser above): we want to see you experimenting with combinations of models and parameters we never thought of, and sharing them around!
  • Vulkan support: check out one more teaser we left for you at the end of this post.
  • And of course, finding and fixing any new issues we can spot. 🙂

What about the old llamafile?

If there's something you're missing from the old llamafile:

  • Let us know! We want to build something that's useful for you.
  • Check out previous builds: you can still download source code from older commits and binaries from previous releases.
  • Look for older llamafiles: we're still hosting a wide range of older models on HuggingFace, and for each one we specify the llamafile version it was built with.
  • Build your own: we'll be making it easier for you to build llamafiles with whatever version of the software you want.

… And last but not least, if you need another good reason to try the newer llamafiles: